MFEM
v4.5.2
Finite element discretization library
|
Go to the source code of this file.
Functions | |
void | parseFieldNames (const char *field_name_c_str, set< string > &field_names) |
void | parsePoints (int spaceDim, const char *pts_file_c_str, Vector &pts) |
int | main (int argc, char *argv[]) |
void | writeLegend (const DataCollection::FieldMapType &fields, const set< string > &field_names, int spaceDim) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 68 of file get-values.cpp.
void parseFieldNames | ( | const char * | field_name_c_str, |
set< string > & | field_names | ||
) |
Definition at line 231 of file get-values.cpp.
void parsePoints | ( | int | spaceDim, |
const char * | pts_file_c_str, | ||
Vector & | pts | ||
) |
Definition at line 268 of file get-values.cpp.
void writeLegend | ( | const DataCollection::FieldMapType & | fields, |
const set< string > & | field_names, | ||
int | spaceDim | ||
) |
Definition at line 313 of file get-values.cpp.