13 if (field_parser.search(1,
"Mesh")) {
14 input_params.
mesh_file = field_parser.next(
21 if ( field_parser.search(1,
"PhysicalParameters") )
32 if ( field_parser.search(1,
"SystemType") )
34 sys_type = field_parser.next(sys_type);
35 if(sys_type ==
"Macro" || sys_type ==
"MACRO" || sys_type ==
"macro")
37 else if(sys_type ==
"Micro" || sys_type ==
"MICRO" || sys_type ==
"micro")
39 else if(sys_type ==
"NoWeight" || sys_type ==
"NOWEIGHT" || sys_type ==
"noweight")
42 std::cout <<
" >> Warning: Will not use the weight parameters!" << std::endl;
49 homemade_error_msg(
"Missing the system type (must be either Macro, Micro or NoWeight)!");
52 if ( field_parser.search(1,
"MeshWeight") )
61 if( field_parser.search(1,
"WeightIndexes") )
71 if (field_parser.search(2,
"--output",
"OutputBase"))
79 if (field_parser.search(1,
"ExportRBVectors")) {