$extrastylesheet
Public Attributes | |
| NonlinearImplicitSystem * | sys |
| std::map< std::string, unsigned int > * | varids |
| std::map< unsigned int, std::string > * | varnames |
| std::map< std::string, unsigned int > * | blockids |
| std::map< unsigned int, std::string > * | blocknames |
| unsigned int | decomposition_type |
| std::vector< std::set < unsigned int > > * | decomposition |
| unsigned int | embedding_type |
| IS | embedding |
| unsigned int | vec_count |
Definition at line 33 of file petscdmlibmeshimpl.C.
| std::map<std::string, unsigned int>* DM_libMesh::blockids |
Definition at line 38 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshGetBlocks(), and DMlibMeshSetSystem_libMesh().
| std::map<unsigned int, std::string>* DM_libMesh::blocknames |
Definition at line 39 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshSetSystem_libMesh(), and DMlibMeshSetUpName_Private().
| std::vector<std::set<unsigned int> >* DM_libMesh::decomposition |
Definition at line 41 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), and DMlibMeshSetUpName_Private().
| unsigned int DM_libMesh::decomposition_type |
Definition at line 40 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), and DMlibMeshSetUpName_Private().
Definition at line 43 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), and DMCreateFieldDecomposition_libMesh().
| unsigned int DM_libMesh::embedding_type |
Definition at line 42 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), and DMlibMeshSetUpName_Private().
Definition at line 35 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshGetSystem_libMesh(), DMlibMeshSetSystem_libMesh(), and DMlibMeshSetUpName_Private().
| std::map<std::string, unsigned int>* DM_libMesh::varids |
Definition at line 36 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshGetVariables(), and DMlibMeshSetSystem_libMesh().
| std::map<unsigned int, std::string>* DM_libMesh::varnames |
Definition at line 37 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshSetSystem_libMesh(), and DMlibMeshSetUpName_Private().
| unsigned int DM_libMesh::vec_count |
Definition at line 44 of file petscdmlibmeshimpl.C.