Easy assignment to (vector) real functions in a way that is robust w.r.t. renumbering and in parallel
Registered by
Martin Sandve Alnæs
We need a simple interface for assigning to constants and Real functions. Suggestions:
R = FunctionSpace(mesh, "Real", 0)
f = Function(R)
f.assign_
RV = VectorFunctionS
v = Function(RV)
v.assign_
v.assign_
c = Constant(0.0)
c.assign_
w = Constant((0.0, 0.0, 0.0, 0.0))
w.assign_
w.assign_
This interface must work in parallell, and be robust w.r.t. dof renumbering in the vector valued case.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Essential
- Drafter:
- None
- Direction:
- Needs approval
- Assignee:
- None
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Whiteboard
(?)