v0.14.0
Public Member Functions | Public Attributes | List of all members
MoFEM::CutMeshInterface::LengthMapData Struct Reference

#include <src/interfaces/CutMeshInterface.hpp>

Collaboration diagram for MoFEM::CutMeshInterface::LengthMapData:
[legend]

Public Member Functions

 LengthMapData (const double l, double q, const EntityHandle e)
 

Public Attributes

double lEngth
 
double qUality
 
EntityHandle eDge
 
bool skip
 

Detailed Description

Definition at line 512 of file CutMeshInterface.hpp.

Constructor & Destructor Documentation

◆ LengthMapData()

MoFEM::CutMeshInterface::LengthMapData::LengthMapData ( const double  l,
double  q,
const EntityHandle  e 
)
inline

Definition at line 517 of file CutMeshInterface.hpp.

518  : lEngth(l), qUality(q), eDge(e), skip(false) {}

Member Data Documentation

◆ eDge

EntityHandle MoFEM::CutMeshInterface::LengthMapData::eDge

Definition at line 515 of file CutMeshInterface.hpp.

◆ lEngth

double MoFEM::CutMeshInterface::LengthMapData::lEngth

Definition at line 513 of file CutMeshInterface.hpp.

◆ qUality

double MoFEM::CutMeshInterface::LengthMapData::qUality

Definition at line 514 of file CutMeshInterface.hpp.

◆ skip

bool MoFEM::CutMeshInterface::LengthMapData::skip

Definition at line 516 of file CutMeshInterface.hpp.


The documentation for this struct was generated from the following file:
MoFEM::CutMeshInterface::LengthMapData::skip
bool skip
Definition: CutMeshInterface.hpp:516
MoFEM::CutMeshInterface::LengthMapData::eDge
EntityHandle eDge
Definition: CutMeshInterface.hpp:515
MoFEM::CutMeshInterface::LengthMapData::qUality
double qUality
Definition: CutMeshInterface.hpp:514
MoFEM::CutMeshInterface::LengthMapData::lEngth
double lEngth
Definition: CutMeshInterface.hpp:513
l
FTensor::Index< 'l', 3 > l
Definition: matrix_function.cpp:21