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 (PC pc) |
This function is called by PETSc to initialize the preconditioner. More... | |
PetscErrorCode | libMesh::libmesh_petsc_preconditioner_apply (PC pc, Vec x, Vec y) |
This function is called by PETSc to actually apply the preconditioner. More... | |
PetscErrorCode | libMesh::__libmesh_petsc_preconditioner_setup (PC pc) |
This function is called by PETSc to initialize the preconditioner. More... | |
PetscErrorCode | libMesh::__libmesh_petsc_preconditioner_apply (PC pc, Vec x, Vec y) |
This function is called by PETSc to actually apply the preconditioner. More... | |
Variables | |
template class LIBMESH_EXPORT | libMesh::PetscLinearSolver< Number > |