Ferrite-FEM / FerriteDistributed.jl

Distributed assembly layer for Ferrite.jl.
MIT License
9 stars 0 forks source link
fem finite-elements hpc julia partial-differential-equations

FerriteDistributed.jl

Build Status

This package contains the distributed assembly infrastructure for Ferrite.jl.

[!IMPORTANT] This package is still experimental. Breaking changes on the design can be expected. Feedback is appreciated.

[!NOTE] The current implementation is tested with Ferrite#7e8a571. This package is not compatible with the latest Ferrite release (0.3.14).

Documentation

Installation

You can install FerriteDistributed from the Pkg REPL:

pkg> add Ferrite#7e8a571, FerriteDistributed

[!NOTE] You need a properly configured MPI.jl installation for FerriteDistributed to work. You can consult the latest MPI.jl configuration docs for details.

Contributing

Contributions in all forms (bug reports, documentation, features, suggestions, ...) are very welcome. See CONTRIBUTING for more details.

Questions

If you have questions about Ferrite.jl you're welcome to reach out to us on the Julia Slack under #ferrite-fem or on Zulip under #Ferrite.jl. Alternatively you can start a new discussion in the discussion forum on the repository. Feel free to ask us even if you are not sure the problem is with Ferrite.jl.

If you encounter what you think is a bug please report it, see CONTRIBUTING.md for more information.

Community Standards

Please keep in mind that we are part of the Julia community and adhere to the Julia Community Standards.