| File |
Line number |
Procedure |
Code |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
135 |
STREAMICE_CG_SOLVE_PETSC |
call VECCREATE(PETSC_COMM_WORLD, solution, 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 |
137 |
STREAMICE_CG_SOLVE_PETSC |
call VECSETTYPE(solution, VECMPI, ierr) |
|
./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 |
190 |
STREAMICE_CG_SOLVE_PETSC |
call VECASSEMBLYBEGIN(solution, ierr) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
191 |
STREAMICE_CG_SOLVE_PETSC |
call VECASSEMBLYEND(solution, ierr) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
347 |
STREAMICE_CG_SOLVE_PETSC |
call KSPSOLVE(ksp, rhs, solution, ierr) |
|
./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 |
377 |
STREAMICE_CG_SOLVE_PETSC |
call VECDESTROY (solution, ierr) |
|
./pkg/streamice/streamice_cg_solve_petsc.F |
87 |
STREAMICE_CG_SOLVE_PETSC |
Vec solution |