Next: Interfaces
Up: EllPETSc
Previous: make.configuration.defn
Contents
petsc_coeff_to_one |
Scope: private |
| BOOLEAN |
Description: Divide each line of the matrix by the central value? |
|
|
|
| Default: no |
petsc_ksp_type |
Scope: private |
| STRING |
Description: Which Krylov subspace method to use |
|
Range |
|
| Default: KSPBCGS |
KSPCR |
pcr |
|
KSPCG |
cg |
|
KSPCGS |
cgs |
|
KSPBCGS |
bcgs |
|
KSPLSQR |
lsqr |
|
KSPGMRES |
gmres |
|
KSPTCQMR |
tcqmr |
|
KSPTFQMR |
tfqmr |
|
KSPCHEBYCHEV |
chebychev |
|
KSPRICHARDSON |
richardson |
|
petsc_nablaform |
Scope: private |
| KEYWORD |
Description: PETSC nabla form |
|
Range |
|
| Default: down |
up |
|
|
down |
|
|
petsc_pc_type |
Scope: private |
| KEYWORD |
Description: Which preconditioner method to use |
|
Range |
|
| Default: PCJACOBI |
PCNONE |
none |
|
PCJACOBI |
jacobi |
|
PCBJACOBI |
bjacobi |
|
PCICC |
icc |
|
PCILU |
ilu |
|
PCASM |
asm |
|
PCLU |
lu |
|
petsc_reuse |
Scope: private |
| BOOLEAN |
Description: Reuse parts of the PETSc structure |
|
|
|
| Default: no |
petsc_verbose |
Scope: private |
| KEYWORD |
Description: PETSc verbose output |
|
Range |
|
| Default: yes |
no |
No output |
|
yes |
Some output |
|
debug |
Tons of output |
|
domain |
Scope: shared from GRID |
| KEYWORD |
Next: Interfaces
Up: EllPETSc
Previous: make.configuration.defn
Contents
|