| 207 | } // initializeFEData |
| 208 | |
| 209 | void |
| 210 | IBFEPostProcessor::postProcessData(const double data_time) |
| 211 | { |
| 212 | // First interpolate variables from the Eulerian grid, then reconstruct |
| 213 | // variables on the Lagrangian mesh. |
| 214 | interpolateVariables(data_time); |
| 215 | reconstructVariables(data_time); |
| 216 | return; |
| 217 | } // postProcessData |
| 218 | |
| 219 | /////////////////////////////// PROTECTED //////////////////////////////////// |
| 220 |