16#include <Field_uniform_keps_from_ud.h>
35 os << tab.
size() <<
" ";
36 for(
int i=0; i<tab.
size(); i++)
60 param.lire_avec_accolades(is);
86 double k = (
dimension == 2 ? 1 : 3./2. )*(u*I)*(u*I);
88 double eps = 0.1643*pow(k,1.5)/l;
DoubleTab & valeurs() override
Overrides Champ_base::valeurs() Returns the array of values.
Class defining operators and methods for all reading operation in an input flow (file,...
virtual void fixer_nb_comp(int i)
Sets the number of components of the field.
const Nom & que_suis_je() const
Returns the string identifying the class.
virtual Entree & readOn(Entree &)
Reads an Objet_U from an input stream. Virtual method to override.
virtual Sortie & printOn(Sortie &) const
Writes the object to an output stream. Virtual method to override.
Base class for output streams.
void resize(_SIZE_ n, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT)