GalerkinToolkit / GalerkinToolkit.jl

FEM toolbox with automatic code generation, HPC support, and more.
MIT License
24 stars 0 forks source link
code-generation computational-science finite-element-methods hpc julia metaprogramming mpi pdes scientific-computing

GalerkinToolkit

Stable Dev Build Status Coverage DOI

What

This package aims at providing a fully-fledged finite-element toolbox in pure Julia, with support for different computing systems from laptops to supercomputers and GPUs.

NB. This package is work in progress; a proof-of-concept API is already available (for CPUs). The package is not production ready at this point. Planned performance and documentation improvements are needed.

Why

This package follows a new approach to implement finite-element methods based on the lessons learned in the Gridap project.

Acknowledgments

Since July 2024, this package is being developed with support from the Netherlands eScience Center under grant ID NLESC.SS.2023.008.

Documentation

Help and discussion

Contributing

This package is under active development and there are several ways to contribute:

Discuss with the package authors before working on any non-trivial contribution.

Examples

For usage examples of GalerkinToolkit, see the Examples section in the documentation.