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 56 of file petscdmlibmeshimpl.C.
std::map<std::string, unsigned int>* DM_libMesh::blockids |
Definition at line 61 of file petscdmlibmeshimpl.C.
Referenced by DMCreate_libMesh(), DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMDestroy_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshGetBlocks(), DMlibMeshSetSystem_libMesh(), and DMView_libMesh().
std::map<unsigned int, std::string>* DM_libMesh::blocknames |
Definition at line 62 of file petscdmlibmeshimpl.C.
Referenced by DMCreate_libMesh(), DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMDestroy_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshSetSystem_libMesh(), and DMlibMeshSetUpName_Private().
std::vector<std::set<unsigned int> >* DM_libMesh::decomposition |
Definition at line 64 of file petscdmlibmeshimpl.C.
Referenced by DMCreate_libMesh(), DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMDestroy_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshSetUpName_Private(), and DMView_libMesh().
unsigned int DM_libMesh::decomposition_type |
Definition at line 63 of file petscdmlibmeshimpl.C.
Referenced by DMCreate_libMesh(), DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshSetUpName_Private(), and DMView_libMesh().
IS DM_libMesh::embedding |
Definition at line 66 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMCreateGlobalVector_libMesh(), DMDestroy_libMesh(), and DMSetUp_libMesh().
unsigned int DM_libMesh::embedding_type |
Definition at line 65 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), and DMlibMeshSetUpName_Private().
NonlinearImplicitSystem* DM_libMesh::sys |
Definition at line 58 of file petscdmlibmeshimpl.C.
Referenced by DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMCreateGlobalVector_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshGetSystem_libMesh(), DMlibMeshSetSystem_libMesh(), DMlibMeshSetUpName_Private(), and DMSetUp_libMesh().
std::map<std::string, unsigned int>* DM_libMesh::varids |
Definition at line 59 of file petscdmlibmeshimpl.C.
Referenced by DMCreate_libMesh(), DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMDestroy_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshGetVariables(), DMlibMeshSetSystem_libMesh(), and DMView_libMesh().
std::map<unsigned int, std::string>* DM_libMesh::varnames |
Definition at line 60 of file petscdmlibmeshimpl.C.
Referenced by DMCreate_libMesh(), DMCreateDomainDecomposition_libMesh(), DMCreateFieldDecomposition_libMesh(), DMDestroy_libMesh(), DMlibMeshCreateDomainDecompositionDM(), DMlibMeshCreateFieldDecompositionDM(), DMlibMeshSetSystem_libMesh(), and DMlibMeshSetUpName_Private().
unsigned int DM_libMesh::vec_count |
Definition at line 67 of file petscdmlibmeshimpl.C.