Questions on Space-Time FEM Implementation in MFEM #4710
Unanswered
Raminpahnabi
asked this question in
Q&A
Replies: 1 comment
-
ping: @aschaf, @YohannDudouit, @psaber09 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am working on implementing a space-time finite element solver in MFEM and have a number of questions regarding setup in MFEM, including definition of the space-time FE spaces, potential use of spatial meshes with tensor product time domains for analysis, and whether I will need to define new local and global assembly operators. Are there any examples of space-time finite element problems implemented in MFEM that I could use as a reference to build the tools that I need to develop? Ideally, I would like these to be continuous Galerkin methods in space and either continuous or discontinuous in time, but DG in both space and time would also be helpful if the other is not available.
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions