You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To limit the number of dependencies required for PCMS, we should enable building without MeshFields.
Items that need to be resolved:
Add a Omega_h adapter type that can handle order 0 and order 1 Lagrange fields. For the linear fields we can simply use the barycentric coordinates as our shape functions and this is already built into Omega_h.
Gate all calls to MeshFields
Add CI test to build with -DPCMS_ENABLE_MESHFIELDS=OFF
To limit the number of dependencies required for PCMS, we should enable building without MeshFields.
Items that need to be resolved:
-DPCMS_ENABLE_MESHFIELDS=OFF