#include <petsc_boundcg.h>
Public Attributes | |
| Mat | A |
| PetscReal | abstol |
| Vec | b |
| Vec | d |
| PetscReal | dtol |
| Mat | fact |
| PetscErrorCode | ierr |
| PetscInt * | ix |
| PetscInt | maxits |
| PC | prec |
| Vec | r_rhs |
| PetscReal | rtol |
| KSP | solver |
| PetscScalar * | val |
| Vec | x |
| Vec | z_lhs |
Definition at line 5 of file petsc_boundcg.h.
| Mat A |
Definition at line 18 of file petsc_boundcg.h.
| PetscReal abstol |
Definition at line 22 of file petsc_boundcg.h.
| Vec b |
Definition at line 19 of file petsc_boundcg.h.
| Vec d |
Definition at line 19 of file petsc_boundcg.h.
| PetscReal dtol |
Definition at line 23 of file petsc_boundcg.h.
| Mat fact |
Definition at line 8 of file petsc_boundcg.h.
Referenced by boundparcongrad::ilu_mat_petsc(), boundparcongrad::solve_fact_mat_petsc(), and boundparcongrad::~boundparcongrad().
| PetscErrorCode ierr |
Definition at line 20 of file petsc_boundcg.h.
| PetscInt* ix |
Definition at line 13 of file petsc_boundcg.h.
Referenced by boundparcongrad::ilu_mat_petsc(), boundparcongrad::solve_fact_mat_petsc(), and boundparcongrad::~boundparcongrad().
| PetscInt maxits |
Definition at line 24 of file petsc_boundcg.h.
| PC prec |
Definition at line 17 of file petsc_boundcg.h.
| Vec r_rhs |
Definition at line 10 of file petsc_boundcg.h.
Referenced by boundparcongrad::ilu_mat_petsc(), boundparcongrad::solve_fact_mat_petsc(), and boundparcongrad::~boundparcongrad().
| PetscReal rtol |
Definition at line 21 of file petsc_boundcg.h.
| KSP solver |
Definition at line 16 of file petsc_boundcg.h.
| PetscScalar* val |
Definition at line 14 of file petsc_boundcg.h.
Referenced by boundparcongrad::ilu_mat_petsc(), boundparcongrad::solve_fact_mat_petsc(), and boundparcongrad::~boundparcongrad().
| Vec x |
Definition at line 19 of file petsc_boundcg.h.
| Vec z_lhs |
Definition at line 12 of file petsc_boundcg.h.
Referenced by boundparcongrad::ilu_mat_petsc(), boundparcongrad::solve_fact_mat_petsc(), and boundparcongrad::~boundparcongrad().
1.6.2