![]() |
v0.14.0 |
#include <src/boundary_conditions/NaturalMeshsetType.hpp>
Public Member Functions | |
OpFluxRhsImpl (MoFEM::Interface &m_field, int ms_id, const std::string field_name, std::vector< boost::shared_ptr< ScalingMethod > > smv, ScalarFun user_fun=[](double, double, double) { return 1;}) | |
![]() | |
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, ScalarFun user_fun=[](double, double, double) { return 1;}) | |
Protected Member Functions | |
MoFEMErrorCode | getMeshsetData (MoFEM::Interface &m_field, int ms_id) |
Extract information stored on meshset (BLOCKSET) More... | |
![]() | |
OpFluxRhsImpl (const std::string field_name, std::vector< boost::shared_ptr< ScalingMethod > > smv, ScalarFun user_fun=[](double, double, double) { return 1;}) | |
Additional Inherited Members | |
![]() | |
using | OpSource = typename FormsIntegrators< OpBase >::template Assembly< A >::template LinearForm< I >::template OpSource< 1, FIELD_DIM > |
![]() | |
FTensor::Tensor1< double, FIELD_DIM > | tForce |
FTensor::Tensor1< double, FIELD_DIM > | tScaledForce |
VecOfTimeScalingMethods | vecOfTimeScalingMethods |
ScalarFun | userFun |
Evaluate boundary integral on the right hand side
Definition at line 25 of file NaturalMeshsetType.hpp.
MoFEM::OpFluxRhsImpl< NaturalMeshsetType< FORCESET >, 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, | ||
ScalarFun | user_fun = [](double, double, double) { return 1; } |
||
) |
Definition at line 315 of file NaturalMeshsetType.hpp.
|
protected |
Extract information stored on meshset (BLOCKSET)
m_field | |
ms_id |
Definition at line 327 of file NaturalMeshsetType.hpp.