-
Updated
Feb 8, 2019 - Java
amr
Here are 71 public repositories matching this topic...
-
Updated
Oct 11, 2020 - C++
-
Updated
Oct 9, 2020 - C
-
Updated
Oct 8, 2020 - C
The Poisson solve absolute tolerance sets the accuracy of the Poisson solve. Given the value of abs_tol, the error level targeted in the Poisson solve is abs_tol * 4 * pi * G * rho_max, where rho_max is the maximum density on the domain. For Cartesian simulations the default value is 1.e-11, and for non-Cartesian the default value is 1.e-10.
At high resolution, and/or for complicated mass distr
-
Updated
Nov 16, 2019 - Python
-
Updated
Mar 17, 2020 - Python
-
Updated
Oct 9, 2020 - C++
-
Updated
Apr 27, 2020 - Java
-
Updated
Aug 21, 2020 - Python
-
Updated
Jul 18, 2020 - C++
-
Updated
Oct 17, 2018 - C
-
Updated
Aug 21, 2019 - Fortran
If point-wise source terms are sufficiently performant, we should only use those since they separate DG internals from equation-specific stuff. However, for this decision to make properly, we should run some 2D and, more importantly, 3D tests.
-
Updated
Apr 13, 2020 - Java
-
Updated
Oct 11, 2020 - C++
-
Updated
Jul 10, 2019 - Objective-C++
-
Updated
Oct 7, 2020 - 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."
Reason
From Joe Kelley at the NRC:
I am working on a 7-cell model that uses the GapHeatTransfer BC for every pair of sidesets as was done for the "reference" calculation in the extended scope task.
In that calculation, there were only two axial regions in the meshing-tools script, the support plate and everything else.