v0.14.0 |
Data from Cubit blocksets. More...
#include <users_modules/basic_finite_elements/src/DirichletBC.hpp>
Public Member Functions | |
DataFromBc () | |
MoFEMErrorCode | getBcData (DisplacementCubitBcData &mydata, const MoFEM::CubitMeshSets *it) |
MoFEMErrorCode | getBcData (std::vector< double > &mydata, const MoFEM::CubitMeshSets *it) |
MoFEMErrorCode | getEntitiesFromBc (MoFEM::Interface &mField, const MoFEM::CubitMeshSets *it) |
Public Attributes | |
VectorDouble | scaled_values |
VectorDouble | initial_values |
VectorInt | bc_flags |
Range | bc_ents [3] |
bool | is_rotation |
FTensor::Tensor1< double, 3 > | t_normal |
FTensor::Tensor1< double, 3 > | t_centr |
double | theta |
Data from Cubit blocksets.
Definition at line 31 of file DirichletBC.hpp.
|
inline |
Definition at line 43 of file DirichletBC.hpp.
MoFEMErrorCode DataFromBc::getBcData | ( | DisplacementCubitBcData & | mydata, |
const MoFEM::CubitMeshSets * | it | ||
) |
Definition at line 729 of file DirichletBC.cpp.
MoFEMErrorCode DataFromBc::getBcData | ( | std::vector< double > & | mydata, |
const MoFEM::CubitMeshSets * | it | ||
) |
Definition at line 744 of file DirichletBC.cpp.
MoFEMErrorCode DataFromBc::getEntitiesFromBc | ( | MoFEM::Interface & | mField, |
const MoFEM::CubitMeshSets * | it | ||
) |
Definition at line 761 of file DirichletBC.cpp.
Range DataFromBc::bc_ents[3] |
Definition at line 35 of file DirichletBC.hpp.
VectorInt DataFromBc::bc_flags |
Definition at line 34 of file DirichletBC.hpp.
VectorDouble DataFromBc::initial_values |
Definition at line 33 of file DirichletBC.hpp.
bool DataFromBc::is_rotation |
Definition at line 38 of file DirichletBC.hpp.
VectorDouble DataFromBc::scaled_values |
Definition at line 32 of file DirichletBC.hpp.
FTensor::Tensor1<double, 3> DataFromBc::t_centr |
Definition at line 40 of file DirichletBC.hpp.
FTensor::Tensor1<double, 3> DataFromBc::t_normal |
Definition at line 39 of file DirichletBC.hpp.
double DataFromBc::theta |
Definition at line 41 of file DirichletBC.hpp.