MFEM  v4.6.0
Finite element discretization library
Functions
get-values.cpp File Reference

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)
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 68 of file get-values.cpp.

◆ parseFieldNames()

void parseFieldNames ( const char *  field_name_c_str,
set< string > &  field_names 
)

Definition at line 231 of file get-values.cpp.

◆ parsePoints()

void parsePoints ( int  spaceDim,
const char *  pts_file_c_str,
Vector pts 
)

Definition at line 268 of file get-values.cpp.

◆ writeLegend()

void writeLegend ( const DataCollection::FieldMapType fields,
const set< string > &  field_names,
int  spaceDim 
)

Definition at line 313 of file get-values.cpp.