deal.II version GIT relicensing-2287-g6548a49e0a 2024-12-20 18:30:00+00:00
|
#include <deal.II/fe/fe_values_extractors.h>
Public Member Functions | |
constexpr | FirstCoupling (const Extractor &extractor) |
Public Attributes | |
const Extractor | 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.
|
inlineconstexpr |
Construct a new FirstCoupling object with the given extractor.
Definition at line 363 of file fe_values_extractors.h.
const Extractor FEValuesExtractors::FirstCoupling< Extractor >::extractor |
The actual extractor object.
Definition at line 287 of file fe_values_extractors.h.