v0.14.0 |
data structure carrying information on skeleton on both sides. More...
Public Attributes | |
std::array< EntityHandle, 2 > | feSideHandle |
std::array< VectorInt, 2 > | indicesRowSideMap |
indices on rows for left hand-side More... | |
std::array< VectorInt, 2 > | indicesColSideMap |
indices on columns for left hand-side More... | |
std::array< MatrixDouble, 2 > | rowBaseSideMap |
std::array< MatrixDouble, 2 > | colBaseSideMap |
std::array< int, 2 > | senseMap |
MatSideArray | lVec |
MatSideArray | velMat |
int | currentFESide |
current side counter More... | |
data structure carrying information on skeleton on both sides.
Definition at line 86 of file level_set.cpp.
std::array<MatrixDouble, 2> LevelSet::SideData::colBaseSideMap |
Definition at line 94 of file level_set.cpp.
int LevelSet::SideData::currentFESide |
current side counter
Definition at line 101 of file level_set.cpp.
std::array<EntityHandle, 2> LevelSet::SideData::feSideHandle |
Definition at line 88 of file level_set.cpp.
std::array<VectorInt, 2> LevelSet::SideData::indicesColSideMap |
indices on columns for left hand-side
Definition at line 92 of file level_set.cpp.
std::array<VectorInt, 2> LevelSet::SideData::indicesRowSideMap |
indices on rows for left hand-side
Definition at line 90 of file level_set.cpp.
MatSideArray LevelSet::SideData::lVec |
Definition at line 98 of file level_set.cpp.
std::array<MatrixDouble, 2> LevelSet::SideData::rowBaseSideMap |
Definition at line 93 of file level_set.cpp.
std::array<int, 2> LevelSet::SideData::senseMap |
Definition at line 95 of file level_set.cpp.
MatSideArray LevelSet::SideData::velMat |
Definition at line 99 of file level_set.cpp.