-
Updated
Feb 8, 2019 - Java
amr
Here are 101 public repositories matching this topic...
-
Updated
Oct 28, 2021 - C++
-
Updated
Oct 28, 2021 - C
-
Updated
Jun 9, 2021 - Kotlin
It would be useful to keep track of how many retries a simulation did in the amr_diag.out file, which already records the coarse timestep info
-
Updated
Oct 15, 2021 - C
This issue serves to collect what features / mesh types are available for the shallow water system:
- TreeMesh1D
- TreeMesh2D (see #890)
- StructuredMesh2D
- UnstructuredMesh2D
- P4estMesh2D
- Flux differencing form
- AMR (for this feature the issue of well-balancedness becomes interesting)
- Shock capturing (related to #736)
- Hydrostatic reconstruct
-
Updated
Mar 17, 2020 - Python
-
Updated
Nov 16, 2019 - Python
This depends on #57, although #57 will be informed by this issue.
The AMR concept inventory is, as I understand, a fork of Propbank frames. It is packaged with the LDC release which I don't have access to and also raises questions of licensing if I were to include (a derived form of) those in this repository.
There's a plain-text version, that I
-
Updated
Oct 28, 2021 - C++
-
Updated
Oct 27, 2021 - Python
-
Updated
Apr 27, 2020 - Java
-
Updated
Jan 12, 2021 - Python
-
Updated
Oct 26, 2021 - Python
-
Updated
Sep 14, 2021 - Python
-
Updated
Oct 2, 2021 - C++
-
Updated
Jul 28, 2021 - Groovy
-
Updated
Oct 6, 2021 - R
-
Updated
Oct 17, 2018 - C
-
Updated
Oct 28, 2021 - C++
-
Updated
Aug 21, 2019 - Fortran
-
Updated
Aug 19, 2021 - Python
Improve this page
Add a description, image, and links to the amr topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the amr topic, visit your repo's landing page and select "manage topics."
Reason
@aprilnovak reported that she would like the option to force the printing of any
TIMED_SECTION. This makes complete sense in the case where you always want to report to the user that something is complete.Design
Add another option (or another macro) to add this option to
TIMED_PRINTImpact
None - new capability