Skip to content
Snippets Groups Projects
Commit 3e5f09ae authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[PL] Add ShapeMatrixType to initSM.

Can be used then in other places where not all of the
shape matrices are needed. Default to ALL, s.t. there
is no change to the code.
parent e11a940e
No related branches found
No related tags found
No related merge requests found
...@@ -18,6 +18,8 @@ ...@@ -18,6 +18,8 @@
namespace ProcessLib namespace ProcessLib
{ {
template <typename ShapeFunction, typename ShapeMatricesType, int GlobalDim, template <typename ShapeFunction, typename ShapeMatricesType, int GlobalDim,
NumLib::ShapeMatrixType SelectedShapeMatrixType =
NumLib::ShapeMatrixType::ALL,
typename IntegrationMethod> typename IntegrationMethod>
std::vector<typename ShapeMatricesType::ShapeMatrices, std::vector<typename ShapeMatricesType::ShapeMatrices,
Eigen::aligned_allocator<typename ShapeMatricesType::ShapeMatrices>> Eigen::aligned_allocator<typename ShapeMatricesType::ShapeMatrices>>
......
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