-
Notifications
You must be signed in to change notification settings - Fork 5
FEAggloValues? #79
Copy link
Copy link
Open
Labels
designRelated to code designRelated to code designenhancementNew feature or requestNew feature or requestlow priorityNot urgentNot urgent
Metadata
Metadata
Assignees
Labels
designRelated to code designRelated to code designenhancementNew feature or requestNew feature or requestlow priorityNot urgentNot urgent
AgglomerationHandlershould not be responsible for the initialization and setup of FEValues-like objects, in the same way asDoFHandlerdoes not evaluate any basis function. A dedicated class, with name something along the lines ofFEAggloValuesorFEPolyValues,should be the one that calls these methods:AgglomerationHandler<dim,spacedim>::reinit(polytope),AgglomerationHandler<dim,spacedim>::reinit(polytope,face)Its constructor should be identical to the one of FEValuesBase with the twist that instead of using a DoFHandler, the
AgglomerationHandlerclass is working under the hood.