Skip to content

Fix C0Projection

Douglas Serson requested to merge fix/FCProjection into master

This MR is a small fix for the C0Projection. I had previously forced FieldConvert to define continuous expansions using a valid variable, since wss and boundary extract require a boundary expansion. However, this conflicts with C0Projection, which requires an expansion without boundary conditions. I created a new flag to make things work in both modules.

Merge request reports