libMesh
|
Go to the source code of this file.
Namespaces | |
libMesh | |
The libMesh namespace provides an interface to certain functionality in the library. | |
Functions | |
PetscErrorCode | libMesh::libmesh_petsc_preconditioner_setup (void *ctx) |
This function is called by PETSc to initialize the preconditioner. More... | |
PetscErrorCode | libMesh::libmesh_petsc_preconditioner_apply (void *ctx, Vec x, Vec y) |
This function is called by PETSc to actually apply the preconditioner. More... | |
PetscErrorCode | libMesh::libmesh_petsc_preconditioner_setup (PC pc) |
PetscErrorCode | libMesh::libmesh_petsc_preconditioner_apply (PC pc, Vec x, Vec y) |
PetscErrorCode | libMesh::__libmesh_petsc_preconditioner_setup (void *ctx) |
This function is called by PETSc to initialize the preconditioner. More... | |
PetscErrorCode | libMesh::__libmesh_petsc_preconditioner_apply (void *ctx, Vec x, Vec y) |
This function is called by PETSc to actually apply the preconditioner. More... | |
PetscErrorCode | libMesh::__libmesh_petsc_preconditioner_setup (PC pc) |
PetscErrorCode | libMesh::__libmesh_petsc_preconditioner_apply (PC pc, Vec x, Vec y) |