Closed Ig-dolci closed 8 months ago
This PR updates the firedrake tests with the correct definitions.
Connstant(any_value, domain=mesh)
Functtion(R).assign(any_value)
R = FunctionSpace(mesh, "R", 0)
f.split
f.sub
This PR updates the firedrake tests with the correct definitions.
Connstant(any_value, domain=mesh)
toFuncttion(R).assign(any_value)
, whereR = FunctionSpace(mesh, "R", 0)
.f.split
tof.sub
.