Flow123d
JS_before_hm-984-g3a19f2f
|
#include <field_values.hh>
Public Types | |
typedef std::string | elem_type |
Public Member Functions | |
StringTensor (unsigned int n_rows, unsigned int n_cols) | |
std::string & | at (unsigned int row) |
std::string & | at (unsigned int row, unsigned int col) |
void | zeros () |
Public Attributes | |
unsigned int | n_rows |
unsigned int | n_cols |
Private Attributes | |
std::vector< std::string > | values_ |
Mimics arma::mat<std::string>. Used in FieldFormula
Definition at line 574 of file field_values.hh.
typedef std::string StringTensor::elem_type |
Definition at line 576 of file field_values.hh.
|
inline |
Definition at line 578 of file field_values.hh.
|
inline |
|
inline |
Definition at line 582 of file field_values.hh.
|
inline |
Definition at line 584 of file field_values.hh.
unsigned int StringTensor::n_cols |
Definition at line 588 of file field_values.hh.
unsigned int StringTensor::n_rows |
Definition at line 587 of file field_values.hh.
|
private |
Definition at line 590 of file field_values.hh.