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

Method getFaceCent

Src/EB/AMReX_EBDataCollection.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303Array<const MultiCutFab*, AMREX_SPACEDIM>
304EBDataCollection::getFaceCent () const
305{
306 AMREX_ASSERT(m_facecent[0] != nullptr);
307 return {AMREX_D_DECL(m_facecent[0], m_facecent[1], m_facecent[2])};
308}
309
310Array<const MultiCutFab*, AMREX_SPACEDIM>
311EBDataCollection::getEdgeCent () const

Callers 15

compute_gradientMethod · 0.45
buildMetricsMethod · 0.45
buildMetricsMethod · 0.45
prepareSolverMethod · 0.45
prepareSolverMethod · 0.45
FapplyMethod · 0.45
FFluxMethod · 0.45
applyMethod · 0.45
compFluxMethod · 0.45
compVelGradMethod · 0.45

Calls

no outgoing calls

Tested by 1

compute_gradientMethod · 0.36