There are two member functions which write data of a Variable in a file in UCD file format. Such a file can be used by AVS . These member functions are
// for a scalar: void Variable::Print_AVS(ofstream *Datei); // for a scalar moved by a vector field: void Variable::Print_AVS(Variable& ux, Variable& uy, Variable& uz, ofstream *Datei);
Last modified: Mon Feb 11 09:55:13 MET 2002