Flow123d
JS_before_hm-981-g3f34df1
|
#include <field_add_potential.hh>
Public Member Functions | |
FieldFactory (arma::vec::fixed< spacedim+1 > potential, std::string field_name) | |
Constructor. More... | |
Field< spacedim, Value >::FieldBasePtr | create_field (Input::Record rec, const FieldCommon &) override |
bool | is_active_field_descriptor (const Input::Record &in_rec, FMT_UNUSED const std::string &input_name) override |
Public Member Functions inherited from Field< spacedim, Value >::FactoryBase | |
virtual bool | is_active_field_descriptor (const Input::Record &in_rec, const std::string &input_name) |
Public Attributes | |
arma::vec::fixed< spacedim+1 > | potential_ |
std::string | field_name_ |
Factory class (descendant of Field<...>::FactoryBase
) that is necessary for setting pressure values are piezometric head values.
Definition at line 58 of file field_add_potential.hh.
|
inline |
Constructor.
Definition at line 61 of file field_add_potential.hh.
|
inlineoverridevirtual |
Default method that creates an instance of FieldBase for field.
Reads key given by field_name
and creates the field instance using FieldBase<...>::function_factory
.
Reimplemented from Field< spacedim, Value >::FactoryBase.
Definition at line 66 of file field_add_potential.hh.
|
inlineoverride |
Definition at line 75 of file field_add_potential.hh.
std::string FieldAddPotential< spacedim, Value >::FieldFactory::field_name_ |
Definition at line 80 of file field_add_potential.hh.
arma::vec::fixed<spacedim+1> FieldAddPotential< spacedim, Value >::FieldFactory::potential_ |
Definition at line 79 of file field_add_potential.hh.