jlchan / StartUpDG.jl

Initializes and sets up reference elements and physical meshes for DG.
MIT License
28 stars 9 forks source link

v0.15 updates #58

Closed jlchan closed 1 year ago

jlchan commented 1 year ago
jlchan commented 1 year ago

FillArrays.jl don't seem to work with ComponentArrays.jl - a Fill type is just converted to a standard vector type.

It would be nice if there was a labelled ArrayPartition for this.

jlchan commented 1 year ago

FillArrays.jl added in https://github.com/jlchan/StartUpDG.jl/pull/66

jlchan commented 1 year ago

Nplot removed in https://github.com/jlchan/StartUpDG.jl/pull/67

jlchan commented 1 year ago

Drst generalization in https://github.com/jlchan/StartUpDG.jl/pull/68

jlchan commented 1 year ago

MeshData refactoriztion (moving VXYZ, EToV into VertexMappedMesh) in https://github.com/jlchan/StartUpDG.jl/pull/70