3.1-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Public Types | List of all members
Dumux::Detail::MultiDomainMatrixType< SubDomainDiagBlocks, Indices, Scalar > Struct Template Reference

helper alias to create the JacobianMatrix type More...

#include <dumux/multidomain/traits.hh>

Description

template<template< std::size_t > class SubDomainDiagBlocks, class Indices, class Scalar>
struct Dumux::Detail::MultiDomainMatrixType< SubDomainDiagBlocks, Indices, Scalar >

helper alias to create the JacobianMatrix type

Public Types

template<typename... MatrixBlocks>
using M = typename createMultiTypeBlockMatrixType< Scalar, MatrixBlocks... >::type::type
 
using type = typename makeFromIndexedType< M, SubDomainDiagBlocks, Indices >::type
 

Member Typedef Documentation

◆ M

template<template< std::size_t > class SubDomainDiagBlocks, class Indices , class Scalar >
template<typename... MatrixBlocks>
using Dumux::Detail::MultiDomainMatrixType< SubDomainDiagBlocks, Indices, Scalar >::M = typename createMultiTypeBlockMatrixType<Scalar, MatrixBlocks...>::type::type

◆ type

template<template< std::size_t > class SubDomainDiagBlocks, class Indices , class Scalar >
using Dumux::Detail::MultiDomainMatrixType< SubDomainDiagBlocks, Indices, Scalar >::type = typename makeFromIndexedType<M, SubDomainDiagBlocks, Indices>::type

The documentation for this struct was generated from the following file: