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

Function boxDiff

Src/Base/AMReX_BoxList.cpp:596–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594//
595
596BoxList
597boxDiff (const Box& b1in, const Box& b2)
598{
599 BL_ASSERT(b1in.sameType(b2));
600 BoxList bl_diff(b1in.ixType());
601 boxDiff(bl_diff,b1in,b2);
602 return bl_diff;
603}
604
605void
606boxDiff (BoxList& bl_diff, const Box& b1in, const Box& b2)

Callers 15

MakeNewGridsMethod · 0.85
ReadDataMethod · 0.85
defineMethod · 0.85
InitializeMethod · 0.85
defineMethod · 0.85
define_fb_metadataMethod · 0.85
define_epoMethod · 0.85
tag_one_boxMethod · 0.85
addMethod · 0.85
complementInMethod · 0.85

Calls 8

loVectMethod · 0.80
hiVectMethod · 0.80
ixTypeMethod · 0.45
clearMethod · 0.45
setMethod · 0.45
containsMethod · 0.45
intersectsMethod · 0.45
push_backMethod · 0.45

Tested by

no test coverage detected