CArl
Code Arlequin / C++ implementation
|
Go to the source code of this file.
Classes | |
struct | libmesh_assemble_input_params |
Functions | |
void | get_input_params (GetPot &field_parser, libmesh_assemble_input_params &input_params) |
Parser function for the coupled solver test programs. More... | |
void get_input_params | ( | GetPot & | field_parser, |
libmesh_assemble_input_params & | input_params | ||
) |
Parser function for the coupled solver test programs.
Required parameters:
Mesh
: path to the mesh.PhysicalParameters
: physical parameters.SystemType
: parameter used to tell the assembler which weight functions must be used. Values: Micro
or Macro
.MeshWeight
: path to the mesh defining the domains of the Arlequin weight parameters.WeightIndexes
: path to the indices of the domains of the Arlequin weight parameters.Optional parameter:
OutputBase
or --output
: base of the output files (including folders). Default: test_system
.Boolean flags:
ExportRBVectors
: build and export the rigid body modes vectors. Definition at line 9 of file libmesh_assemble_system_input_parser.cpp.