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

Method postProcessData

src/IB/IBFEPostProcessor.cpp:209–217  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207} // initializeFEData
208
209void
210IBFEPostProcessor::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

Callers 7

mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected