![]() |
v0.14.0 |
#include <src/finite_elements/LinearFormsIntegratorsImpl.hpp>
Public Member Functions | |
OpSourceImpl (const std::string field_name, TimeFun time_fun, VectorFun< FIELD_DIM > source_fun, boost::shared_ptr< Range > ents_ptr=nullptr) | |
Construct a new Op Source Impl object. More... | |
OpSourceImpl (const std::string field_name, VectorFun< FIELD_DIM > source_fun, boost::shared_ptr< Range > ents_ptr=nullptr) | |
Construct a new Op Source Impl object. More... | |
Protected Member Functions | |
MoFEMErrorCode | iNtegrate (EntitiesFieldData::EntData &data) |
Protected Attributes | |
VectorFun< FIELD_DIM > | sourceFun |
Definition at line 66 of file LinearFormsIntegratorsImpl.hpp.
|
inline |
Construct a new Op Source Impl object.
field_name | |
time_fun | |
source_fun | |
ents_ptr |
Definition at line 77 of file LinearFormsIntegratorsImpl.hpp.
|
inline |
Construct a new Op Source Impl object.
field_name | |
source_fun | |
ents_ptr |
Definition at line 89 of file LinearFormsIntegratorsImpl.hpp.
|
protected |
Definition at line 526 of file LinearFormsIntegratorsImpl.hpp.
|
protected |
Definition at line 95 of file LinearFormsIntegratorsImpl.hpp.