CArl
Code Arlequin / C++ implementation
intersection_input_parser.h
Go to the documentation of this file.
1 /*
2  * intersection_input_parser.h
3  *
4  * Created on: Feb 14, 2017
5  * Author: Thiago Milanetto Schlittler
6  */
7 
8 #ifndef INTERSECTION_INPUT_PARSER_H_
9 #define INTERSECTION_INPUT_PARSER_H_
10 
14 #include "carl_headers.h"
15 
16 namespace carl
17 {
24  std::string mesh_A;
25  std::string mesh_B;
26  std::string mesh_C;
27  std::string output_base;
28 
30  bool bVerbose;
31 
33 };
34 
50 void get_intersection_input_params(GetPot& field_parser,
51  parallel_intersection_params& input_params);
52 
53 };
54 #endif /* INTERSECTION_INPUT_PARSER_H_ */
bool bStitchInterMeshes
Stitch the intersection meshes?
void get_intersection_input_params(GetPot &field_parser, parallel_intersection_params &input_params)
Parser function for the parallel intersection search program (source: CArl_build_intersections.cpp)
IntersectionMeshingMethod
Definition: common_enums.h:47
carl::IntersectionMeshingMethod inter_meshing_method
Intersection meshing method. Values: carl::IntersectionMeshingMethod::CGAL or carl::IntersectionMeshi...
std::string output_base
Output filename base.
Structure containing the parameters for the parallel intersection search test program (source: CArl_b...
bool bVerbose
Print coupling partitioning?
std::string mesh_C
Coupling mesh path.