|
Scrambler
1
|
Public Member Functions | |
| subroutine | ResistiveGridAdvance (n, stepping) |
| subroutine | ResistiveGridGetMaxSpeed (n) |
| subroutine | ResistiveSource (n, Info, stepping) |
| subroutine | RealResistivity (Info, i, j, k, resi, dx, dir) |
| subroutine | ResistiveGetMaxSpeed (Info) |
Definition at line 23 of file resistive.f90.
| subroutine ResistiveGridAdvance | ( | INTEGER | n, |
| INTEGER | stepping | ||
| ) |
Definition at line 33 of file resistive.f90.
| subroutine ResistiveGridGetMaxSpeed | ( | INTEGER | n | ) |
Definition at line 49 of file resistive.f90.
| subroutine ResistiveSource | ( | INTEGER | n, |
| TYPE(InfoDef) | Info, | ||
| INTEGER | stepping | ||
| ) |
Definition at line 63 of file resistive.f90.
| subroutine RealResistivity | ( | TYPE(InfoDef) | Info, |
| INTEGER | i, | ||
| INTEGER | j, | ||
| INTEGER | k, | ||
| REAL(KIND=qPREC) | resi, | ||
| REAL(KIND=qPREC) | dx, | ||
| INTEGER | dir | ||
| ) |
Definition at line 236 of file resistive.f90.
| subroutine ResistiveGetMaxSpeed | ( | TYPE(InfoDef) | Info | ) |
Definition at line 280 of file resistive.f90.