Skip to content

Necessity for CeedElemTopology? #1679

Answered by jeremylt
NamjaeChoi asked this question in Q&A
Discussion options

You must be logged in to vote

The CeedElemRestriction $\mathscr{E}$ is purely local to the MPI rank. All global MPI communication such as parallel gather scatter operations P are the responsibility of user code. We have examples of using PETSc, MFEM, deal.II, or Nek5000 managing that portion of the work.

For the topology, internally we're currently only using the topology to tell us the dimension. Eventually it would be nice to more efficiently support topologies that have a mixed tensor product decomposition.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@NamjaeChoi
Comment options

Answer selected by NamjaeChoi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants