Meaning of int bcfcomp in FillPatchSingleLevel() and int cbccomp, int fbccomp, and int bcscomp in FillPatchTwoLevels()
#3929
-
|
Hi! I am trying to call Right now, I am passing Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
It depends on what you're using for |
Beta Was this translation helpful? Give feedback.
Adding to what @cgilet said,
bcfcompwill be passed to thephysbcfargument. If yourphysbcfisamrex::PhysBCFunctand you have usedVector<BCRec> bcs(Ncomp)to create it, then amrex will assume thatbcs[bcfcomp+icomp]is the boundary type for componentdcomp+icompof the destination multifab (i.e.,mf) and componentscomp+icompof the source multifab (i.e.,smf), whereicompis in[0,ncomp).