CArl
Code Arlequin / C++ implementation
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
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
{
23
struct
parallel_intersection_params
{
24
std::string
mesh_A
;
25
std::string
mesh_B
;
26
std::string
mesh_C
;
27
std::string
output_base
;
28
29
bool
bStitchInterMeshes
;
30
bool
bVerbose
;
31
32
carl::IntersectionMeshingMethod
inter_meshing_method
;
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_ */
carl::parallel_intersection_params::mesh_A
std::string mesh_A
Mesh A path.
Definition:
intersection_input_parser.h:24
carl_headers.h
carl::parallel_intersection_params::bStitchInterMeshes
bool bStitchInterMeshes
Stitch the intersection meshes?
Definition:
intersection_input_parser.h:29
carl::get_intersection_input_params
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)
Definition:
intersection_input_parser.cpp:12
carl
Definition:
assemble_coupling.cpp:3
carl::IntersectionMeshingMethod
IntersectionMeshingMethod
Definition:
common_enums.h:47
carl::parallel_intersection_params::inter_meshing_method
carl::IntersectionMeshingMethod inter_meshing_method
Intersection meshing method. Values: carl::IntersectionMeshingMethod::CGAL or carl::IntersectionMeshi...
Definition:
intersection_input_parser.h:32
carl::parallel_intersection_params::output_base
std::string output_base
Output filename base.
Definition:
intersection_input_parser.h:27
carl::parallel_intersection_params
Structure containing the parameters for the parallel intersection search test program (source: CArl_b...
Definition:
intersection_input_parser.h:23
carl::parallel_intersection_params::bVerbose
bool bVerbose
Print coupling partitioning?
Definition:
intersection_input_parser.h:30
carl::parallel_intersection_params::mesh_B
std::string mesh_B
Mesh B path.
Definition:
intersection_input_parser.h:25
carl::parallel_intersection_params::mesh_C
std::string mesh_C
Coupling mesh path.
Definition:
intersection_input_parser.h:26
src
include
parsers
intersection_input_parser.h
Generated by
1.8.10