IBAMR
An adaptive and distributed-memory parallel implementation of the immersed boundary (IB) method
|
A collection of post processing call back functions to be hooked into IBAMR::HierarchyIntegrator class to employ a wave damping zone of some prescribed length within the computational domain. Additional strategies can be implemented as simple C functions within this collection.
The instance of a WaveDampingStrategy and the particular damping function should be registered with an appropriate hierarchy integrator via registerPostprocessIntegrateHierarchyCallback.
ctx | is the pointer to WaveDampingData struct. |