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

Method is_cell_centered

Src/Base/AMReX_FabArrayBase.cpp:2698–2702  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2696}
2697
2698bool
2699FabArrayBase::is_cell_centered () const noexcept
2700{
2701 return boxArray().ixType().cellCentered();
2702}
2703
2704bool
2705FabArrayBase::isFusingCandidate () const noexcept // NOLINT(readability-convert-member-functions-to-static)

Callers 15

InitializeMethod · 0.80
GetMeshMetadataMethod · 0.80
AddArrayMethod · 0.80
AddArrayMethod · 0.80
copyFromMethod · 0.80
copyToMethod · 0.80
EB_average_downFunction · 0.80
Rotate90Function · 0.80
Rotate180Function · 0.80
FillPolarFunction · 0.80
average_downFunction · 0.80
average_downFunction · 0.80

Calls 2

cellCenteredMethod · 0.80
ixTypeMethod · 0.45

Tested by

no test coverage detected