![]() |
deal.II version GIT relicensing-2684-gc61376a70f 2025-02-22 15: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 282 of file fe_values_extractors.h.
|
inlineconstexpr |
Construct a new FirstCoupling object with the given extractor.
Definition at line 368 of file fe_values_extractors.h.
const Extractor FEValuesExtractors::FirstCoupling< Extractor >::extractor |
The actual extractor object.
Definition at line 292 of file fe_values_extractors.h.