Flow123d
release_2.1.0-87-gfbc1563
|
#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 532 of file field_values.hh.
typedef std::string StringTensor::elem_type |
Definition at line 534 of file field_values.hh.
|
inline |
Definition at line 536 of file field_values.hh.
|
inline |
|
inline |
Definition at line 540 of file field_values.hh.
|
inline |
Definition at line 542 of file field_values.hh.
unsigned int StringTensor::n_cols |
Definition at line 546 of file field_values.hh.
unsigned int StringTensor::n_rows |
Definition at line 545 of file field_values.hh.
|
private |
Definition at line 548 of file field_values.hh.