OGS
SecondaryData.h
Go to the documentation of this file.
1
11
#pragma once
12
13
#include <Eigen/Core>
14
#include <vector>
15
16
#include "
NumLib/Fem/CoordinatesMapping/ShapeMatrices.h
"
17
18
namespace
ProcessLib
19
{
20
namespace
LIE
21
{
22
namespace
SmallDeformation
23
{
26
template
<
typename
ShapeMatrixType>
27
struct
SecondaryData
28
{
29
std::vector<ShapeMatrixType, Eigen::aligned_allocator<ShapeMatrixType>>
N
;
30
};
31
32
}
// namespace SmallDeformation
33
}
// namespace LIE
34
}
// namespace ProcessLib
ShapeMatrices.h
ProcessLib
Definition
ProjectData.h:51
ProcessLib::LIE::SmallDeformation::SecondaryData
Definition
SecondaryData.h:28
ProcessLib::LIE::SmallDeformation::SecondaryData::N
std::vector< ShapeMatrixType, Eigen::aligned_allocator< ShapeMatrixType > > N
Definition
SecondaryData.h:29
ProcessLib
LIE
SmallDeformation
LocalAssembler
SecondaryData.h
Generated by
1.12.0