![]() |
v0.14.0 |
Integrate source. More...
#include <src/finite_elements/LinearFormsIntegratorsImpl.hpp>
Public Member Functions | |
OpSourceImpl (const std::string field_name, ScalarFun source_fun, boost::shared_ptr< Range > ents_ptr=nullptr) | |
Construct a new Op Source Impl object. More... | |
OpSourceImpl (const std::string field_name, TimeFun time_fun, ScalarFun 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 | |
ScalarFun | sourceFun |
Integrate source.
OpBase |
Definition at line 31 of file LinearFormsIntegratorsImpl.hpp.
|
inline |
Construct a new Op Source Impl object.
field_name | |
source_fun | |
ents_ptr |
Definition at line 41 of file LinearFormsIntegratorsImpl.hpp.
|
inline |
Construct a new Op Source Impl object.
field_name | |
time_fun | |
source_fun | |
ents_ptr |
Definition at line 54 of file LinearFormsIntegratorsImpl.hpp.
|
protected |
Definition at line 492 of file LinearFormsIntegratorsImpl.hpp.
|
protected |
Definition at line 61 of file LinearFormsIntegratorsImpl.hpp.