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() ) ;
81 double fact_dir,
double fact_neu)
const {
85 csource = (*this).
va ;
87 (csource.
va).set_base( ((*this).va).get_base() ) ;
102 csource = (*this).
va ;
104 (csource.
va).set_base( ((*this).va).get_base() ) ;
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.
virtual void poisson_frontiere(const Cmp &source, const Valeur &limite, int raccord, int num_front, Cmp &pot, double=0., double=0.) const =0
Computes the solution of a Poisson equation from the domain num_front+1 .
Tensor field of valence 0 (or component of a tensorial field).
Scalar poisson_neumann(const Valeur &, int) const
Idem as Scalar::poisson_dirichlet , the boundary condition being on the radial derivative of the solu...
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.