16#ifndef Champ_P0_VDF_included
17#define Champ_P0_VDF_included
19#include <Champ_Inc_P0_base.h>
33 DoubleVect
moyenne(
const DoubleVect& porosite_elem)
const;
34 double moyenne(
const DoubleVect& porosite_elem,
int )
const;
: class Champ_Inc_P0_base
class Champ_P0_VDF Class representing a P0 discrete field per element associated with a discretized d...
DoubleTab & remplir_coord_noeuds(DoubleTab &) const override
int imprime(Sortie &os, int nb_compo_) const override
Writes the field in IJK format.
DoubleVect moyenne(const DoubleVect &porosite_elem) const
Returns the P0-average of the field, i.e. the sum, divided by the total domain volume,...
const Domaine_VDF & domaine_VDF() const
double integrale_espace(int ncomp) const override
Computes the spatial integral of one component of the field over the corresponding domain.
Base class for output streams.