![]() |
v0.14.0 |
#include <src/boundary_conditions/NaturalMeshsetType.hpp>
Public Types | |
using | OpSource = typename FormsIntegrators< OpBase >::template Assembly< A >::template LinearForm< I >::template OpNormalMixVecTimesScalar< FIELD_DIM > |
Public Member Functions | |
OpFluxRhsImpl (const std::string field_name, const double value, boost::shared_ptr< Range > ents_ptr, std::vector< boost::shared_ptr< ScalingMethod > > smv, ScalarFun user_fun=[](double, double, double) { return 1;}) | |
Protected Member Functions | |
OpFluxRhsImpl (const std::string field_name, std::vector< boost::shared_ptr< ScalingMethod > > smv, ScalarFun user_fun=[](double, double, double) { return 1;}) | |
Protected Attributes | |
double | scalarValue |
VecOfTimeScalingMethods | vecOfTimeScalingMethods |
ScalarFun | userFun |
Definition at line 181 of file NaturalMeshsetType.hpp.
using MoFEM::OpFluxRhsImpl< NaturalMeshsetType< UNKNOWNSET >, 3, FIELD_DIM, A, I, OpBase >::OpSource = typename FormsIntegrators<OpBase>::template Assembly< A>::template LinearForm<I>::template OpNormalMixVecTimesScalar<FIELD_DIM> |
Definition at line 185 of file NaturalMeshsetType.hpp.
MoFEM::OpFluxRhsImpl< NaturalMeshsetType< UNKNOWNSET >, 3, FIELD_DIM, A, I, OpBase >::OpFluxRhsImpl | ( | const std::string | field_name, |
const double | value, | ||
boost::shared_ptr< Range > | ents_ptr, | ||
std::vector< boost::shared_ptr< ScalingMethod > > | smv, | ||
ScalarFun | user_fun = [](double, double, double) { return 1; } |
||
) |
Definition at line 563 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 574 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 199 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 201 of file NaturalMeshsetType.hpp.
|
protected |
Definition at line 200 of file NaturalMeshsetType.hpp.