MCPcopy Create free account
hub / github.com/AMReX-Codes/amrex / BuildMultiValuedMultiCut

Function BuildMultiValuedMultiCut

Src/EB/AMReX_EB2.cpp:313–322  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

311}
312
313void
314BuildMultiValuedMultiCut (const Geometry& geom, int required_coarsening_level,
315 int max_coarsening_level, int ngrow,
316 bool build_coarse_level_by_coarsening,
317 bool a_extend_domain_face, int a_num_coarsen_opt)
318{
319 EB2::Build(geom, required_coarsening_level, max_coarsening_level, ngrow,
320 build_coarse_level_by_coarsening, a_extend_domain_face,
321 a_num_coarsen_opt, true);
322}
323
324}

Callers 1

main_mainFunction · 0.85

Calls 1

BuildFunction · 0.70

Tested by

no test coverage detected