![]() |
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< TimeScaleVector< FIELD_DIM > > > smv) | |
Function to push operators to rhs pipeline. This function user API. More... | |
Protected Member Functions | |
OpFluxRhsImpl (const std::string field_name, std::vector< boost::shared_ptr< TimeScaleVector< FIELD_DIM > > > smv) | |
Protected Attributes | |
FTensor::Tensor1< double, FIELD_DIM > | tForce |
VecOfTimeVectorScalingMethods< FIELD_DIM > | vecOfTimeVectorScalingMethods |
Definition at line 225 of file NaturalMeshsetType.hpp.
using MoFEM::OpFluxRhsImpl< NaturalMeshsetTypeVectorScaling< 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 230 of file NaturalMeshsetType.hpp.
MoFEM::OpFluxRhsImpl< NaturalMeshsetTypeVectorScaling< 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< TimeScaleVector< FIELD_DIM > > > | smv | ||
) |
Function to push operators to rhs pipeline. This function user API.
BCTYPE | |
BASE_DIM | |
FIELD_DIM | |
A | |
I | |
OpBase |
Definition at line 626 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 640 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 242 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 243 of file NaturalMeshsetType.hpp.