|
Finite Element Domain Decomposition Library
FEDDLib
|
Public Types | |
| enum | timeSteppingType { NON_ADAPTIVE , ADAPTIVE } |
| enum | errorType { EUCLIDIAN , L2 } |
| typedef default_sc | SC |
| typedef default_lo | LO |
| typedef default_go | GO |
| typedef default_no | NO |
| typedef Matrix< SC, LO, GO, NO > | Matrix_Type |
| typedef Teuchos::RCP< Matrix_Type > | MatrixPtr_Type |
| typedef Matrix_Type::MapConstPtr_Type | MapConstPtr_Type |
| typedef BlockMatrix< SC, LO, GO, NO > | BlockMatrix_Type |
| typedef Teuchos::RCP< BlockMatrix_Type > | BlockMatrixPtr_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 BlockMultiVector< SC, LO, GO, NO > | BlockMultiVector_Type |
| typedef Teuchos::RCP< BlockMultiVector_Type > | BlockMultiVectorPtr_Type |
| typedef Teuchos::Array< BlockMultiVectorPtr_Type > | BlockMultiVectorPtrArray_Type |
| typedef ExporterTxt | ExporterTxt_Type |
| typedef Teuchos::RCP< ExporterTxt_Type > | ExporterTxtPtr_Type |
| typedef Matrix_Type::CommConstPtr_Type | CommConstPtr_Type |