BruteForce_FindFirstPair(Patch_construction *Patch_guide, Patch_construction *Patch_probed, std::pair< unsigned int, unsigned int > &First_intersection) | carl::Intersection_Search | protected |
BuildCoupledPatches(const libMesh::Elem *Query_elem, int patch_counter=0) | carl::Intersection_Search | protected |
BuildIntersections(SearchMethod search_type=BRUTE) | carl::Intersection_Search | |
CalculateGlobalVolume() | carl::Intersection_Search | |
CalculateIntersectionVolume(const libMesh::Elem *Query_elem) | carl::Intersection_Search | protected |
FindAndBuildIntersections_Brute() | carl::Intersection_Search | protected |
FindAndBuildIntersections_Front() | carl::Intersection_Search | protected |
FindFirstPair(Patch_construction *Patch_guide, Patch_construction *Patch_probed, std::pair< unsigned int, unsigned int > &First_intersection) | carl::Intersection_Search | protected |
FindIntersections_Brute() | carl::Intersection_Search | protected |
FindIntersections_Front() | carl::Intersection_Search | protected |
FindPatchIntersections_Brute(const libMesh::Elem *Query_elem) | carl::Intersection_Search | protected |
FindPatchIntersections_Front(const libMesh::Elem *Query_elem) | carl::Intersection_Search | protected |
Intersection_Search(libMesh::Mesh &mesh_A, libMesh::Mesh &mesh_B, libMesh::Mesh &mesh_Coupling, libMesh::Mesh &mesh_I, const std::string &output_base=std::string("test"), IntersectionMeshingMethod MeshingMethod=IntersectionMeshingMethod::CGAL, double Min_Inter_Volume=1E-15, bool bDoPerf_log=true, bool bDebugOutput=false) | carl::Intersection_Search | inline |
m_bDidPreliminarySearch | carl::Intersection_Search | protected |
m_bHavePreallocData | carl::Intersection_Search | protected |
m_bIntersectionsBuilt | carl::Intersection_Search | protected |
m_bPrintDebug | carl::Intersection_Search | protected |
m_bPrintIntersectionsPerPartData | carl::Intersection_Search | protected |
m_bPrintTimingData | carl::Intersection_Search | protected |
m_bSaveInterData | carl::Intersection_Search | protected |
m_bSkipIntersectionConstruction | carl::Intersection_Search | protected |
m_bSkipIntersectionPartitioning | carl::Intersection_Search | protected |
m_comm | carl::Intersection_Search | protected |
m_coupling_weights | carl::Intersection_Search | protected |
m_Intersection_Pairs_multimap | carl::Intersection_Search | protected |
m_Intersection_test | carl::Intersection_Search | protected |
m_Intersection_test_neighbors | carl::Intersection_Search | protected |
m_local_comm | carl::Intersection_Search | protected |
m_Mesh_A | carl::Intersection_Search | protected |
m_Mesh_B | carl::Intersection_Search | protected |
m_Mesh_Coupling | carl::Intersection_Search | protected |
m_Mesh_Intersection | carl::Intersection_Search | protected |
m_MeshingMethod | carl::Intersection_Search | protected |
m_Min_Inter_Volume | carl::Intersection_Search | protected |
m_Nb_Of_Intersections_Elem_C | carl::Intersection_Search | protected |
m_nodes | carl::Intersection_Search | protected |
m_Output_filename_base | carl::Intersection_Search | protected |
m_Patch_Constructor_A | carl::Intersection_Search | protected |
m_Patch_Constructor_B | carl::Intersection_Search | protected |
m_perf_log | carl::Intersection_Search | protected |
m_rank | carl::Intersection_Search | protected |
m_timing_data_file_base | carl::Intersection_Search | protected |
MASTER_bPerfLog_intersection_search | carl::Intersection_Search | protected |
mesh_A() | carl::Intersection_Search | |
mesh_B() | carl::Intersection_Search | |
mesh_Coupling() | carl::Intersection_Search | |
PreallocateAndPartitionCoupling() | carl::Intersection_Search | |
PreparePreallocationAndLoad(SearchMethod search_type=BRUTE) | carl::Intersection_Search | |
SetScalingFiles(const std::string &timing_data_file_base) | carl::Intersection_Search | |
SkipIntersectionConstruction(bool bSkipIntersectionConstruction) | carl::Intersection_Search | inline |
SkipIntersectionPartitioning(bool bSkipIntersectionPartitioning) | carl::Intersection_Search | inline |
UpdateCouplingIntersection(const libMesh::Elem *Query_elem) | carl::Intersection_Search | protected |