Skip to content
Snippets Groups Projects
Commit 75fba9a5 authored by wenqing's avatar wenqing
Browse files

[BMatrixPolicyType] Added BBarMatrixType

parent c7bcc092
No related branches found
No related tags found
No related merge requests found
......@@ -53,5 +53,7 @@ public:
MatrixType<_kelvin_vector_size, _kelvin_vector_size>;
using BMatrixType = MatrixType<_kelvin_vector_size, _number_of_dof>;
using BBarMatrixType = MatrixType<3, ShapeFunction::NPOINTS>;
};
} // namespace ProcessLib
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment