Reference documentation for deal.II version 9.3.3
|
#include <deal.II/base/config.h>
#include <deal.II/lac/exceptions.h>
#include <petscconf.h>
#include <petscksp.h>
#include <petscmat.h>
#include <petscpc.h>
#include <string>
Go to the source code of this file.
Namespaces | |
namespace | PETScWrappers |
Functions | |
void | PETScWrappers::set_option_value (const std::string &name, const std::string &value) |
PetscErrorCode | PETScWrappers::destroy_matrix (Mat &matrix) |
PetscErrorCode | PETScWrappers::destroy_krylov_solver (KSP &krylov_solver) |
void | PETScWrappers::set_matrix_option (Mat &matrix, const MatOption option_name, const PetscBool option_value=PETSC_FALSE) |
void | PETScWrappers::close_matrix (Mat &matrix) |
void | PETScWrappers::set_keep_zero_rows (Mat &matrix) |