29char scalar_pde_frontiere_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Tensor/Scalar/scalar_pde_frontiere.C,v 1.6 2014/10/13 08:53:46 j_novak Exp $" ;
68 csource = (*this).
va ;
70 (csource.
va).set_base( ((*this).va).get_base() ) ;
74 mp->poisson_frontiere(csource, limite, 1, num_front, cresu) ;
81 double fact_dir,
double fact_neu)
const {
85 csource = (*this).
va ;
87 (csource.
va).set_base( ((*this).va).get_base() ) ;
91 mp->poisson_frontiere(csource, limite, 3, num_front, cresu, fact_dir,
102 csource = (*this).
va ;
104 (csource.
va).set_base( ((*this).va).get_base() ) ;
108 mp->poisson_frontiere (csource, limite, 2, num_front, cresu) ;
116 const Valeur& lim_der,
int num_zone)
const {
121 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.