30char valeur_smooth_C[] =
"$Header: /cvsroot/Lorene/C++/Source/Valeur/valeur_smooth.C,v 1.4 2014/10/13 08:53:51 j_novak Exp $" ;
80 int nr =
mg->get_nr(
nucl) ;
81 int nt =
mg->get_nt(
nucl) ;
82 int np =
mg->get_np(
nucl) ;
94 pot = *((*this).c_cf) ;
106 for (
int k=0 ;
k<np ;
k++) {
107 for (
int j=0 ;
j<nt ;
j++) {
110 for (
int i=0 ;
i<nr ;
i++) {
127 for (
int k=0 ;
k<np ;
k++) {
128 for (
int j=0 ;
j<nt ;
j++) {
131 for (
int i=0 ;
i<nr-1 ;
i++) {
144 uuva.set_etat_cf_qcq() ;
145 uuva.c_cf->set_etat_qcq() ;
146 uuva.c_cf->t[nzet]->set_etat_qcq() ;
150 for (
int k=0 ;
k<np ;
k++) {
151 for (
int j=0 ;
j<nt ;
j++) {
Time evolution with partial storage (*** under development ***).
Coefficients storage for the multi-domain spectral method.
Values and coefficients of a (real-value) function.
const Mg3d * mg
Multi-grid Mgd3 on which this is defined.
int etat
Logical state (ETATNONDEF , ETATQCQ or ETATZERO ).
void smooth(int nzet, Valeur &uuva) const
Changes the function *this as a smooth one when there exists a discontinuity between the nucleus and ...
Cmp pow(const Cmp &, int)
Power .