OGS
SecondaryData.h
Go to the documentation of this file.
1
11#pragma once
12
13#include <Eigen/Core>
14#include <vector>
15
17
18namespace ProcessLib
19{
20namespace LIE
21{
22namespace SmallDeformation
23{
26template <typename ShapeMatrixType>
28{
29 std::vector<ShapeMatrixType, Eigen::aligned_allocator<ShapeMatrixType>> N;
30};
31
32} // namespace SmallDeformation
33} // namespace LIE
34} // namespace ProcessLib
std::vector< ShapeMatrixType, Eigen::aligned_allocator< ShapeMatrixType > > N