v0.14.0 |
NonLinear surface pressure element (obsolete implementation) More...
#include <users_modules/basic_finite_elements/src/SurfacePressureComplexForLazy.hpp>
Classes | |
struct | AuxMethodMaterial |
struct | AuxMethodSpatial |
struct | MyTriangleSpatialFE |
Public Member Functions | |
MoFEMErrorCode | setForceScale (double scale) |
MyTriangleSpatialFE & | getLoopSpatialFe () |
NeumannForcesSurfaceComplexForLazy (MoFEM::Interface &m_field, Mat _Aij, Vec _F, double *scale_lhs, double *scale_rhs, std::string spatial_field_name="SPATIAL_POSITION", std::string material_field_name="MESH_NODE_POSITIONS") | |
NeumannForcesSurfaceComplexForLazy (MoFEM::Interface &m_field, Mat _Aij, Vec _F, std::string spatial_field_name="SPATIAL_POSITION", std::string material_field_name="MESH_NODE_POSITIONS") | |
Public Attributes | |
MoFEM::Interface & | mField |
MyTriangleSpatialFE | feSpatial |
Tag | thScale |
double * | sCale |
Private Attributes | |
const std::string | spatialField |
const std::string | materialField |
NonLinear surface pressure element (obsolete implementation)
Definition at line 16 of file SurfacePressureComplexForLazy.hpp.
NeumannForcesSurfaceComplexForLazy::NeumannForcesSurfaceComplexForLazy | ( | MoFEM::Interface & | m_field, |
Mat | _Aij, | ||
Vec | _F, | ||
double * | scale_lhs, | ||
double * | scale_rhs, | ||
std::string | spatial_field_name = "SPATIAL_POSITION" , |
||
std::string | material_field_name = "MESH_NODE_POSITIONS" |
||
) |
Definition at line 576 of file SurfacePressureComplexForLazy.cpp.
NeumannForcesSurfaceComplexForLazy::NeumannForcesSurfaceComplexForLazy | ( | MoFEM::Interface & | m_field, |
Mat | _Aij, | ||
Vec | _F, | ||
std::string | spatial_field_name = "SPATIAL_POSITION" , |
||
std::string | material_field_name = "MESH_NODE_POSITIONS" |
||
) |
Definition at line 546 of file SurfacePressureComplexForLazy.cpp.
|
inline |
Definition at line 163 of file SurfacePressureComplexForLazy.hpp.
|
inline |
Definition at line 157 of file SurfacePressureComplexForLazy.hpp.
MyTriangleSpatialFE NeumannForcesSurfaceComplexForLazy::feSpatial |
Definition at line 152 of file SurfacePressureComplexForLazy.hpp.
|
private |
Definition at line 176 of file SurfacePressureComplexForLazy.hpp.
MoFEM::Interface& NeumannForcesSurfaceComplexForLazy::mField |
Definition at line 151 of file SurfacePressureComplexForLazy.hpp.
double* NeumannForcesSurfaceComplexForLazy::sCale |
Definition at line 156 of file SurfacePressureComplexForLazy.hpp.
|
private |
Definition at line 175 of file SurfacePressureComplexForLazy.hpp.
Tag NeumannForcesSurfaceComplexForLazy::thScale |
Definition at line 154 of file SurfacePressureComplexForLazy.hpp.