[root]/R_Tester
helpers
(15 files, 2226 lines)
toplevel
(4 files, 891 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 158 (100.0%) | 806 (100.0%) | 5.1 |
tsaad | 49 (31.0%) | 362 (44.9%) | 7.3 |
harman | 62 (39.2%) | 172 (21.3%) | 2.7 |
jthornoc | 13 (8.2%) | 80 (9.9%) | 6.1 |
ahumphrey | 11 (7.0%) | 74 (9.2%) | 6.7 |
austin | 5 (3.2%) | 65 (8.1%) | 13.0 |
wyxpuma | 2 (1.3%) | 16 (2.0%) | 8.0 |
guilkey | 6 (3.8%) | 11 (1.4%) | 1.8 |
beckvermit | 4 (2.5%) | 10 (1.2%) | 2.5 |
amir | 1 (0.6%) | 7 (0.9%) | 7.0 |
awabboud | 2 (1.3%) | 5 (0.6%) | 2.5 |
kamojjala | 1 (0.6%) | 2 (0.2%) | 2.0 |
jas | 1 (0.6%) | 1 (0.1%) | 1.0 |
ihunsaker | 1 (0.6%) | 1 (0.1%) | 1.0 |
Made adjustments to methane_RCCE.ups so the same number of output timesteps exist
on resarts when using sus -restart -t 0 -copy.
Turned off methane_RCCE. There are some numerical fuzz entering into the simulation on
restarts.
0 lines of code changed in 2 files:
Adding a new test.
4 lines of code changed in 1 file:
Regression test should work now for Induction simulations
0 lines of code changed in 2 files:
Getting the Arches/RMCRT input file to work, which includes interacing to radProps.
Turning back on the constantMMS input file for local tests.
1 lines of code changed in 1 file:
Added Locking tests demonstrating that shear locking is present in current MPM implementation. Also added some of the same Arenisca/general J2 plasticity benchmarks for Kayenta. -Dave A.
0 lines of code changed in 2 files:
Minor touchup and getting R_Tester ready for new tests. -Dave A.
65 lines of code changed in 1 file:
Regression tests for new induction code
6 lines of code changed in 1 file:
Remove the Wasatch performance tests. We will have to figure out a more robust way to measure performance on the RT/buildbot.
0 lines of code changed in 2 files:
increase the number of timesteps taken in the performance tests in an attempt to fix the failing wasatch perf tests. Hopefully this will work.
9 lines of code changed in 1 file:
forgot to remove performance tests from the local RT. Keep them on the nightly only.
0 lines of code changed in 1 file:
fix the wasatch performance tests. make them run longer to get proper stats. this will break the RT GS. will update tomorrow morning.
20 lines of code changed in 1 file:
Add nightly performance tests for Wasatch.
6 lines of code changed in 1 file:
Fix the failing Wasatch test. This was due to a bug that I introduced last week when trying to activate the Vreman turbulence model for two-dimensional flows. The RT and buildbot may still fail today in case the old gold_standards for this test are still on those machines. If this is the case, I will update those tomorrow morning when the RT updates. \n
2 lines of code changed in 1 file:
remove the failing test from Wasatch until I figure out what is causing this.
0 lines of code changed in 1 file:
Models.xml: added applyfilter tag, removed slices tag
Ray.cc: removed hardwiring of direction of ray in DataOnion
RMCRT_bm1_DO & Examples.py: added regression test
2 lines of code changed in 2 files:
allow Vreman model to be used in 2D - this will help with the outflow bc experiments. Also use a more robust way of checking periodicity when Warches is used.
2 lines of code changed in 1 file:
Turning back on RMCRT tests.
1 lines of code changed in 1 file:
Turning off RMCRT test until the dust settles.
1 lines of code changed in 1 file:
to change the name for three additional regression tests
4 lines of code changed in 1 file:
add three additional regression test for ARCHES solver
12 lines of code changed in 1 file:
-output problem spec. for the contact model.
-RT:turned on restart checks for riemannMPM_ML
1 lines of code changed in 1 file:
rename a directory.
2 lines of code changed in 1 file:
added multi-level riemann shock tube problem.
1 lines of code changed in 1 file:
Add regression test with a momentum source term. Add regression test for one of the RK3SSP verification cases. Modify the Rk3SSP verification cases to run on more patches.
5 lines of code changed in 1 file:
Add two regression tests that verify the SSP-RK3 order of accuracy.
10 lines of code changed in 1 file:
Resolve the issue of having different dependencies on different patches for a given task. The solution consists of exposing all additional dependencies across all patches.
2 lines of code changed in 1 file:
** Big Changes **
1) Added more access function to BC data in BCUtil. This should help in determining if <value> is a double, string, or vector. I didn't see any previous method that provided this information.
2) ClassicTables now require explicit definitions of each independent variable, model, through either <TransportEqn> or <PropertyModel> definitions in the input file. (currently scalar variance is the one exception, where the old normalizedScalarVar can still be used).
3) Added a <PropertyModel> for heat_loss.
4) Transport equations can now have a "Tabulated" attribute spec for boundary conditions. The <value> should be specified as the string identifier for the dependent variable the user wants to use as the boundary condition. Note that this only works for Dirichlet conditions as Neumann conditions don't require a table lookup.
5) Transport equations can now be initialized to a tabulated dependent variable based on the initialized independent variable space.
6) Pulled some weeds, including removing the noSolve function. This is the beginning of complete removal of the dummySolve. Still has a lot more weeds to go.
7) Changed some input files
** some tests ( methane_jet, heptane_pipe, coal_pipe) will fail and will need GS replacement because of the new heat loss calculation and the changes to the input files **
2 lines of code changed in 2 files:
If the "do_performance_test" flag is selected log the simulation
run time to a file and plot it. Make this plot accessible to
users via the web page.
Note you can't perform uda_comparisons and performance
tests together. With performance testing all file I/O is turned off.
24 lines of code changed in 18 files:
Another AMRMPM sanity check. Passing particles through the edges of the coarse
fine interface along all edges. The particles have with equal and opposite velocities
so the total momentum is 0,0,0.
1 lines of code changed in 1 file:
disks_AMR_*: deleted redundant input files.
MPM.py: using 4 procs/cores for advect_3L_3D test.
advect_3L_3D.ups: increased particle resolution to avoid crappy numerics
with linear shape function. Saving less data.
1 lines of code changed in 1 file:
turn advect_3L_3D back on. Using exact comparisons
1 lines of code changed in 1 file:
missing comma
1 lines of code changed in 1 file:
fix typo in Wasatch's RT test.
2 lines of code changed in 1 file:
add regression test for using the same modifier expression on multiple faces (same normal) on a single patch.
2 lines of code changed in 1 file:
advect_2L_Slabs: ignore restart tests until we figure out why answers are different.
1 lines of code changed in 1 file:
added sanity check for amrmpm.
2 lines of code changed in 1 file:
add regression test for realizable qmom. make some cosmetic changes to qmom.h \n
2 lines of code changed in 1 file:
using 4 processors on HePlume test
nuked darwin test.
2 lines of code changed in 1 file:
Fix turbulent inlet test to be multi-patch and decrease timesteps to speed up RT.
2 lines of code changed in 1 file:
don't do restart on the Arches isotropic turbulence case. for some reason, that input file is not generating checkpoints.
3 lines of code changed in 1 file:
(81 more)