CArl
Code Arlequin / C++ implementation
|
Structure containing the parameters for the parallel intersection search test program (source: CArl_build_intersections.cpp) More...
#include <intersection_input_parser.h>
Public Attributes | |
std::string | mesh_A |
Mesh A path. More... | |
std::string | mesh_B |
Mesh B path. More... | |
std::string | mesh_C |
Coupling mesh path. More... | |
std::string | output_base |
Output filename base. More... | |
bool | bStitchInterMeshes |
Stitch the intersection meshes? More... | |
bool | bVerbose |
Print coupling partitioning? More... | |
carl::IntersectionMeshingMethod | inter_meshing_method |
Intersection meshing method. Values: carl::IntersectionMeshingMethod::CGAL or carl::IntersectionMeshingMethod::LIBMESH_TETGEN. More... | |
Structure containing the parameters for the parallel intersection search test program (source: CArl_build_intersections.cpp)
Details on the parameters setup are found in the documentation of carl::get_intersection_input_params(GetPot& field_parser, parallel_intersection_params& input_params).
Definition at line 23 of file intersection_input_parser.h.
bool carl::parallel_intersection_params::bStitchInterMeshes |
Stitch the intersection meshes?
Definition at line 29 of file intersection_input_parser.h.
bool carl::parallel_intersection_params::bVerbose |
Print coupling partitioning?
Definition at line 30 of file intersection_input_parser.h.
carl::IntersectionMeshingMethod carl::parallel_intersection_params::inter_meshing_method |
Intersection meshing method. Values: carl::IntersectionMeshingMethod::CGAL or carl::IntersectionMeshingMethod::LIBMESH_TETGEN.
Definition at line 32 of file intersection_input_parser.h.
std::string carl::parallel_intersection_params::mesh_A |
Mesh A path.
Definition at line 24 of file intersection_input_parser.h.
std::string carl::parallel_intersection_params::mesh_B |
Mesh B path.
Definition at line 25 of file intersection_input_parser.h.
std::string carl::parallel_intersection_params::mesh_C |
Coupling mesh path.
Definition at line 26 of file intersection_input_parser.h.
std::string carl::parallel_intersection_params::output_base |
Output filename base.
Definition at line 27 of file intersection_input_parser.h.