The user no longer needs to specify the
pressure solver in two places. Removed
<PressureSolver>
<linear_solver> hypre </linearSolver>
Updated old stale input files in UintahRelease/ARCHES.
16 lines of code changed in 1 file:
Fixing a unit conversion bug.
0 lines of code changed in 2 files:
updated
0 lines of code changed in 2 files:
Removed Petsc option from the pressure solver.
-cleaned up PressureSolverV2.h
- removed option to only setup matrix once. The coefficient calculation
is intermingled with RHS, deep inside some fortran code (hard to untangle).
It's not that expensive.
*This should not change the answers
112 lines of code changed in 17 files:
Doggie bagged some multimaterial droppings that do nothing.
5 lines of code changed in 5 files:
Fixed bug in binaryPressureSearch. Was returning uninitialized variables
if the search did not converge.
105 lines of code changed in 1 file:
Added function for checking nans and infs in ICE and MPMICE.
0 lines of code changed in 4 files:
Change:
Rotation_tang = Rotationz*Rotationy*Rotationz;
to:
Rotation_tang = Rotationz*Rotationy*Rotationx;
0 lines of code changed in 2 files:
more warning cleanup...
31 lines of code changed in 3 files:
Cleanup more warnings.
6 lines of code changed in 2 files:
Silence some warnings
270 lines of code changed in 5 files:
Fix problem with MODIFIES that was being triggered out of the SSPRK3 integrator. This implements a workaround for a limitation in the framework.
7 lines of code changed in 1 file:
Remove some confusing diagnostic output
0 lines of code changed in 1 file:
Added <const_wall_temperature/> node to DORadiation to mimic the behavior of the old radiation solver that set the wall temperature to 293.0K. Updated input files accordingly.
23 lines of code changed in 3 files:
Rip out a rtest that snuck in during one of my recent commits.
0 lines of code changed in 1 file:
Revert a recent change. On cleaved trees, we still have a bug present...
7 lines of code changed in 1 file:
Silence a compiler warning.
1 lines of code changed in 1 file:
Fast integration of smooth functions using double expopential integrator.
632 lines of code changed in 2 files:
Minor tweaks
23 lines of code changed in 1 file:
Update TaskInterface due to recent bug fixes in ExprLib
8 lines of code changed in 1 file:
cleaning compile warnings
10 lines of code changed in 2 files:
o add --overwrite option to uda2nrrd, o change INSTALL_TYPE to VISIT_PLUGIN_INSTALL_TYPE in uda reader makefile, o) add warning when NaN values are read in uda reader.
0 lines of code changed in 10 files:
Turn on some memory tests.
Turn on some more tests on debug.
Fix up some formatting.
51 lines of code changed in 1 file:
minor cleanup
1 lines of code changed in 1 file:
Several modifications including:
1) Initialize density_guess in the <bleeping> dummy solve so that it can be saved out in the uda
2) Area fractions were inadvertently being overwritten. This is now fixed.
3) Added swirl to the old boundary condition <FlowInlet>.
4) Cleaned up some of the new boundary condition stuff. There still seems to be a problem with assigning values to the BCInfoMap.
5) Intrusion temperatures can now be set.
6) Hard setting lprob* test cases to false. This of hard coding logicals for test cases hackishness should be removed…I would vote for driving these tests from input files.
7) "SolidWallTemperature" is now an input type in the <BoundaryCondition> section for setting wall temperatures.
8) Radiation solution is now persisting through timesteps without a radiation solve.
Some answers will change due to the addition of setting the intrusion temperature. Other tests will break because of a change in the numbers of variables in the checkpoint. GS's to be updated.
353 lines of code changed in 28 files:
Area fractions on + faces.
Setting the volume fraction in extra cells was causing pressure to blow. Investigating....
This may require new GSs.
12 lines of code changed in 1 file:
Added ability for Uintah to use PAPI to count both FLOPS and vectorized FLOPS. Seems good to be able to see both.
24 lines of code changed in 2 files:
radwsgg: reduced the upper & lower looping limits by 1. This is a pointwise operation
DORadiation: No longer requiring gac for the labels co2, h2o and sootFV.
This should not change the answers.
31 lines of code changed in 4 files:
Now dragging MPMArchesLabel into DO radiation so it will compile on OSX.
17 lines of code changed in 5 files:
added formatting to awk print statement:
On updraft
Now converting movie.0007.png to 7.png << worked
Now converting movie.0008.png to 8.png << crashed
I don't get it........
0 lines of code changed in 2 files:
Update include files for gcc-4.6.
5 lines of code changed in 1 file:
Buildbot test
0 lines of code changed in 2 files:
Buildbot test
2 lines of code changed in 1 file:
Buildbot test
0 lines of code changed in 2 files:
Buildbot test.
1 lines of code changed in 1 file:
Delete line.
0 lines of code changed in 1 file:
Add lines to test buildbot.
2 lines of code changed in 1 file:
Testing commit for buildbot.
0 lines of code changed in 1 file:
Test commit changes to buildbot.
2 lines of code changed in 1 file:
- Moved all DO radiation model code out of EnthalpySolver and into DORadiationModel.
- EnthalpySolver now schedules 1 task (computeSource) and requires 1 variable from the DO model.
- removed unused global variables.
- Pruned and simplified where possible.
*This should not change the answers.
468 lines of code changed in 10 files:
Apply boundary conditions to the initial condition \n
262 lines of code changed in 15 files:
Remove an obsolete test from the nightly regression tests. this caused the recent buildbot failure.
0 lines of code changed in 1 file:
added James's 3D vortex problem to customInitialize.
- slight generalization of mms code.
- added input file.
45 lines of code changed in 3 files:
Missed two tags that previously excluded Modified being used with JWL or Murnaghan.
0 lines of code changed in 2 files:
M CCA/Components/MPM/ConstitutiveModel/ViscoScram.cc
Moved the Modified EOS case first so that if the material is expanding beyond relative volume of one, the pressure is not negative. Also cleaned up the code a bit and added comments.
M StandAlone/inputs/UPS_SPEC/constitutive_models.xml
Fixed UPS specifications to allow the Preston-Tonks-Wallace shear modulus model.
154 lines of code changed in 1 file:
Major changes to the boundary conditions processing in Wasatch. Get rid of macros and template all functions. Add 12 regression tests for boundary conditions with multipatches. fix multipatch bug in boundary conditions. fix windowing bug in pressure rhs calculation. Note that the regression tester will break - I will update this after midnight.
794 lines of code changed in 7 files:
added: #include <CCA/Ports/SolverInterface.h>
0 lines of code changed in 2 files:
minor cleanup
63 lines of code changed in 2 files:
removed dead.h file from includes
0 lines of code changed in 1 file:
Remove explicit template instantiation from header file. This only needed if the implementation is in a .cc file rather than a header.
4 lines of code changed in 1 file:
moved dead code to the attic
0 lines of code changed in 2 files:
Simplify a few things in get_memory_window_for_uintah_field()
7 lines of code changed in 1 file:
Extract_X()
- now setting the boundary conditions on pressure = 0.
15 lines of code changed in 1 file:
Added a missing read lock which caused segfault when acessing varDB.
0 lines of code changed in 2 files:
minor cleanup
2 lines of code changed in 2 files:
Move a function, reduce inclusion hacks on TaskInterface.h
42 lines of code changed in 5 files:
added lower dimensional regression tests for classic tables
6 lines of code changed in 2 files:
Updated Classic Tables for N-Dimensions, This will break some tests, gold standards to be generated
764 lines of code changed in 2 files:
Clean up a few unnecessary header includes, etc.
4 lines of code changed in 4 files:
Changed the current PAPI FLOPs counter to use the PAPI_DP_OPS event. This event is optimized to also count scaled double precision vector operations. Configure script has also been updated to reflect this change.
6 lines of code changed in 3 files:
New DQMOM formulation based on weighted abscissas which conserves particle mass and momentum. This should break the regression dqmom tests 2 to 5. Gold standards will need to be replaced
401 lines of code changed in 38 files:
Added PAPI instrumentation to count total level 2 & 3 cache misses.
46 lines of code changed in 2 files:
Added PAPI instrumentation to count Level 1 total cache misses.
90 lines of code changed in 2 files:
Fix compiler warnings.
0 lines of code changed in 6 files: