|
libMesh
|
Go to the source code of this file.
Classes | |
| class | libMesh::PetscShellMatrix< T > |
| This class allows to use a PETSc shell matrix. More... | |
Namespaces | |
| namespace | libMesh |
The libMesh namespace provides an interface to certain functionality in the library. | |
Functions | |
| template<typename Obj > | |
| void | libMesh::init_shell_mat (Obj &obj, const numeric_index_type m, const numeric_index_type n, const numeric_index_type m_l, const numeric_index_type n_l, const numeric_index_type blocksize_in) |
| Initialize a shell matrix object. | |
| template<typename Obj > | |
| void | libMesh::init_shell_mat (Obj &obj) |
Initialize a shell matrix object using information from the DofMap. | |