17#include <OpConvQuickInterfaceIJKScalar.h>
18#include <Operateur_IJK_base.h>
36 corrige_flux_->valeur().corrige_flux_faceIJ(flux, k_layer, dir);
41 corrige_flux_->valeur().correct_flux_spherical(a, b, i, j, k_layer, dir);
Class defining operators and methods for all reading operation in an input flow (file,...
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.
void correct_flux(IJK_Field_local_double *const flux, const int k_layer, const int dir) override
void correct_flux_spherical(Simd_double &a, Simd_double &b, const int &i, const int &j, int k_layer, int dir) override
Base class for output streams.