petsc-3.8.4 2018-03-24
Report Typos and Errors

MatSTRUMPACKSetHSSRelCompTol

Set STRUMPACK relative tolerance for HSS compression Logically Collective on Mat

Synopsis

#include "petscmat.h" 
PetscErrorCode MatSTRUMPACKSetHSSRelCompTol(Mat F,PetscReal rctol)

Input Parameters

F - the factored matrix obtained by calling MatGetFactor() from PETSc-STRUMPACK interface
rctol - relative compression tolerance

Options Database

-mat_strumpack_rctol <rctol> -

References

STRUMPACK manual -

See Also

MatGetFactor()

Level:beginner
Location:
src/mat/impls/aij/mpi/strumpack/strumpack.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages

Examples

src/ksp/ksp/examples/tutorials/ex52.c.html