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

Linear form assembly with libCEED #252

Open
sebastiangrimberg opened this issue May 20, 2024 · 0 comments
Open

Linear form assembly with libCEED #252

sebastiangrimberg opened this issue May 20, 2024 · 0 comments
Labels
enhancement New feature or request GPU Related to GPU support performance Related to performance

Comments

@sebastiangrimberg
Copy link
Contributor

Similar to the BilinearForm class which uses libCEED under the hood but mimics mfem::BilinearForm, we can add a palace::LinearForm to replace our usage of mfem::LinearForm and dramatically accelerate linear form assembly (for RHS vectors as well as for postprocessing operations).

Perhaps a related improvement here would be to add an GetValue/GetVectorValue interface to palace::GridFunction which can be used to evaluate the value of the grid function at a point using the libCEED basis and pre-computed Jacobian matrices. This would speed up postprocessing a lot, including writing of fields to disk.

@sebastiangrimberg sebastiangrimberg added enhancement New feature or request performance Related to performance GPU Related to GPU support labels May 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request GPU Related to GPU support performance Related to performance
Projects
None yet
Development

No branches or pull requests

1 participant