version 3.8
Dumux::Detail::MultiDomainMatrixType< SubDomainDiagBlocks, Indices, Scalar > Struct Template Reference

helper alias to create the JacobianMatrix type

#include <dumux/multidomain/traits.hh>

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: