Symbol Description Uses
local_dofs 12



File Line number Procedure Code
./pkg/streamice/streamice_cg_solve_petsc.F 115 STREAMICE_CG_SOLVE_PETSC
      local_dofs = n_dofs_process (mpiMyWid)
./pkg/streamice/streamice_cg_solve_petsc.F 130 STREAMICE_CG_SOLVE_PETSC
      local_dofs = n_dofs_process (0)
./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 150 STREAMICE_CG_SOLVE_PETSC
      do i=1,local_dofs
./pkg/streamice/streamice_cg_solve_petsc.F 193 STREAMICE_CG_SOLVE_PETSC
      call VECSETVALUES(rhs, local_dofs, indices, rhs_values,
./pkg/streamice/streamice_cg_solve_petsc.F 199 STREAMICE_CG_SOLVE_PETSC
      call VECSETVALUES(solution, local_dofs, indices,
./pkg/streamice/streamice_cg_solve_petsc.F 214 STREAMICE_CG_SOLVE_PETSC
     &                      local_dofs, local_dofs,
./pkg/streamice/streamice_cg_solve_petsc.F 414 STREAMICE_CG_SOLVE_PETSC
      call VECGETVALUES(solution,local_dofs,indices,
./pkg/streamice/streamice_cg_solve_petsc.F 88 STREAMICE_CG_SOLVE_PETSC
      INTEGER local_dofs, global_dofs, dof_index, dof_index_col