Loading [MathJax]/extensions/TeX/newcommand.js
 Reference documentation for deal.II version 9.6.0
\newcommand{\dealvcentcolon}{\mathrel{\mathop{:}}} \newcommand{\dealcoloneq}{\dealvcentcolon\mathrel{\mkern-1.2mu}=} \newcommand{\jump}[1]{\left[\!\left[ #1 \right]\!\right]} \newcommand{\average}[1]{\left\{\!\left\{ #1 \right\}\!\right\}}
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
FEValuesExtractors::SecondCoupling< Extractor > Struct Template Reference

#include <deal.II/fe/fe_values_extractors.h>

Public Member Functions

 SecondCoupling (const Extractor &extractor)
 

Public Attributes

const Extractor extractor
 

Detailed Description

template<typename Extractor>
struct FEValuesExtractors::SecondCoupling< Extractor >

Helper struct to associate an extractor to the second FEValuesBase sub-object of a FECouplingValues object.

Definition at line 295 of file fe_values_extractors.h.

Constructor & Destructor Documentation

◆ SecondCoupling()

template<typename Extractor >
FEValuesExtractors::SecondCoupling< Extractor >::SecondCoupling ( const Extractor & extractor)
inline

Construct a new SecondCoupling object with the given extractor.

Definition at line 368 of file fe_values_extractors.h.

Member Data Documentation

◆ extractor

template<typename Extractor >
const Extractor FEValuesExtractors::SecondCoupling< Extractor >::extractor

The actual extractor object.

Definition at line 305 of file fe_values_extractors.h.


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