← Back to team overview

yade-dev team mailing list archive

Re: [Branch ~yade-dev/yade/trunk] Rev 2555: - Retriangulation controlled by a volumetric deformation threshold

 


  void FlowEngine::action ( )
...
+			std::ofstream eps_vol ("Epsilon_volume.txt", std::ios::app);		
Ema, you can use the postLoad function (equivalent more or lett to postProcessAttributes) where you open the stream, and then just write to it in action. See e.g. how it is done in the base Recorder engine.

HTH, v




Follow ups

References