![]() |
deal.II version 9.7.0
|
#include <deal.II/fe/fe_values_extractors.h>
Helper struct to associate an extractor to the second FEValuesBase sub-object of a FECouplingValues object.
Definition at line 300 of file fe_values_extractors.h.
Public Member Functions | |
| constexpr | SecondCoupling (const Extractor &extractor) |
Public Attributes | |
| const Extractor | extractor |
|
inlineconstexpr |
Construct a new SecondCoupling object with the given extractor.
Definition at line 375 of file fe_values_extractors.h.
| const Extractor FEValuesExtractors::SecondCoupling< Extractor >::extractor |
The actual extractor object.
Definition at line 310 of file fe_values_extractors.h.