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

Method coarsenable

Src/Base/AMReX_BoxArray.cpp:614–618  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

612}
613
614bool
615BoxArray::coarsenable (int refinement_ratio, int min_width) const
616{
617 return coarsenable(IntVect{refinement_ratio}, IntVect(min_width));
618}
619
620bool
621BoxArray::coarsenable (const IntVect& refinement_ratio, int min_width) const

Callers 13

interp_faceMethod · 0.80
defineMethod · 0.80
defineGridsMethod · 0.80
supportNSolveMethod · 0.80
defineMethod · 0.80
IndexSpaceSTLMethod · 0.80
prepare_gridsMethod · 0.80
GShopLevelMethod · 0.80
IndexSpaceChkptFileMethod · 0.80
coarsenFromFineMethod · 0.80
buildCutCellMaskMethod · 0.80
IndexSpaceImpMethod · 0.80

Calls 6

coarsenableFunction · 0.85
sizeFunction · 0.85
convertFunction · 0.85
is_nullMethod · 0.80
is_simpleMethod · 0.80
coarsenFunction · 0.70

Tested by

no test coverage detected