|
Scrambler
1
|
Public Member Functions | |
| subroutine | AddCurl2D (b, a, dx) |
| Takes curl of a and adds it to b. | |
| subroutine | AddCurl3D (b, a, dx) |
| Takes curl of a and adds it to b. | |
Definition at line 39 of file common_functions.f90.
| subroutine AddCurl2D | ( | REAL(KIND=qPREC), dimension(:,:,:) | b, |
| REAL(KIND=qPREC), dimension(:,:) | a, | ||
| REAL(KIND=qPREC) | dx | ||
| ) |
Takes curl of a and adds it to b.
| b | output vector field |
| a | input vector field |
| dx | grid spacing |
Definition at line 59 of file common_functions.f90.
| subroutine AddCurl3D | ( | REAL(KIND=qPREC), dimension(:,:,:,:) | b, |
| REAL(KIND=qPREC), dimension(:,:,:,:) | a, | ||
| REAL(KIND=qPREC) | dx | ||
| ) |
Takes curl of a and adds it to b.
| b | output vector field |
| a | input vector field |
| dx | grid spacing |
Definition at line 76 of file common_functions.f90.