fenics-adapter icon indicating copy to clipboard operation
fenics-adapter copied to clipboard

Compute CouplingExpression from point data via Minimization on P0DG function space

Open BenjaminRodenberg opened this issue 3 years ago • 9 comments

At FEniCS2021 @ReubenHill gave a talk on using point data in Firedrake. This might be an alternative approach to our CustomExpression and interpolation based approach, where the CustomExpression just wraps an interpolating function:

https://github.com/precice/fenics-adapter/blob/be1b49de1adb3fef61b496ee84cd0183fed6a335/fenicsprecice/expression_core.py#L101-L114

BenjaminRodenberg avatar Mar 23 '21 14:03 BenjaminRodenberg