Emily Boudreaux 4ac9340804 docs(specs/opat): updated opat spec for general indexing
OPAL type II tables use a 4 vector for composition, while many other opacity tables use a 2 vector of composition to index tables. In an attempt to be as general as possible I have updated the OPAT specification to allow for tables indexed by a vector of any length [1, 255]. This should allow a single spec to be used when storeing and accessing type I or type II tables.

BREAKING CHANGE: Careful thought will have to be given to how the C++ module handles this. We want the same code to work for querying data from any kind of opaticy table
2025-02-16 20:43:07 -05:00
2025-02-12 13:51:40 -05:00
2025-02-16 12:47:17 -05:00
2025-02-12 16:21:31 -05:00
2025-02-16 14:33:31 -05:00

New implimentation of 3+1D SSE

New (as yet unnamed) 4DSSE code. We need an exciting name.

This code is very early in development and should not be used for scientific purposes yet.

Building

In order to build you will need meson installed on your system. The easiest way to do this is to use the python package manager (pip)

pip install meson

You can then either use the mk script or meson commands automatically. When running either the script or meson commands manually MFEM will be pulled from github and built. As part of this a small patch will be applied to the MFEM CMakeLists.txt file. This process should only need to happen once as future builds will use the cached version of MFEM in subprojects and the cached build files of MFEM in build.

./mk

if you want to build with no test suite run

./mk --noTest

Current Status

Currently we are working on implimenting modules such as opacity, equation of state, polytrope, and meshing. Builds may not work on any branches at any time.

Description
No description provided
Readme 36 MiB
Languages
C++ 75%
Python 9.2%
Shell 7.3%
Meson 5.4%
C 2.8%
Other 0.3%