33char scalar_test_poisson_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Tensor/Scalar/scalar_test_poisson.C,v 1.4 2014/10/13 08:53:47 j_novak Exp $" ;
85 int nz =
mp->get_mg()->get_nzone() ;
95 for (
int l=0;
l<nz;
l++) {
122 for(
int l=0;
l<nz;
l++) {
132 ostr <<
"Max. source :" ;
133 for (
int l=0;
l<nz;
l++) {
138 for (
int l=0;
l<nz;
l++) {
144 for (
int l=0;
l<nz;
l++) {
Time evolution with partial storage (*** under development ***).
Tensor field of valence 0 (or component of a tensorial field).
Tbl test_poisson(const Scalar &uu, ostream &ostr, bool detail=false) const
Checks if a Poisson equation with *this as a source has been correctly solved.
bool check_dzpuis(int dzi) const
Returns false if the last domain is compactified and *this is not zero in this domain and dzpuis is n...
friend Scalar abs(const Scalar &)
Absolute value.
friend Tbl max(const Scalar &)
Maximum values of a Scalar in each domain.
int dzpuis
Power of r by which the quantity represented by this must be divided in the compactified external d...
const Map *const mp
Mapping on which the numerical values at the grid points are defined.