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

Method CellEqual

Src/Base/AMReX_BoxArray.cpp:545–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

543}
544
545bool
546BoxArray::CellEqual (const BoxArray& rhs) const noexcept
547{
548 return crseRatio() == rhs.crseRatio()
549 && (m_ref == rhs.m_ref || m_ref->m_abox == rhs.m_ref->m_abox);
550}
551
552BoxArray&
553BoxArray::maxSize (int block_size)

Callers 3

OnSameGridsMethod · 0.80
RestartHDF5Method · 0.80

Calls 1

crseRatioMethod · 0.80

Tested by 1