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

Method getEdgeCent

Src/EB/AMReX_EBDataCollection.cpp:310–315  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310Array<const MultiCutFab*, AMREX_SPACEDIM>
311EBDataCollection::getEdgeCent () const
312{
313 AMREX_ASSERT(m_edgecent[0] != nullptr);
314 return {AMREX_D_DECL(m_edgecent[0], m_edgecent[1], m_edgecent[2])};
315}
316
317const MultiCutFab&
318EBDataCollection::getBndryNormal () const

Callers 6

solveMethod · 0.45
scaleRHSMethod · 0.45
FapplyMethod · 0.45
FsmoothMethod · 0.45
compGradMethod · 0.45
getEdgeCentDataMethod · 0.45

Calls

no outgoing calls

Tested by 1

solveMethod · 0.36