Skip to content

Tags: DataAnalyticsEngineering/FANS

Tags

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #120 from DataAnalyticsEngineering/FANS-v0.6.1

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #116 from DataAnalyticsEngineering/FANS-v0.6.0

v0.5.2

Toggle v0.5.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #110 from DataAnalyticsEngineering/FANS-v0.5.2

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #108 from DataAnalyticsEngineering/FANS-v0.5.1

v0.5.0

Toggle v0.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #101 from DataAnalyticsEngineering/FANS-v0.5.0

v0.4.3

Toggle v0.4.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #91 from DataAnalyticsEngineering/FANS-v0.4.3

v0.4.2

Toggle v0.4.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #72 from DataAnalyticsEngineering/FANS-v0.4.2

Release v0.4.2

v0.4.1

Toggle v0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #66 from DataAnalyticsEngineering/FANS-v0.4.1

Release v0.4.1

v0.4.0

Toggle v0.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #60 from DataAnalyticsEngineering/FANS-v0.4.0

Release v0.4.0

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Merge pull request #33 from DataAnalyticsEngineering/FANS-v0.3.0

* Mention dependency on compiler support for OpenMP in README

* Rename container user also in fans_dev image to fix broken entrypoint script (#27)

* Add python3-dev to fans-ci stage already

* Remove clang-format check via GitHub Action (#29)

* Bump clang-format version

* Formatting

* Use a different Action workflow to run clang-format

* Remove the Action to run clang-format, as it will go out of sync with the pre-commit run

* Bump mirror-clang-format to latest version in the pre-commit-config

* Update clang-format config file to also format JSON

* Manually specify which extensions to format in the mirror-clang-format hooks in the pre-commit config

* Exclude JSON files from clang-format

* Exclude JSON files from clang-format

* Correctly exclude JSON files from clang-format checking

* Rather than excluding json, specifically suggest c++

* Added API to get homogenized stress and homogenized tangent (#31)

* worked on getting the algorithmic tangent via finite differences

* linear elastic triclinic material model

* refactored material properties from type map<string, vector<double>> to type json

* J2Plasticity time_step is double not a vector

* refactored compute_error to accept different error measure and type

* added additional error control when get_homogenized_tangent is called

* in get_homogenized_tangent linear materials are handled seperately

* added linear thermal triclinic model  (#32)

* added linear thermal triclinic model similar to linear elastic triclinic model

* fixed readme.md indent causing linting error

* Update CHANGELOG

* Bump version

---------

Co-authored-by: Moritz Sigg <st160944@stud.uni-stuttgart.de>
Co-authored-by: Moritz Sigg <50019904+siggmo@users.noreply.github.com>
Co-authored-by: Ishaan Desai <ishaandesai@gmail.com>