Set the type of a global jacobian matrix from the solution types TODO: move to LinearAlgebra traits. More...
#include <dumux/discretization/staggered.hh>
Set the type of a global jacobian matrix from the solution types TODO: move to LinearAlgebra traits.
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixBlockCCToCC = typename Dune::BCRSMatrix<MatrixLittleBlockCCToCC> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixBlockCCToFace = typename Dune::BCRSMatrix<MatrixLittleBlockCCToFace> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixBlockFaceToCC = typename Dune::BCRSMatrix<MatrixLittleBlockFaceToCC> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixBlockFaceToFace = typename Dune::BCRSMatrix<MatrixLittleBlockFaceToFace> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixLittleBlockCCToCC = typename Dune::FieldMatrix<Scalar, numEqCellCenter, numEqCellCenter> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixLittleBlockCCToFace = typename Dune::FieldMatrix<Scalar, numEqCellCenter, numEqFace> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixLittleBlockFaceToCC = typename Dune::FieldMatrix<Scalar, numEqFace, numEqCellCenter> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixLittleBlockFaceToFace = typename Dune::FieldMatrix<Scalar, numEqFace, numEqFace> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::RowCellCenter = typename Dune::MultiTypeBlockVector<MatrixBlockCCToFace, MatrixBlockCCToCC> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::RowFace = typename Dune::MultiTypeBlockVector<MatrixBlockFaceToFace, MatrixBlockFaceToCC> |
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::type = typename Dune::MultiTypeBlockMatrix<RowFace, RowCellCenter> |