| File |
Line number |
Procedure |
Code |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
106 |
STREAMICE_CG_SOLVE_PETSC |
local_dofs = n_dofs_process (mpiMyWid) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
121 |
STREAMICE_CG_SOLVE_PETSC |
local_dofs = n_dofs_process (0) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
122 |
STREAMICE_CG_SOLVE_PETSC |
global_dofs = local_dofs |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
132 |
STREAMICE_CG_SOLVE_PETSC |
call VECSETSIZES(rhs, local_dofs, global_dofs, ierr) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
136 |
STREAMICE_CG_SOLVE_PETSC |
call VECSETSIZES(solution, local_dofs, global_dofs, ierr) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
139 |
STREAMICE_CG_SOLVE_PETSC |
do i=1,local_dofs |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
182 |
STREAMICE_CG_SOLVE_PETSC |
call VECSETVALUES(rhs, local_dofs, indices, rhs_values, |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
188 |
STREAMICE_CG_SOLVE_PETSC |
call VECSETVALUES(solution, local_dofs, indices, |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
196 |
STREAMICE_CG_SOLVE_PETSC |
& local_dofs, local_dofs, |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
350 |
STREAMICE_CG_SOLVE_PETSC |
call VECGETVALUES(solution,local_dofs,indices, |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
81 |
STREAMICE_CG_SOLVE_PETSC |
INTEGER local_dofs, global_dofs, dof_index, dof_index_col |