Opm::FlowsData< Scalar > Struct Template Reference

Simple container for FLOWS data. More...

#include <FlowsData.hpp>

Inheritance diagram for Opm::FlowsData< Scalar >:
Inheritance graph

Public Member Functions

void resize (const std::size_t size)
 Resize data vectors. More...
 

Public Attributes

std::string name
 Associated name. More...
 
std::vector< int > indices
 Cell indices for values. More...
 
std::vector< Scalar > values
 Values. More...
 

Detailed Description

template<class Scalar>
struct Opm::FlowsData< Scalar >

Simple container for FLOWS data.

Member Function Documentation

◆ resize()

template<class Scalar >
void Opm::FlowsData< Scalar >::resize ( const std::size_t  size)
inline

Member Data Documentation

◆ indices

template<class Scalar >
std::vector<int> Opm::FlowsData< Scalar >::indices

Cell indices for values.

Referenced by Opm::FlowsData< Scalar >::resize().

◆ name

template<class Scalar >
std::string Opm::FlowsData< Scalar >::name

Associated name.

◆ values

template<class Scalar >
std::vector<Scalar> Opm::FlowsData< Scalar >::values

Values.

Referenced by Opm::FlowsData< Scalar >::resize().


The documentation for this struct was generated from the following file: