![]() |
v0.13.2 |
#include <src/boundary_conditions/NaturalMeshsetType.hpp>
Public Types | |
using | Parent = OpFluxRhsImpl< NaturalMeshsetType< UNKNOWNSET >, 1, FIELD_DIM, A, I, OpBase > |
using | EntData = EntitiesFieldData::EntData |
![]() | |
using | OpSource = typename FormsIntegrators< OpBase >::template Assembly< A >::template LinearForm< I >::template OpSource< 1, FIELD_DIM > |
Public Member Functions | |
OpFluxRhsImpl (MoFEM::Interface &m_field, int ms_id, const std::string field_name, std::vector< boost::shared_ptr< ScalingMethod > > smv) | |
![]() | |
OpFluxRhsImpl (const std::string field_name, FTensor::Tensor1< double, FIELD_DIM > t_force, boost::shared_ptr< Range > ents_ptr, std::vector< boost::shared_ptr< ScalingMethod > > smv) | |
Protected Member Functions | |
MoFEMErrorCode | iNtegrate (EntData &data) |
MoFEMErrorCode | getMeshsetData (MoFEM::Interface &m_field, int ms_id) |
![]() | |
OpFluxRhsImpl (const std::string field_name, std::vector< boost::shared_ptr< ScalingMethod > > smv) | |
Protected Attributes | |
double | surfacePressure |
![]() | |
FTensor::Tensor1< double, FIELD_DIM > | tForce |
VecOfTimeScalingMethods | vecOfTimeScalingMethods |
Definition at line 50 of file NaturalMeshsetType.hpp.
using MoFEM::OpFluxRhsImpl< NaturalMeshsetType< PRESSURESET >, 1, FIELD_DIM, A, I, OpBase >::EntData = EntitiesFieldData::EntData |
Definition at line 56 of file NaturalMeshsetType.hpp.
using MoFEM::OpFluxRhsImpl< NaturalMeshsetType< PRESSURESET >, 1, FIELD_DIM, A, I, OpBase >::Parent = OpFluxRhsImpl<NaturalMeshsetType<UNKNOWNSET>, 1, FIELD_DIM, A, I, OpBase> |
Definition at line 54 of file NaturalMeshsetType.hpp.
MoFEM::OpFluxRhsImpl< NaturalMeshsetType< PRESSURESET >, 1, FIELD_DIM, A, I, OpBase >::OpFluxRhsImpl | ( | MoFEM::Interface & | m_field, |
int | ms_id, | ||
const std::string | field_name, | ||
std::vector< boost::shared_ptr< ScalingMethod > > | smv | ||
) |
Definition at line 309 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 340 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 320 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 66 of file NaturalMeshsetType.hpp.