• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H16-Nov-2021-178150

.gitlab/H16-Nov-2021-451383

data/H10-Nov-2021-5,151,4925,151,388

host-configs/H16-Nov-2021-3,7892,253

scripts/H16-Nov-2021-8,9996,532

share/axom/logo/H16-Nov-2021-

src/H03-May-2022-483,763323,281

.gitignoreH A D16-Nov-2021194 2019

.gitlab-ci.ymlH A D16-Nov-20212.2 KiB6052

.gitmodulesH A D16-Nov-2021262 109

.mailmapH A D16-Nov-20215.5 KiB6663

.readthedocs.ymlH A D16-Nov-2021499 2015

.uberenv_config.jsonH A D16-Nov-2021514 1514

CITATION.cffH A D16-Nov-20211 KiB4442

CODE-OF-CONDUCT.mdH A D16-Nov-20213.3 KiB7757

CONTRIBUTING.mdH A D16-Nov-2021854 3222

LICENSEH A D16-Nov-20211.5 KiB2822

NOTICEH A D16-Nov-20211.1 KiB2218

README.mdH A D16-Nov-20214 KiB11677

RELEASEH A D16-Nov-2021947 3527

RELEASE-NOTES.mdH A D16-Nov-202140.2 KiB674609

azure-pipelines.ymlH A D16-Nov-20214.7 KiB123115

config-build.pyH A D16-Nov-202110.1 KiB338233

README.md

1[comment]: # (#################################################################)
2[comment]: # (Copyright 2017-2021, Lawrence Livermore National Security, LLC)
3[comment]: # (and Axom Project Developers. See the top-level LICENSE file)
4[comment]: # (for details.)
5[comment]: #
6[comment]: # (# SPDX-License-Identifier: BSD-3-Clause)
7[comment]: # (#################################################################)
8
9
10# <img src="/share/axom/logo/axom_logo.png?raw=true" width="250" valign="middle" alt="Axom"/>
11
12[![Azure Pipelines Build Status](https://dev.azure.com/axom/axom/_apis/build/status/LLNL.axom?branchName=develop)](https://dev.azure.com/axom/axom/_build/latest?definitionId=1&branchName=develop)
13[![Documentation Status](https://readthedocs.org/projects/axom/badge/?version=develop)](https://axom.readthedocs.io/en/develop/?badge=develop)
14[![License](https://img.shields.io/badge/License-BSD%203--Clause-blue.svg)](https://github.com/LLNL/axom/blob/develop/LICENSE)
15[![GitHub release](https://img.shields.io/github/release/LLNL/axom.svg)](https://github.com/LLNL/axom/releases/latest)
16
17Axom provides robust, flexible software infrastructure for the development of multi-physics applications and computational tools.
18
19Documentation
20-------------
21
22Latest docs on Develop branch: https://axom.readthedocs.io
23
24To access docs for other versions: https://readthedocs.org/projects/axom/
25
26Getting Involved
27----------------
28
29Axom is an open-source project and we welcome contributions from the community.
30
31Mailing List
32------------
33
34The project maintains two email lists:
35
36  * 'axom-users@llnl.gov' is how Axom users can contact developers for questions, report issues, etc.
37  * 'axom-dev@llnl.gov' is for communication among team members.
38
39Contributions
40-------------
41
42We welcome all kinds of contributions: new features, bug fixes, documentation edits.
43
44To contribute, make a [pull request](https://github.com/llnl/axom/compare), with `develop`
45as the destination branch. We use CI testing and your branch must pass these tests before
46being merged.
47
48For more information, see the [contributing guide](https://github.com/llnl/axom/blob/develop/CONTRIBUTING.md).
49
50Authors
51-------
52
53Thanks to all of Axom's
54[contributors](https://github.com/llnl/axom/graphs/contributors).
55
56License
57-------
58
59Copyright (c) 2017-2021, Lawrence Livermore National Security, LLC.
60Produced at the Lawrence Livermore National Laboratory.
61
62Copyrights and patents in the Axom project are retained by contributors.
63No copyright assignment is required to contribute to Axom.
64
65See [LICENSE](./LICENSE) for details.
66
67Unlimited Open Source - BSD 3-clause Distribution
68`LLNL-CODE-741217` `OCEC-17-187`
69
70SPDX usage
71------------
72
73Individual files contain SPDX tags instead of the full license text.
74This enables machine processing of license information based on the SPDX
75License Identifiers that are available here: https://spdx.org/licenses/
76
77Files that are licensed as BSD 3-Clause contain the following
78text in the license header:
79
80    SPDX-License-Identifier: (BSD-3-Clause)
81
82External Packages
83-----------------
84
85Axom bundles some of its external dependencies in its repository.  These
86packages are covered by various permissive licenses.  A summary listing
87follows.  See the license included with each package for full details.
88
89
90[//]: # (Note: The spaces at the end of each line below add line breaks)
91
92PackageName: BLT
93PackageHomePage: https://github.com/LLNL/blt
94PackageLicenseDeclared: BSD-3-Clause
95
96PackageName: CLI11
97PackageHomePage: https://github.com/CLIUtils/CLI11
98PackageLicenseDeclared: BSD-3-Clause
99
100PackageName: fmt
101PackageHomePage: https://github.com/fmtlib/fmt
102PackageLicenseDeclared: MIT License
103
104PackageName: sol
105PackageHomePage: https://github.com/ThePhD/sol2
106PackageLicenseDeclared: MIT License
107
108PackageName: sparsehash
109PackageHomePage: https://github.com/sparsehash/sparsehash
110PackageLicenseDeclared: BSD-3-Clause
111
112PackageName: uberenv
113PackageHomePage: https://github.com/LLNL/uberenv
114PackageLicenseDeclared: BSD-3-Clause
115
116