20 #ifndef OPM_FLOWS_DATA_HEADER_INCLUDED 21 #define OPM_FLOWS_DATA_HEADER_INCLUDED 30 template<
class Scalar>
47 #endif // OPM_FLOWS_DATA_HEADER_INCLUDED std::vector< int > indices
Cell indices for values.
Definition: FlowsData.hpp:41
void resize(const std::size_t size)
Resize data vectors.
Definition: FlowsData.hpp:34
Structs needed for tpfalinearizer and its gpuparams struct extracted to be defined in one place that ...
Definition: blackoilbioeffectsmodules.hh:45
std::string name
Associated name.
Definition: FlowsData.hpp:40
Simple container for FLOWS data.
Definition: FlowsData.hpp:31
std::vector< Scalar > values
Values.
Definition: FlowsData.hpp:42