Visualization by OpenDx

There are two member functions which write data of a Variable in a file in dx file format. Such a file can be used by OpenDx . These member functions are

  // for a scalar:
  void Variable::Print_Dx(ofstream *Datei); 
  // for a scalar moved by a vector field:
  void Variable::Print_Dx(Variable& ux, Variable& uy, Variable& uz, 
                          ofstream *Datei);

Handbook

Last modified: Mon Feb 11 09:55:58 MET 2002