17 if (field_parser.search(3,
"--meshA",
"-mA",
"MeshA")) {
24 if (field_parser.search(3,
"--meshB",
"-mB",
"MeshB")) {
31 if (field_parser.search(3,
"--meshI",
"-mI",
"InterBase")) {
39 if( field_parser.search(2,
"--ce",
"CouplingWidth") )
46 if( field_parser.search(2,
"--ck",
"CouplingRigidity") )
54 if (field_parser.search(3,
"--output",
"-mO",
"OutputFolder"))
62 if (field_parser.search(3,
"--meshAR",
"-mAR",
"Mesh_A_Restriction")) {
69 if (field_parser.search(3,
"--meshBR",
"-mBR",
"Mesh_B_Restriction")) {
77 if (field_parser.search(2,
"--tableRA",
"Mesh_A_RestrictionEquivalenceTable")) {
84 if (field_parser.search(2,
"--tableRB",
"Mesh_B_RestrictionEquivalenceTable")) {
95 std::string mediator_type;
96 if (field_parser.search(1,
"MediatorMesh"))
98 mediator_type = field_parser.next(mediator_type);
100 if(mediator_type ==
"UseRestricted_A")
105 else if(mediator_type ==
"UseRestricted_B")
void get_assemble_coupling_input_params(GetPot &field_parser, coupling_assemble_coupling_input_params &input_params)
Parser function for the construction of the coupling matrices.