| File |
Line number |
Procedure |
Code |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
116 |
STREAMICE_CG_SOLVE_PETSC |
global_dofs = 0 |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
120 |
STREAMICE_CG_SOLVE_PETSC |
global_dofs = global_dofs + n_dofs_process (i) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
131 |
STREAMICE_CG_SOLVE_PETSC |
global_dofs = local_dofs |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
143 |
STREAMICE_CG_SOLVE_PETSC |
call VECSETSIZES(rhs, local_dofs, global_dofs, ierr) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
147 |
STREAMICE_CG_SOLVE_PETSC |
call VECSETSIZES(solution, local_dofs, global_dofs, ierr) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
215 |
STREAMICE_CG_SOLVE_PETSC |
& global_dofs, global_dofs, |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
88 |
STREAMICE_CG_SOLVE_PETSC |
INTEGER local_dofs, global_dofs, dof_index, dof_index_col |