OGS
|
Definition at line 30 of file LookupTable.h.
#include <LookupTable.h>
Public Member Functions | |
Field (std::vector< std::vector< std::size_t > > point_id_groups_, std::vector< double > seed_points_, std::string name_, int variable_id_) | |
std::pair< double, double > | getBoundingSeedPoints (double const value) const |
Public Attributes | |
std::vector< std::vector< std::size_t > > const | point_id_groups |
std::vector< double > const | seed_points |
std::string const | name |
int const | variable_id |
|
inline |
Definition at line 32 of file LookupTable.h.
std::pair< double, double > ProcessLib::ComponentTransport::Field::getBoundingSeedPoints | ( | double const | value | ) | const |
Definition at line 36 of file LookupTable.cpp.
References OGS_FATAL, seed_points, and WARN().
std::string const ProcessLib::ComponentTransport::Field::name |
Definition at line 45 of file LookupTable.h.
std::vector<std::vector<std::size_t> > const ProcessLib::ComponentTransport::Field::point_id_groups |
Definition at line 43 of file LookupTable.h.
std::vector<double> const ProcessLib::ComponentTransport::Field::seed_points |
Definition at line 44 of file LookupTable.h.
Referenced by getBoundingSeedPoints().
int const ProcessLib::ComponentTransport::Field::variable_id |
Definition at line 46 of file LookupTable.h.