MFEM
v4.2.0
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) |
void | writeLegend (const DataCollection::FieldMapType &fields, const set< string > &field_names, int spaceDim) |
int | main (int argc, char *argv[]) |
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 66 of file get-values.cpp.
void parseFieldNames | ( | const char * | field_name_c_str, |
set< string > & | field_names | ||
) |
Definition at line 220 of file get-values.cpp.
void parsePoints | ( | int | spaceDim, |
const char * | pts_file_c_str, | ||
Vector & | pts | ||
) |
Definition at line 257 of file get-values.cpp.
void writeLegend | ( | const DataCollection::FieldMapType & | fields, |
const set< string > & | field_names, | ||
int | spaceDim | ||
) |
Definition at line 302 of file get-values.cpp.