Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/llnl/serac
Serac is a high order nonlinear thermomechanical simulation code
https://github.com/llnl/serac
cpp finite-elements math-physics proxy-application simulation
Last synced: 3 days ago
JSON representation
Serac is a high order nonlinear thermomechanical simulation code
- Host: GitHub
- URL: https://github.com/llnl/serac
- Owner: LLNL
- License: bsd-3-clause
- Created: 2020-02-24T20:23:08.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-06T17:02:38.000Z (8 days ago)
- Last Synced: 2024-11-06T17:37:12.238Z (8 days ago)
- Topics: cpp, finite-elements, math-physics, proxy-application, simulation
- Language: C++
- Homepage:
- Size: 21.5 MB
- Stars: 186
- Watchers: 13
- Forks: 33
- Open Issues: 137
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE-OF-CONDUCT.md
Awesome Lists containing this project
README
#
[![Build
Status](https://dev.azure.com/llnl-serac/serac/_apis/build/status/LLNL.serac?branchName=develop)](https://dev.azure.com/llnl-serac/serac/_build/latest?definitionId=1&branchName=develop)
[![Documentation Status](https://readthedocs.org/projects/serac/badge/?version=latest)](https://serac.readthedocs.io/en/latest/?badge=latest)
[![codecov](https://codecov.io/gh/LLNL/serac/branch/develop/graph/badge.svg?token=DO4KFMPNM0)](https://codecov.io/gh/LLNL/serac)
[![License](https://img.shields.io/badge/license-BSD%203--Clause-blue.svg)](./LICENSE)Serac is a 3D implicit nonlinear thermal-structural simulation code. Its primary purpose is to investigate multiphysics
abstraction strategies and implicit finite element-based algorithm development for emerging computing architectures.
It also serves as a proxy-app for LLNL's Smith code and heavily leverages the [MFEM finite element library](https://mfem.org/).> This project is under heavy development and is currently a pre-alpha release. Functionality and interfaces may change rapidly
> as development progresses.Documentation
------Build, run, and design documentation can be found at [readthedocs](https://serac.readthedocs.io).
Source documentation can be found [here](https://serac.readthedocs.io/en/latest/doxygen/html/index.html).
Contributions
-------------We welcome all kinds of contributions: new features, bug fixes, and documentation edits.
For more information, see the [contributing guide](./CONTRIBUTING.md).
License
-------Copyright (c) 2019-2024, Lawrence Livermore National Security, LLC.
Produced at the Lawrence Livermore National Laboratory.Copyrights and patents in the Serac project are retained by contributors.
No copyright assignment is required to contribute to Serac.See [LICENSE](./LICENSE) for details.
Unlimited Open Source - BSD 3-clause Distribution
`LLNL-CODE-805541`SPDX usage
-----------Individual files contain SPDX tags instead of the full license text.
This enables machine processing of license information based on the SPDX
License Identifiers that are available here: https://spdx.org/licenses/Files that are licensed as BSD 3-Clause contain the following
text in the license header:SPDX-License-Identifier: (BSD-3-Clause)
External Packages
-----------------Serac bundles some of its external dependencies in its repository. These
packages are covered by various permissive licenses. A summary listing
follows. See the license included with each package for full details.[//]: # (Note: The spaces at the end of each line below add line breaks)
PackageName: Axom
PackageHomePage: https://github.com/LLNL/axom
PackageLicenseDeclared: BSD-3-ClausePackageName: BLT
PackageHomePage: https://github.com/LLNL/blt
PackageLicenseDeclared: BSD-3-ClausePackageName: MFEM
PackageHomePage: https://github.com/mfem/mfem
PackageLicenseDeclared: BSD-3-ClausePackageName: radiuss-spack-configs
PackageHomePage: https://github.com/LLNL/radiuss-spack-configs
PackageLicenseDeclared: MIT LicensePackageName: uberenv
PackageHomePage: https://github.com/LLNL/uberenv
PackageLicenseDeclared: BSD-3-Clause