Implement point_integral
Implement code generation for new class point_integral including the functions
/// Tabulate the tensor for the contribution from the local vertex
virtual void tabulate_
/// Tabulate the tensor for the contributions from a set of points
virtual void tabulate_
The first version is completely analogous to the standard cell/interior facet/exterior facet case. [And is in place as of Feb 2013.]
The second version requires the same infrastructure as tabulate_tensor with
given arbitrary quadrature points for the cell/interior facet/exterior facet integrals.
In particular, the follow is needed (and can be reused for all of these four integral types)
* Implement map_to_
* Implement evaluate_
* Use these for the point_integral:
The implementation of the latter case would be natural to do for the four integrals simulataneously.
Blueprint information
- Status:
- Started
- Approver:
- None
- Priority:
- Medium
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- Approved
- Series goal:
- None
- Implementation:
-
Needs Infrastructure
- Milestone target:
- None
- Started by
- Marie Rognes
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
MER: I've implemented the local vertex case. I propose not implementing the other cases until after uflacs/ffc integration has been sorted out.
Work Items
Dependency tree

* Blueprints in grey have been implemented.