v0.14.0
Public Member Functions | Private Attributes | List of all members
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 52 of file FormsBrokenSpaceConstraintImpl.hpp.

Constructor & Destructor Documentation

◆ BrokenBaseSideData()

MoFEM::BrokenBaseSideData::BrokenBaseSideData ( )
inline

Definition at line 53 of file FormsBrokenSpaceConstraintImpl.hpp.

53 : entData(false) {}

Member Function Documentation

◆ getData()

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

Definition at line 57 of file FormsBrokenSpaceConstraintImpl.hpp.

57 { return entData; }

◆ getFlux()

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

Definition at line 58 of file FormsBrokenSpaceConstraintImpl.hpp.

58 { return fluxMat; }

◆ getSense()

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

Definition at line 54 of file FormsBrokenSpaceConstraintImpl.hpp.

54 { return eleSense; }

◆ getSide()

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

Definition at line 55 of file FormsBrokenSpaceConstraintImpl.hpp.

55 { return eleSide; }

◆ getType()

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

Definition at line 56 of file FormsBrokenSpaceConstraintImpl.hpp.

56 { return eleType; }

Member Data Documentation

◆ eleSense

int MoFEM::BrokenBaseSideData::eleSense = 0
private

Definition at line 61 of file FormsBrokenSpaceConstraintImpl.hpp.

◆ eleSide

int MoFEM::BrokenBaseSideData::eleSide = 1
private

Definition at line 62 of file FormsBrokenSpaceConstraintImpl.hpp.

◆ eleType

EntityType MoFEM::BrokenBaseSideData::eleType = MBENTITYSET
private

Definition at line 63 of file FormsBrokenSpaceConstraintImpl.hpp.

◆ entData

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

Definition at line 64 of file FormsBrokenSpaceConstraintImpl.hpp.

◆ fluxMat

MatrixDouble MoFEM::BrokenBaseSideData::fluxMat
private

Definition at line 65 of file FormsBrokenSpaceConstraintImpl.hpp.


The documentation for this struct was generated from the following file:
MoFEM::BrokenBaseSideData::fluxMat
MatrixDouble fluxMat
Definition: FormsBrokenSpaceConstraintImpl.hpp:65
MoFEM::BrokenBaseSideData::eleType
EntityType eleType
Definition: FormsBrokenSpaceConstraintImpl.hpp:63
MoFEM::BrokenBaseSideData::eleSense
int eleSense
Definition: FormsBrokenSpaceConstraintImpl.hpp:61
MoFEM::BrokenBaseSideData::eleSide
int eleSide
Definition: FormsBrokenSpaceConstraintImpl.hpp:62
MoFEM::BrokenBaseSideData::entData
EntitiesFieldData::EntData entData
Definition: FormsBrokenSpaceConstraintImpl.hpp:64