|
Flow123d
release_2.2.0-37-g336ee74
|
#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 536 of file field_values.hh.
| typedef std::string StringTensor::elem_type |
Definition at line 538 of file field_values.hh.
|
inline |
Definition at line 540 of file field_values.hh.
|
inline |
|
inline |
Definition at line 544 of file field_values.hh.
|
inline |
Definition at line 546 of file field_values.hh.
| unsigned int StringTensor::n_cols |
Definition at line 550 of file field_values.hh.
| unsigned int StringTensor::n_rows |
Definition at line 549 of file field_values.hh.
|
private |
Definition at line 552 of file field_values.hh.
1.8.11