|
| template<typename Scalar > |
| using | Opm::Linear::DispDispMatrix00T = Dune::BCRSMatrix< MatrixBlock< Scalar, numDispDofs, numDispDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispDispMatrix11T = Dune::BCRSMatrix< MatrixBlock< Scalar, numDispDofs, numDispDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispDispMatrix22T = Dune::BCRSMatrix< MatrixBlock< Scalar, numDispDofs, numDispDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::RotRotMatrixT = Dune::BCRSMatrix< MatrixBlock< Scalar, numRotDofs, numRotDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::SPresSPresMatrixT = Dune::BCRSMatrix< MatrixBlock< Scalar, numSolidPresDofs, numSolidPresDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispRotMatrix0T = Dune::BCRSMatrix< MatrixBlock< Scalar, numDispDofs, numRotDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispRotMatrix1T = DispRotMatrix0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispRotMatrix2T = DispRotMatrix0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispSPresMatrix0T = Dune::BCRSMatrix< MatrixBlock< Scalar, numDispDofs, numSolidPresDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispSPresMatrix1T = DispSPresMatrix0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispSPresMatrix2T = DispSPresMatrix0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::RotDispMatrix0T = Dune::BCRSMatrix< MatrixBlock< Scalar, numRotDofs, numDispDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::RotDispMatrix1T = RotDispMatrix0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::RotDispMatrix2T = RotDispMatrix0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::RotSPresMatrixT = Dune::BCRSMatrix< MatrixBlock< Scalar, numRotDofs, numSolidPresDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::SPresDispMatrix0T = Dune::BCRSMatrix< MatrixBlock< Scalar, numSolidPresDofs, numDispDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::SPresDispMatrix1T = SPresDispMatrix0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::SPresDispMatrix2T = SPresDispMatrix0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::SPresRotMatrixT = Dune::BCRSMatrix< MatrixBlock< Scalar, numSolidPresDofs, numRotDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispVector0T = Dune::BlockVector< Dune::FieldVector< Scalar, numDispDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispVector1T = DispVector0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::DispVector2T = DispVector0T< Scalar > |
| |
| template<typename Scalar > |
| using | Opm::Linear::RotVectorT = Dune::BlockVector< Dune::FieldVector< Scalar, numRotDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::SPresVectorT = Dune::BlockVector< Dune::FieldVector< Scalar, numSolidPresDofs > > |
| |
| template<typename Scalar > |
| using | Opm::Linear::TpsaMultiVector = Dune::MultiTypeBlockVector< DispVector0T< Scalar >, DispVector1T< Scalar >, DispVector2T< Scalar >, RotVectorT< Scalar >, SPresVectorT< Scalar > > |
| | The vector the Krylov solver and the preconditioner operate on. More...
|
| |