Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v0.15 updates #58

Closed
4 tasks done
jlchan opened this issue Nov 21, 2022 · 5 comments
Closed
4 tasks done

v0.15 updates #58

jlchan opened this issue Nov 21, 2022 · 5 comments

Comments

@jlchan
Copy link
Owner

jlchan commented Nov 21, 2022

  • Enable rd.Drst operators with different types: The dimension of a RefElemData is usually inferred from the tuple of differentiation matrices, so we'd just have to hardcode this parameter in now.
  • use FillArrays to reduce memory pressure for cut meshes
  • Remove Nplot as a RefElemData field. It's not used at all in Trixi IIRC.
  • move EToV, VXYZ to the mesh_type (maybe a VertexMappedMesh?). This would unify MeshData so that it only contains nodal information
@jlchan jlchan mentioned this issue Nov 22, 2022
2 tasks
@jlchan
Copy link
Owner Author

jlchan commented Nov 23, 2022

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
Copy link
Owner Author

jlchan commented Dec 31, 2022

FillArrays.jl added in #66

@jlchan
Copy link
Owner Author

jlchan commented Jan 1, 2023

Nplot removed in #67

@jlchan
Copy link
Owner Author

jlchan commented Jan 1, 2023

Drst generalization in #68

@jlchan
Copy link
Owner Author

jlchan commented Jan 3, 2023

MeshData refactoriztion (moving VXYZ, EToV into VertexMappedMesh) in #70

@jlchan jlchan closed this as completed Feb 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant