nate-sime / dolfin_dg

Utility functions for the automatic generation of nonlinear DG FEM formulations using UFL
Other
18 stars 2 forks source link

Add primal formulations and begin migration to dolfinx #4

Closed nate-sime closed 1 year ago

nate-sime commented 1 year ago

Construct FE formulations based on automated generation of primal forms.

Also migrate basic DWR h-refinement utilities to dolfinx.

Accommodate for arbitrary changes in the underlying UFL syntax of Min/Max -> min/max_value.

Add numerics tests with dolfinx.

Update the compressible flow example for dolfinx.