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

Method boxArray

Src/AmrCore/AMReX_Cluster.cpp:448–459  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

446}
447
448BoxArray
449ClusterList::boxArray () const
450{
451 BoxArray ba(lst.size());
452
453 int i = 0;
454 for (auto const& cli : lst) {
455 ba.set(i++, cli->box());
456 }
457
458 return ba;
459}
460
461void
462ClusterList::boxArray (BoxArray& ba) const

Callers 15

solveABecLaplacianMethod · 0.45
compute_normsMethod · 0.45
writePlotfileMethod · 0.45
solveMethod · 0.45
solveMethod · 0.45
addFineGridsMethod · 0.45
solveABecLaplacianMethod · 0.45
solveMLHypreMethod · 0.45
writePlotfileMethod · 0.45
compute_normsMethod · 0.45

Calls 5

sizeMethod · 0.45
setMethod · 0.45
boxMethod · 0.45
clearMethod · 0.45
resizeMethod · 0.45

Tested by 15

solveABecLaplacianMethod · 0.36
compute_normsMethod · 0.36
writePlotfileMethod · 0.36
solveMethod · 0.36
solveMethod · 0.36
addFineGridsMethod · 0.36
solveABecLaplacianMethod · 0.36
solveMLHypreMethod · 0.36
writePlotfileMethod · 0.36
compute_normsMethod · 0.36