v0.14.0
Public Attributes | List of all members
LevelSet::SideData Struct Reference

data structure carrying information on skeleton on both sides. More...

Collaboration diagram for LevelSet::SideData:
[legend]

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...
 

Detailed Description

data structure carrying information on skeleton on both sides.

Definition at line 86 of file level_set.cpp.

Member Data Documentation

◆ colBaseSideMap

std::array<MatrixDouble, 2> LevelSet::SideData::colBaseSideMap

Definition at line 94 of file level_set.cpp.

◆ currentFESide

int LevelSet::SideData::currentFESide

current side counter

Definition at line 101 of file level_set.cpp.

◆ feSideHandle

std::array<EntityHandle, 2> LevelSet::SideData::feSideHandle

Definition at line 88 of file level_set.cpp.

◆ indicesColSideMap

std::array<VectorInt, 2> LevelSet::SideData::indicesColSideMap

indices on columns for left hand-side

Definition at line 92 of file level_set.cpp.

◆ indicesRowSideMap

std::array<VectorInt, 2> LevelSet::SideData::indicesRowSideMap

indices on rows for left hand-side

Definition at line 90 of file level_set.cpp.

◆ lVec

MatSideArray LevelSet::SideData::lVec

Definition at line 98 of file level_set.cpp.

◆ rowBaseSideMap

std::array<MatrixDouble, 2> LevelSet::SideData::rowBaseSideMap

Definition at line 93 of file level_set.cpp.

◆ senseMap

std::array<int, 2> LevelSet::SideData::senseMap

Definition at line 95 of file level_set.cpp.

◆ velMat

MatSideArray LevelSet::SideData::velMat

Definition at line 99 of file level_set.cpp.


The documentation for this struct was generated from the following file: