deal.II version GIT relicensing-2206-gaa53ff9447 2024-12-02 09:10:00+00:00
|
#include <deal.II/fe/fe_values_extractors.h>
Public Member Functions | |
constexpr | SecondCoupling (const Extractor &extractor) |
Public Attributes | |
const Extractor | 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.
|
inlineconstexpr |
Construct a new SecondCoupling object with the given extractor.
Definition at line 370 of file fe_values_extractors.h.
const Extractor FEValuesExtractors::SecondCoupling< Extractor >::extractor |
The actual extractor object.
Definition at line 305 of file fe_values_extractors.h.