LORENE
|
() More...
()
Absolute value.
Definition at line 523 of file scalar_math.C.
Arccosine.
Definition at line 199 of file scalar_math.C.
Arcsine.
Definition at line 167 of file scalar_math.C.
Arctangent.
Definition at line 231 of file scalar_math.C.
Cosine.
Definition at line 104 of file scalar_math.C.
Relative difference between two Scalar
(norme version).
Tbl
of size the number of domains, the elements of which are norme
[a(l)-b(l)]/norme[b(l)] if b(l)!=0
and norme
[a(l)-b(l)] if b(l)=0
, where a(l)
and b(l)
denote symbolically the values of a
and b
l
. Definition at line 695 of file scalar_math.C.
Relative difference between two Scalar
(max version).
Tbl
of size the number of domains, the elements of which are max
[abs(a(l)-b(l))]/max[abs(b(l))] if b(l)!=0
and max
[abs(a(l)-b(l))] if b(l)=0
, where a(l)
and b(l)
denote symbolically the values of a
and b
l
. Definition at line 730 of file scalar_math.C.
Exponential.
Definition at line 323 of file scalar_math.C.
Applies an exponential filter in angular directions in all domains.
(see Scalar:exponential_filter_ylm
).
Definition at line 186 of file scalar_exp_filter.C.
References Lorene::Scalar::exponential_filter_ylm(), and Lorene::Tensor::get_mp().
Heaviside function.
Definition at line 355 of file scalar_math.C.
Neperian logarithm.
Definition at line 385 of file scalar_math.C.
Basis 10 logarithm.
Definition at line 418 of file scalar_math.C.
Maximum values of a Scalar
in each domain.
Tbl
of size the number of domains, the elements of which are the set of the maximum values in each domain. Definition at line 611 of file scalar_math.C.
Minimum values of a Scalar
in each domain.
Tbl
of size the number of domains, the elements of which are the set of the minimum values in each domain. Definition at line 639 of file scalar_math.C.
Sums of the absolute values of all the values of the Scalar
in each domain.
Tbl
of size the number of domains, the elements of which are the set of the sums of the absolute values in each domain. Definition at line 667 of file scalar_math.C.
Scalar * Scalar with desaliasing.
Definition at line 457 of file scalar_arithm.C.
Definition at line 527 of file scalar_arithm.C.
Definition at line 561 of file scalar_arithm.C.
Definition at line 423 of file scalar_arithm.C.
Scalar Lorene::operator* | ( | const Scalar & | t1, |
double | x | ||
) |
Scalar * double.
Definition at line 605 of file scalar_arithm.C.
Scalar Lorene::operator* | ( | const Scalar & | t1, |
int | m | ||
) |
Scalar * int.
Definition at line 612 of file scalar_arithm.C.
Scalar Lorene::operator* | ( | double | a, |
const Scalar & | c1 | ||
) |
double * Scalar
Definition at line 568 of file scalar_arithm.C.
Scalar Lorene::operator* | ( | int | m, |
const Scalar & | t1 | ||
) |
int * Scalar
Definition at line 619 of file scalar_arithm.C.
Definition at line 200 of file scalar_arithm.C.
Scalar Lorene::operator+ | ( | const Scalar & | ci | ) |
Definition at line 86 of file scalar_arithm.C.
Scalar + Mbtl.
Definition at line 163 of file scalar_arithm.C.
Definition at line 113 of file scalar_arithm.C.
Scalar Lorene::operator+ | ( | const Scalar & | t1, |
double | x | ||
) |
Scalar + double.
Definition at line 207 of file scalar_arithm.C.
Scalar Lorene::operator+ | ( | const Scalar & | t1, |
int | m | ||
) |
Scalar + int.
Definition at line 248 of file scalar_arithm.C.
Scalar Lorene::operator+ | ( | double | x, |
const Scalar & | t1 | ||
) |
double + Scalar
Definition at line 241 of file scalar_arithm.C.
Scalar Lorene::operator+ | ( | int | m, |
const Scalar & | t1 | ||
) |
int + Scalar
Definition at line 255 of file scalar_arithm.C.
Definition at line 353 of file scalar_arithm.C.
Scalar Lorene::operator- | ( | const Scalar & | ci | ) |
-
Scalar
Definition at line 90 of file scalar_arithm.C.
Scalar - Mbtl.
Definition at line 320 of file scalar_arithm.C.
Definition at line 270 of file scalar_arithm.C.
Scalar Lorene::operator- | ( | const Scalar & | t1, |
double | x | ||
) |
Scalar - double.
Definition at line 360 of file scalar_arithm.C.
Scalar Lorene::operator- | ( | const Scalar & | t1, |
int | m | ||
) |
Scalar - int.
Definition at line 400 of file scalar_arithm.C.
Scalar Lorene::operator- | ( | double | x, |
const Scalar & | t1 | ||
) |
double - Scalar
Definition at line 393 of file scalar_arithm.C.
Scalar Lorene::operator- | ( | int | m, |
const Scalar & | t1 | ||
) |
int - Scalar
Definition at line 407 of file scalar_arithm.C.
Definition at line 707 of file scalar_arithm.C.
Definition at line 675 of file scalar_arithm.C.
Definition at line 637 of file scalar_arithm.C.
Scalar Lorene::operator/ | ( | const Scalar & | c1, |
double | x | ||
) |
Scalar / double.
Definition at line 741 of file scalar_arithm.C.
Scalar Lorene::operator/ | ( | const Scalar & | c1, |
int | m | ||
) |
Scalar / int.
Definition at line 810 of file scalar_arithm.C.
Scalar Lorene::operator/ | ( | double | x, |
const Scalar & | c2 | ||
) |
double / Scalar
Definition at line 775 of file scalar_arithm.C.
Scalar Lorene::operator/ | ( | int | m, |
const Scalar & | c2 | ||
) |
int / Scalar
Definition at line 819 of file scalar_arithm.C.
Scalar * Scalar with desaliasing only in r.
Definition at line 491 of file scalar_arithm.C.
Power
Definition at line 487 of file scalar_math.C.
Power
Definition at line 451 of file scalar_math.C.
Cube root.
Definition at line 293 of file scalar_math.C.
Sine.
Definition at line 72 of file scalar_math.C.
Square root.
Definition at line 263 of file scalar_math.C.
Tangent.
Definition at line 136 of file scalar_math.C.
Maximum values of a Scalar
in each domain.
Tbl
of size the number of domains, the elements of which are the set of the maximum values in each domain. Definition at line 553 of file scalar_math.C.