![]() |
v0.13.2 |
#include <src/boundary_conditions/NaturalMeshsetType.hpp>
Public Types | |
using | OpSource = typename FormsIntegrators< OpBase >::template Assembly< A >::template LinearForm< I >::template OpSource< 1, FIELD_DIM > |
Public Member Functions | |
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 | |
OpFluxRhsImpl (const std::string field_name, std::vector< boost::shared_ptr< ScalingMethod > > smv) | |
Protected Attributes | |
FTensor::Tensor1< double, FIELD_DIM > | tForce |
VecOfTimeScalingMethods | vecOfTimeScalingMethods |
Definition at line 70 of file NaturalMeshsetType.hpp.
using MoFEM::OpFluxRhsImpl< NaturalMeshsetType< UNKNOWNSET >, 1, FIELD_DIM, A, I, OpBase >::OpSource = typename FormsIntegrators<OpBase>::template Assembly< A>::template LinearForm<I>::template OpSource<1, FIELD_DIM> |
Definition at line 74 of file NaturalMeshsetType.hpp.
MoFEM::OpFluxRhsImpl< NaturalMeshsetType< UNKNOWNSET >, 1, FIELD_DIM, A, I, OpBase >::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 | ||
) |
Definition at line 188 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 200 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 85 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 86 of file NaturalMeshsetType.hpp.