Reference documentation for deal.II version GIT relicensing-507-gefb4cdae11 2024-05-01 12:20:01+00:00
\(\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\}}\)
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
FEValuesExtractors::FirstCoupling< Extractor > Struct Template Reference

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

Public Member Functions

 FirstCoupling (const Extractor &extractor)
 

Public Attributes

const Extractor extractor
 

Detailed Description

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

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

Definition at line 277 of file fe_values_extractors.h.

Constructor & Destructor Documentation

◆ FirstCoupling()

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

Construct a new FirstCoupling object with the given extractor.

Definition at line 362 of file fe_values_extractors.h.

Member Data Documentation

◆ extractor

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

The actual extractor object.

Definition at line 287 of file fe_values_extractors.h.


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