Skip to content

FEAggloValues? #79

@fdrmrc

Description

@fdrmrc

AgglomerationHandler should not be responsible for the initialization and setup of FEValues-like objects, in the same way as DoFHandler does not evaluate any basis function. A dedicated class, with name something along the lines of FEAggloValues or FEPolyValues, 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 AgglomerationHandler class is working under the hood.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions