71 csource = (*this).
va ;
73 (csource.
va).set_base( ((*this).va).get_base() ) ;
77 mp->poisson_frontiere(csource, limite, 1, num_front, cresu) ;
84 double fact_dir,
double fact_neu)
const {
88 csource = (*this).
va ;
90 (csource.
va).set_base( ((*this).va).get_base() ) ;
94 mp->poisson_frontiere(csource, limite, 3, num_front, cresu, fact_dir,
105 csource = (*this).
va ;
107 (csource.
va).set_base( ((*this).va).get_base() ) ;
111 mp->poisson_frontiere (csource, limite, 2, num_front, cresu) ;
119 const Valeur& lim_der,
int num_zone)
const {
124 mp->poisson_frontiere_double(csource, lim_func, lim_der, num_zone, cresu) ;
Component of a tensorial field *** DEPRECATED : use class Scalar instead ***.
Valeur va
The numerical value of the Cmp.
void set_dzpuis(int)
Set a value to dzpuis.
Scalar poisson_neumann(const Valeur &, int) const
Idem as Scalar::poisson_dirichlet , the boundary condition being on the radial derivative of the solu...
Scalar(const Map &mpi)
Constructor from mapping.
Scalar poisson_dir_neu(const Valeur &limite, int num, double fact_dir, double fact_neu) const
Is identicall to Scalar::poisson() .
Scalar poisson_frontiere_double(const Valeur &, const Valeur &, int) const
Idem as Scalar::poisson_dirichlet , the boundary condition being on both the function and its radial ...
Scalar poisson_dirichlet(const Valeur &limite, int num) const
Is identicall to Scalar::poisson() .
Values and coefficients of a (real-value) function.
const Map *const mp
Mapping on which the numerical values at the grid points are defined.