Finite Element Domain Decomposition Library
FEDDLib
|
Public Types | |
typedef std::vector< double > | vec_dbl |
typedef std::vector< std::vector< double > > | vec2D_dbl |
typedef std::vector< std::vector< int > > | vec2D_int |
typedef std::vector< std::vector< long long > > | vec2D_longlong |
typedef Teuchos::RCP< std::vector< int > > | vec_int_ptr |
typedef Teuchos::RCP< std::vector< long long > > | vec_longlong_ptr |
typedef Teuchos::RCP< vec_dbl > | vec_dbl_ptr |
typedef Teuchos::RCP< std::vector< std::vector< double > > > | vec2D_dbl_ptr |
typedef Teuchos::RCP< std::vector< std::vector< int > > > | vec2D_int_ptr |
typedef Teuchos::RCP< vec2D_longlong > | vec2D_longlong_ptr |
typedef Teuchos::RCP< Epetra_Vector > | EpetraVec_ptr |
typedef Teuchos::RCP< Epetra_MpiComm > | EpetraComm_ptr |
typedef Teuchos::RCP< Epetra_IntVector > | EpetraVecInt_ptr |
typedef Teuchos::RCP< Epetra_LongLongVector > | EpetraVecLongLong_ptr |
typedef Teuchos::RCP< Epetra_MultiVector > | EpetraMVPtr_Type |
typedef Teuchos::RCP< Epetra_Map > | EpetraMapPtr_Type |
typedef MultiVector< SC, LO, GO, NO > | MultiVector_Type |
typedef Teuchos::RCP< MultiVector_Type > | MultiVectorPtr_Type |
typedef Teuchos::RCP< const MultiVector_Type > | MultiVectorConstPtr_Type |
typedef EpetraExt::HDF5 | HDF5_Type |
typedef Teuchos::RCP< HDF5_Type > | HDF5Ptr_Type |
typedef Teuchos::Comm< int > | Comm_Type |
typedef Teuchos::RCP< const Comm_Type > | CommConstPtr_Type |
typedef const Teuchos::RCP< const Comm_Type > | CommConstPtrConst_Type |
typedef Map< LO, GO, NO > | Map_Type |
typedef Teuchos::RCP< const Map_Type > | MapConstPtr_Type |
typedef const MapConstPtr_Type | MapConstPtrConst_Type |
typedef MultiVector< SC, LO, GO, NO > | MultiVec_Type |
typedef Teuchos::RCP< const MultiVec_Type > | MultiVecConstPtr_Type |
typedef const MultiVecConstPtr_Type | MultiVecConstPtrConst_Type |
typedef Mesh< SC, LO, GO, NO > | Mesh_Type |
typedef Teuchos::RCP< Mesh_Type > | MeshPtr_Type |
typedef Mesh_Type::ElementsPtr_Type | ElementsPtr_Type |