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

Function get_shift

ibtk/src/math/PoissonUtilities.cpp:173–179  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171#endif
172
173inline hier::Index<NDIM>
174get_shift(int dir, int shift)
175{
176 SAMRAI::hier::Index<NDIM> iv(0);
177 iv(dir) = shift;
178 return iv;
179} // get_shift
180} // namespace
181
182void

Calls

no outgoing calls

Tested by

no test coverage detected