-
Updated
Feb 8, 2019 - Java
amr
Here are 97 public repositories matching this topic...
-
Updated
Aug 20, 2021 - C++
-
Updated
Aug 19, 2021 - C
-
Updated
Jun 9, 2021 - Kotlin
castro.change_max = 1.0 means that the timestep can only ever stay the same or decrease relative to its initial value. I think we should disallow this value, I have a hard time imagining a use case for this (if you want a fixed timestep, use fixed_dt, and if you want a timestep cap but still allow the timestep to decrease, use max_dt). It causes problems with the retry functionality.
-
Updated
Jul 22, 2021 - C
-
Updated
Mar 17, 2020 - Python
The current implementation of StructuredMesh1D uses the volume integral and interface flux from TreeMesh, which assume Cartesian grids. Creating a StructuredMesh1D with a nonlinear mapping causes the simulation to fail (errors bigger than expected, no convergence, instabilities).
The data structures that are used by the higher dimensional StructuredMeshes (jacobian_matrix, `inverse_
-
Updated
Nov 16, 2019 - Python
-
Updated
Aug 7, 2021 - C++
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
Apr 27, 2020 - Java
-
Updated
Jan 12, 2021 - Python
-
Updated
Jun 18, 2021 - Python
-
Updated
Aug 8, 2021 - C++
-
Updated
Jul 28, 2021 - Groovy
-
Updated
Jul 8, 2021 - Python
-
Updated
Oct 17, 2018 - C
-
Updated
Jul 11, 2021 - Python
-
Updated
Aug 19, 2021 - R
-
Updated
Aug 21, 2019 - Fortran
-
Updated
Aug 12, 2021 - C++
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."
Bug Description
For classes such as GenericConstantMaterial that use templating to create non-AD and AD versions, the corresponding documentation pages do not contain a list of input files that use the class even though '!syntax inputs ...' appears in the .md file.
Steps to Reproduce
See https://mooseframework.inl.gov/source/materials/GenericConstantMaterial.html as an example.
Im