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

Method putToDatabase

src/level_set/LevelSetUtilities.cpp:247–254  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245} // ~LevelSetMassLossFixer
246
247void
248LevelSetMassLossFixer::putToDatabase(Pointer<Database> db)
249{
250 const LevelSetContainer& ls_container = getLevelSetContainer();
251 db->putDouble("vol_init", d_vol_init);
252 db->putDouble("ncells", ls_container.getInterfaceHalfWidth());
253 db->putDouble("vol_target", d_vol_target);
254} // putToDatabase
255
256void
257LevelSetMassLossFixer::setInitialVolume(double v0)

Callers

nothing calls this directly

Calls 1

getInterfaceHalfWidthMethod · 0.80

Tested by

no test coverage detected