dune-istl 2.9.0
Loading...
Searching...
No Matches
Public Types | Static Public Member Functions | Static Public Attributes | List of all members
Dune::SeqOverlappingSchwarzAssemblerHelper< S< BCRSMatrix< T, A > >, true > Struct Template Reference

#include <dune/istl/overlappingschwarz.hh>

Public Types

typedef BCRSMatrix< T, A > matrix_type
 

Static Public Member Functions

template<class RowToDomain , class Solvers , class SubDomains >
static std::size_t assembleLocalProblems (const RowToDomain &rowToDomain, const matrix_type &mat, Solvers &solvers, const SubDomains &domains, bool onTheFly)
 

Static Public Attributes

static constexpr size_t n = std::decay_t<decltype(Impl::asMatrix(std::declval<T>()))>::rows
 

Member Typedef Documentation

◆ matrix_type

template<template< class > class S, typename T , typename A >
typedef BCRSMatrix<T,A> Dune::SeqOverlappingSchwarzAssemblerHelper< S< BCRSMatrix< T, A > >, true >::matrix_type

Member Data Documentation

◆ n

template<template< class > class S, typename T , typename A >
constexpr size_t Dune::SeqOverlappingSchwarzAssemblerHelper< S< BCRSMatrix< T, A > >, true >::n = std::decay_t<decltype(Impl::asMatrix(std::declval<T>()))>::rows
staticconstexpr

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