Set the type of a global jacobian matrix from the solution types TODO: move to LinearAlgebra traits.
#include <dumux/discretization/staggered.hh>
|
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> |
|
◆ MatrixBlockCCToCC
◆ MatrixBlockCCToFace
◆ MatrixBlockFaceToCC
◆ MatrixBlockFaceToFace
◆ MatrixLittleBlockCCToCC
template<class TypeTag >
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixLittleBlockCCToCC = typename Dune::FieldMatrix<Scalar, numEqCellCenter, numEqCellCenter> |
◆ MatrixLittleBlockCCToFace
template<class TypeTag >
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixLittleBlockCCToFace = typename Dune::FieldMatrix<Scalar, numEqCellCenter, numEqFace> |
◆ MatrixLittleBlockFaceToCC
template<class TypeTag >
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixLittleBlockFaceToCC = typename Dune::FieldMatrix<Scalar, numEqFace, numEqCellCenter> |
◆ MatrixLittleBlockFaceToFace
template<class TypeTag >
using Dumux::Properties::JacobianMatrix< TypeTag, TTag::StaggeredModel >::MatrixLittleBlockFaceToFace = typename Dune::FieldMatrix<Scalar, numEqFace, numEqFace> |
◆ RowCellCenter
◆ RowFace
◆ type
The documentation for this struct was generated from the following file: