v0.15.0
Loading...
Searching...
No Matches
MoFEM::BrokenBaseSideData Struct Reference

#include "src/finite_elements/FormsBrokenSpaceConstraintImpl.hpp"

Collaboration diagram for MoFEM::BrokenBaseSideData:
[legend]

Public Member Functions

 BrokenBaseSideData ()
 
auto & getSense ()
 
auto & getSide ()
 
auto & getType ()
 
auto & getData ()
 
auto & getFlux ()
 

Private Attributes

int eleSense = 0
 
int eleSide = 1
 
EntityType eleType = MBENTITYSET
 
EntitiesFieldData::EntData entData
 
MatrixDouble fluxMat
 

Detailed Description

Definition at line 70 of file FormsBrokenSpaceConstraintImpl.hpp.

Constructor & Destructor Documentation

◆ BrokenBaseSideData()

MoFEM::BrokenBaseSideData::BrokenBaseSideData ( )
inline

Definition at line 71 of file FormsBrokenSpaceConstraintImpl.hpp.

71: entData(false) {}

Member Function Documentation

◆ getData()

auto & MoFEM::BrokenBaseSideData::getData ( )
inline

Definition at line 75 of file FormsBrokenSpaceConstraintImpl.hpp.

75{ return entData; }

◆ getFlux()

auto & MoFEM::BrokenBaseSideData::getFlux ( )
inline

Definition at line 76 of file FormsBrokenSpaceConstraintImpl.hpp.

◆ getSense()

auto & MoFEM::BrokenBaseSideData::getSense ( )
inline

◆ getSide()

auto & MoFEM::BrokenBaseSideData::getSide ( )
inline

◆ getType()

auto & MoFEM::BrokenBaseSideData::getType ( )
inline

Definition at line 74 of file FormsBrokenSpaceConstraintImpl.hpp.

Member Data Documentation

◆ eleSense

int MoFEM::BrokenBaseSideData::eleSense = 0
private

Definition at line 79 of file FormsBrokenSpaceConstraintImpl.hpp.

◆ eleSide

int MoFEM::BrokenBaseSideData::eleSide = 1
private

Definition at line 80 of file FormsBrokenSpaceConstraintImpl.hpp.

◆ eleType

EntityType MoFEM::BrokenBaseSideData::eleType = MBENTITYSET
private

Definition at line 81 of file FormsBrokenSpaceConstraintImpl.hpp.

◆ entData

EntitiesFieldData::EntData MoFEM::BrokenBaseSideData::entData
private

Definition at line 82 of file FormsBrokenSpaceConstraintImpl.hpp.

◆ fluxMat

MatrixDouble MoFEM::BrokenBaseSideData::fluxMat
private

Definition at line 83 of file FormsBrokenSpaceConstraintImpl.hpp.


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