|
Observatoire de Paris - Code Fortran
version1.0
|
Les types de données | |
| type | initvar |
Fonctions/Subroutines | |||||||
initA | |||||||
A initialization
| |||||||
| subroutine | inita (n, a) | ||||||
setzero | |||||||
A set to zero
| |||||||
| subroutine | setzero (n, a) | ||||||
initB | |||||||
B initialization
| |||||||
| subroutine | initb (n, b) | ||||||
| subroutine | initx (n, x) | ||||||
| X initialization. Plus de détails... | |||||||
| subroutine | to_test (n, a, b) | ||||||
| subroutine mod_initialise::inita | ( | integer, intent(in) | n, |
| real(kind=kind(1.d0)), dimension(n,n), intent(inout) | a | ||
| ) |
Définition à la ligne 64 du fichier mod_initialise.f90.
| subroutine mod_initialise::initb | ( | integer, intent(in) | n, |
| real(kind=kind(1.d0)), dimension(n,n), intent(inout) | b | ||
| ) |
Définition à la ligne 99 du fichier mod_initialise.f90.
| subroutine mod_initialise::initx | ( | integer, intent(in) | n, |
| real(kind=kind(1.d0)), dimension(n), intent(out) | x | ||
| ) |
X initialization.
| [in] | n | dimension |
| [in,out] | x | vector |
Définition à la ligne 129 du fichier mod_initialise.f90.

| subroutine mod_initialise::setzero | ( | integer, intent(in) | n, |
| real(kind=kind(1.d0)), dimension(n,n), intent(inout) | a | ||
| ) |
Définition à la ligne 86 du fichier mod_initialise.f90.
| subroutine mod_initialise::to_test | ( | integer, intent(in) | n, |
| real(kind=kind(1.d0)), dimension(n), intent(in) | a, | ||
| real(kind=kind(1.d0)), intent(out) | b | ||
| ) |
Définition à la ligne 146 du fichier mod_initialise.f90.

1.8.15