16#ifndef Champ_Fonc_Interp_included
17#define Champ_Fonc_Interp_included
19#include <Champ_Fonc_P0_base.h>
20#include <Probleme_base.h>
23#include <MEDCouplingFieldDouble.hxx>
24#include <MEDCouplingRemapper.hxx>
26#include <OverlapDEC.hxx>
49 MEDCoupling::NatureOfField
nature_;
50 MEDCoupling::MCAuto<MEDCoupling::MEDCouplingFieldDouble> local_field_, distant_field_;
51 MEDCoupling::MCAuto<MEDCoupling::DataArrayDouble> local_array_, distant_array_;
52 bool verbose_ =
false;
OBS_PTR(Probleme_base) pb_loc_
void mettre_a_jour(double) override
Time update of the field.
bool has_explicit_dom_dist_
OWN_PTR(Champ_base) espace_stockage_
int initialiser(double) override
DOES NOTHING.
DoubleTab valeurs_faces_elem_
class Champ_base This class is the base of the fields hierarchy.
class Probleme_base It is a Probleme_U that is not a coupling.