16#include <Testeur_MEDCoupling.h>
17#include <ICoCoMEDDoubleField.hxx>
18#include <MEDCouplingFieldDouble.hxx>
19#include <Convert_ICoCoTrioField.h>
20#include <Probleme_base.h>
21#include <Champ_base.h>
48 Cerr<<
"Version compiled without MEDCoupling"<<finl;
55 ICoCo::MEDDoubleField medfield=build_medfield(ch);
56 medfield.getMCField()->writeVTK(
nom_du_cas().getString(),
false);
class Champ_Generique_base
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for "interpreter" objects.
static Objet_U & objet(const Nom &)
See Interprete_bloc::objet_global(). BM: the Interprete class is not the best place for this.
class Nom: a character string for naming TRUST objects.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
static const Nom & nom_du_cas()
Returns a constant reference to the case name. This method is static.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
class Probleme_base It is a Probleme_U that is not a coupling.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.
: class Testeur_MEDCoupling
Entree & interpreter(Entree &is) override