Symbol | Description | Uses |
cg2d_z | Intermediate matrix-vector product term reduces the number of recomputation in adjoint mode this field is superfluous if your cg2d is self-adjoint. | 6 |
File | Line number | Procedure | Code |
./model/src/cg2d_nsa.F | 261 | CG2D_NSA |
cg2d_z(i,j,bi,bj) = |
./model/src/cg2d_nsa.F | 268 | CG2D_NSA |
& +cg2d_z(i,j,bi,bj)*cg2d_r(i,j,bi,bj) |
./model/src/cg2d_nsa.F | 290 | CG2D_NSA |
cg2d_s(i,j,bi,bj) = cg2d_z(i,j,bi,bj) |
./model/src/ini_cg2d.F | 71 | INI_CG2D |
cg2d_z(i,j,bi,bj) = 0. _d 0 |
./model/inc/CG2D.h | 67 | NO PROCEDURE |
COMMON /CG2D_I_WK_R2/ cg2d_z |
./model/inc/CG2D.h | 68 | NO PROCEDURE |
_RL cg2d_z(1-1:sNx+1,1-1:sNy+1,nSx,nSy) |