16#include <PrecisionGeom.h>
55 Cerr <<
"It treats a calculation with a precision " <<
precision_geom << finl;
58 Cerr <<
"PrecisionGeom must be a strictly positive value." << finl;
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for "interpreter" objects.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
static double precision_geom
static int format_precision_geom
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
class PrecisionGeom This class is an interpreter that reads the space dimension.
Entree & interpreter(Entree &) override
Main function of the PrecisionGeom interpreter. Reads the space dimension of the problem.
static void exit(int exit_code=-1)
Exit routine for TRUST within a Kokkos region.
Base class for output streams.