Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

SAP-archive/fedem-solvers

Repository files navigation

This public repository is read-only and no longer maintained.

REUSE status

FEDEM Solvers

Fedem Logo

Welcome to FEDEM! - Finite Element Dynamics of Elastic Mechanisms.

About this project

This project contains the Fortran source code of the FEDEM solver modules. In addition, the PythonAPI folder contains the source code of the Python package fedempy, which enables the use of python to control execution of the FE Part Reducer and Dynamics Solver, as well as creating new models and/or editing existing ones by scripting.

This project also uses elements from the fedem-foundation project, which is consumed as a submodule by this repository. It also uses the SAM library.

The FEDEM GUI application, which also can be used to control the solvers and to post-process their results, is maintained in a parallel project fedem-gui.

Refer to our web page openfedem.org for overall information on the FEDEM project.

Requirements and Setup

See BUILD.md for detailed information on building and testing. Notice the regression tests for the Dynamics Solver are maintained in a separate repository fedem-solver-tests, which also is consumed as a submodule by this repository. Therefore, make sure you get all submodules resolved when cloning this repository, e.g.:

$ git clone --recurse-submodules [email protected]:SAP/fedem-solvers.git

Contributing

This project is open to feature requests, suggestions, bug reports, etc., via GitHub issues. Contributions and feedback are encouraged and always welcome. For more information about how to contribute, see our Contribution Guidelines.

Security / Disclosure

If you find any bug that may be a security problem, please follow our instructions at in our security policy on how to report it. Please do not create GitHub issues for security-related doubts or problems.

Code of Conduct

We as members, contributors, and leaders pledge to make participation in our community a harassment-free experience for everyone. By participating in this project, you agree to abide by its Code of Conduct at all times.

Licensing

Copyright 2023 SAP SE or an SAP affiliate company and fedem-solvers contributors. Please see our LICENSE for copyright and license information. Detailed information including third-party components and their licensing/copyright information is available via the REUSE tool.