MCPcopy Create free account
hub / github.com/IBAMR/IBAMR / setPhysicalBoundaryConditions

Method setPhysicalBoundaryConditions

ibtk/src/utilities/RefinePatchStrategySet.cpp:49–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47} // ~RefinePatchStrategySet
48
49void
50RefinePatchStrategySet::setPhysicalBoundaryConditions(Patch<NDIM>& patch,
51 const double fill_time,
52 const IntVector<NDIM>& ghost_width_to_fill)
53{
54 for (const auto& strategy : d_strategy_set)
55 {
56 strategy->setPhysicalBoundaryConditions(patch, fill_time, ghost_width_to_fill);
57 }
58 return;
59} // setPhysicalBoundaryConditions
60
61IntVector<NDIM>
62RefinePatchStrategySet::getRefineOpStencilWidth() const

Callers 4

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected