Skip to content

Ferrite-FEM/FerriteDistributed.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.