Flow123d
jenkins-Flow123d-linux-release-multijob-282
|
#include <field_add_potential.hh>
Public Member Functions | |
FieldFactory (arma::vec::fixed< spacedim+1 > potential, std::string field_name) | |
Constructor. More... | |
virtual Field< spacedim, Value > ::FieldBasePtr | create_field (Input::Record rec, const FieldCommon &field) |
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 43 of file field_add_potential.hh.
|
inline |
Constructor.
Definition at line 46 of file field_add_potential.hh.
|
inlinevirtual |
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 51 of file field_add_potential.hh.
std::string FieldAddPotential< spacedim, Value >::FieldFactory::field_name_ |
Definition at line 65 of file field_add_potential.hh.
arma::vec::fixed<spacedim+1> FieldAddPotential< spacedim, Value >::FieldFactory::potential_ |
Definition at line 64 of file field_add_potential.hh.