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.
Public Types | |
using | MatrixLittleBlockCCToCC = typename Dune::FieldMatrix< Scalar, numEqCellCenter, numEqCellCenter > |
using | MatrixLittleBlockCCToFace = typename Dune::FieldMatrix< Scalar, numEqCellCenter, numEqFace > |
using | MatrixLittleBlockFaceToFace = typename Dune::FieldMatrix< Scalar, numEqFace, numEqFace > |
using | MatrixLittleBlockFaceToCC = typename Dune::FieldMatrix< Scalar, numEqFace, numEqCellCenter > |
using | MatrixBlockCCToCC = typename Dune::BCRSMatrix< MatrixLittleBlockCCToCC > |
using | MatrixBlockCCToFace = typename Dune::BCRSMatrix< MatrixLittleBlockCCToFace > |
using | MatrixBlockFaceToFace = typename Dune::BCRSMatrix< MatrixLittleBlockFaceToFace > |
using | MatrixBlockFaceToCC = typename Dune::BCRSMatrix< MatrixLittleBlockFaceToCC > |
using | RowFace = typename Dune::MultiTypeBlockVector< MatrixBlockFaceToFace, MatrixBlockFaceToCC > |
using | RowCellCenter = typename Dune::MultiTypeBlockVector< MatrixBlockCCToFace, MatrixBlockCCToCC > |
using | type = typename Dune::MultiTypeBlockMatrix< RowFace, RowCellCenter > |
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> |