libMesh
Namespaces | Functions | Variables
petsc_shell_matrix.C File Reference

Go to the source code of this file.

Namespaces

 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. More...
 
template<typename Obj >
void libMesh::init_shell_mat (Obj &obj)
 Initialize a shell matrix object using information from the DofMap. More...
 
template void libMesh::init_shell_mat (PetscShellMatrix< Number > &obj)
 
template void libMesh::init_shell_mat (PetscMatrixShellMatrix< Number > &obj)
 
template void libMesh::init_shell_mat (PetscShellMatrix< Number > &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)
 
template void libMesh::init_shell_mat (PetscMatrixShellMatrix< Number > &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)
 

Variables

template class LIBMESH_EXPORT libMesh::PetscShellMatrix< Number >