Remove tabs, alphabetize
12 lines of code changed in 1 file:
New soot volume fraction computation.
222 lines of code changed in 2 files:
Decoupled computation of soot volume fraction and the radiative contribution from soot. Minor clean-up of estalished property models.
25 lines of code changed in 15 files:
Fixing a bug in the direction member of the computePsi class.
0 lines of code changed in 2 files:
Added a 4 band spectral property model for CO2-H2O mixtures. Based on publication Bordbar et al. 2014.
The model was developed to be accurate in the temperate range of 500K-2400K and H2O/CO2 molar ratios ranging from 0.01 to 4.0.
348 lines of code changed in 4 files:
Update Wasatch 3P hashes, and change version number to 2.1 for release.
0 lines of code changed in 4 files:
Add an unmanaged (with respect the ArchesTaskInterface) variable access.
This will allow users to declare variables in a traditional Uintah
style. E.g.:
CCVariable<double> A;
tsk_info->get_unamanaged_uintah_field<CCVariable<double> >(...);
78 lines of code changed in 6 files:
Bad commit in last commit.
0 lines of code changed in 1 file:
Even more missing files.
313 lines of code changed in 3 files:
More missing files.
178 lines of code changed in 2 files:
Adding missing files.
201 lines of code changed in 2 files:
Removing outputInitTimestep and turning on restart tests. This will
break the RT for these tests.
14 lines of code changed in 1 file:
added check for valid patches and materials
2 lines of code changed in 1 file:
Clean up the mess that someone left when they modified sus's output.
27 lines of code changed in 2 files:
Keeping it to one Re_limit spec. This actually fixes a
bug since the Re_wall_upwind limit was only being using for the x-mom
component and not y,z. Now all components for hybrid or wall-upwind are
using one Re_limit.
8 lines of code changed in 3 files:
* Moved the calc of the CC velocities into its own task (by necessity)
* Add an optional parameter to the task scheduling through the factory to ignore the task if not found.
* Some additional cleanup
64 lines of code changed in 8 files:
Adding the WALE model.
10 lines of code changed in 2 files:
Adding Smag model.
309 lines of code changed in 5 files:
* cleaned up some unused functionality in the ConvectionHelper - Specifically the old implementation of the staggered convective operator.
* In GridTools, moved around the enums for the DIR variable to make better sense.
* Added the start of a 1D interpolator. This needs some (re)verification since I modified what Oscar had initially.
* Had to add const version of the VariableHelper.
* Using the 1D interpolator, added a helper task to do 1D interpolation. Needs a little more work as it currently excludes FC -> FC
176 lines of code changed in 4 files:
Actually add the FileInit files.
185 lines of code changed in 2 files:
Adding a generic field initializer from file which formatting should
follow:
i j k value
or:
i j k vec0 vec1 vec2
where vec is a vector.
28 lines of code changed in 1 file:
Move the stress tensor to the Transport directory.
House it under the transport factory.
286 lines of code changed in 9 files:
Adding the stress tensor calc.
285 lines of code changed in 5 files:
Added DOUT calls for displaying the task's computes/requires when SCI_DEBUG TaskGraph is enabled.
17 lines of code changed in 4 files:
added fix for per patch data handling
74 lines of code changed in 1 file:
added check to FIleInfo per patch data
12 lines of code changed in 1 file:
moved timer so to be per patch
3 lines of code changed in 1 file:
Resurrect RMPMICE.
168 lines of code changed in 2 files:
-- Fix labels so that errors point to the proper routines.
4 lines of code changed in 1 file:
Reduced round-off error in numerical deriviative.
0 lines of code changed in 2 files:
problemSetup()
- Throw an exception if the number of patches in a direction is greater than the number of cells.
10 lines of code changed in 1 file:
fixed bug with getting correct name
23 lines of code changed in 1 file:
isValid_inputFile()
-Additional contraints for determining when a input file is valid.
<outputInitTimestep/> + outputTimestepInterval > 1
25 lines of code changed in 1 file:
isValid_inputFile()
- Ignore tests that start from a pre-computed checkpoint.
7 lines of code changed in 1 file:
Skip all tests that contain
<outputInitTimestep/>
and warn the user. When <outputInitTimestep/> is enabled orginal:index.xml != restart:index.xml,
there's an off by 1 issue is how output timesteps are counted.
49 lines of code changed in 1 file:
-- Further encapsulate Solid State Diffusion variables into diffusion specific code blocks.
-- Clean up and extend diffusion models to account for thermodynamic driving forces.
-- Standardize diffusion material interfaces with other MPM material interface approach
-- Standardize diffusion model input/output
304 lines of code changed in 27 files:
L0osen the comparison tolerances for advect_+_amr and advect_HollowSphere_amr since they're non-deterministic.
3 lines of code changed in 1 file:
added additional analysis vars
47 lines of code changed in 1 file:
removed unneed function
0 lines of code changed in 2 files:
added additional analysis vars
134 lines of code changed in 2 files:
clean up for the node meshes
401 lines of code changed in 3 files:
added nightly performance regression test. ICE advect with 32K patches on a single level.
The boxes/patches are distributed cylindrically.
2 lines of code changed in 1 file:
setOverlappingPatches()
- optimization: Find and loop over neighbor patches instead of all patches.
15 lines of code changed in 1 file:
fixed comment
2 lines of code changed in 1 file:
updated for node based grids
302 lines of code changed in 2 files:
Added a more rigorous test of the AMR infrastructure.
Adjusted parameters in the ups for RT tests.
There is something non-deterministic about this test.
12 lines of code changed in 1 file:
Clear out all dead code related to the old topological sort. None of this is used anymore. Drastically simplifies understanding of the magic task graph code.
62 lines of code changed in 11 files:
Adding stress term calculation.
43 lines of code changed in 2 files:
Using the variable helper names to remove logic.
10 lines of code changed in 1 file:
Directional dependent sources for the momentum solver.
57 lines of code changed in 1 file:
LATESTDW -> NEWDW
1 lines of code changed in 1 file:
Some slight tweaking of Oscars code.
No RT answers should be affected at this point.
60 lines of code changed in 4 files:
For Oscar (with edits from Jeremy):
Adding the new source term factory with the MMS source terms.
1298 lines of code changed in 11 files:
Cleanup and refactoring in DetailedTasks as the TG compilation issue is revisited.
191 lines of code changed in 4 files:
Fix builds without Hypre enabled - e.g. componentless build, etc.
SolverTest2 directly included Hypre headers no matter what.
6 lines of code changed in 2 files:
Short circuit unnneccesary dependency analysis when creating DetailedDependencies
26 lines of code changed in 1 file:
Fixed issues with boundary conditions for heat example
26 lines of code changed in 1 file:
* Add the pressure boundary conditions post pressure linear solve which eases the calculation of the pressure gradient.
* Added a cc-velocity calculation
* Fixed a bug in the u = rho*u/rho calculation for walls (was getting something / zero )
* Pressure gradient wasn’t being added on the + side properly when boundary conditions - fixed.
* KFEupdate had one too many iterators on the + side - Fixed
259 lines of code changed in 12 files:
M Core/Disclosure/TypeDescription.h
M Core/Disclosure/TypeDescription.cc
- Added utility function to return string version of "Type" enumerated type.
M Core/ProblemSpec/ProblemSpec.cc
- White space.
47 lines of code changed in 3 files:
Added to new examples components to for developing Hypre IJ interface and AMR. Currenlty these components are barebones examples that will be iterated upon.
628 lines of code changed in 10 files:
Pulling template_testdefs weeds. This should no longer be necessary.
Regenerate configure script (w/ autoconf v2.69)
2 lines of code changed in 11 files:
Refine PAPI support - should be ready to go now, also for the release.
47 lines of code changed in 4 files:
Count TLB misses when PAPI is enabled.
9 lines of code changed in 3 files:
Fix issue where unavailble PAPI events were being processed as RunTimeStats in the ReductionInfoMapper. Basically - only process and report on availble PAPI events.
20 lines of code changed in 2 files:
* Use PAPI_strerror() to report text related to specific PAPI error code. Much simpler than what was done prior.
* Fix linker issue when building StandAlone tools/tests with PAPI enabled
34 lines of code changed in 3 files:
Default initilization for PapiEvent struct.
8 lines of code changed in 2 files:
Cleanup and refactoring with PAPI support.
156 lines of code changed in 5 files:
Actually fix PAPI support.
8 lines of code changed in 2 files:
Repair broken PAPI support.
19 lines of code changed in 3 files:
Fixed Nan issue in new Nox model. This will change the answers for Coal_Nox.
247 lines of code changed in 1 file:
Added regression test for the new NOx model.
3 lines of code changed in 1 file:
This commit adds ZZs nox model.
721 lines of code changed in 4 files:
Fixed a bug related to the deposition model. This was setting the destruction rate to zero. This will break deposition regression tests.
6 lines of code changed in 1 file:
Remove a debug print statement.
Removed the MACRO in ComputePsi in favor of a templated function.
71 lines of code changed in 2 files:
* Remove lock in MPIScheduler::postMPIRecvs. DependencyBatch members that are shared are now atomic. This lowers local comm time.
* When using const_iterator for STL containers, etc, use cbegin() and cend()
* Use locks to make incrementing stats for InfoMapper thread safe (very small sections of code). Reliable info is now reported when using the UnifiedScheduler. We might consider making relevant members of InfoMapper class atomic.
115 lines of code changed in 1 file:
Fix some confusing use of enums in the FEUpdate
Fix a bug when applying BCs for scalars - it was being skipped when the pressure system was not constructed.
Fix a bug with the GetPsi macro - index spaces were off
33 lines of code changed in 4 files:
This fixes the volume fraction multiplication for the v momentum diffusion term. This will break all tests using hybrid and wall_upwind momentum discretization.
12 lines of code changed in 3 files:
Use C++11 hashmap.
3 lines of code changed in 6 files:
-- Include <climits> for INT_MAX invocation.
(I have no clue where the buildbot compilation is picking up the climits inclusion from that it's not throwing the compilation error that I'm seeing.)
1 lines of code changed in 1 file:
Renaming ijk macros to avoid boost clash.
46 lines of code changed in 4 files:
MPMICE.py
- Enabled AMR test with a non-cubic fine level with inside corners.
inputs/MPMICE
- adjusted parameters in advect_+_amr.ups to be be used in nightly RT
- added input file for testing infrastructure. A hollow sphere moving across
the domain. Multiple regrids and lots of inside corners.
1 lines of code changed in 1 file:
Level:
- added code to keep track of overlapping patches and their overlapping regions, setOverlappingPatches()
- getOverlapCellsInRegion()
returns the range of overlapping cells for a region and patches set.
OnDemandDataWarehouse::getRegionModifiable()
Thrown an exception if a) number of copied cells != number of requested cells and
b) nCellsCopied < requestedCells + overLapCells_range_min
c) nCellsCopied > requestedCells + overLapCells_range.max
M Core/Grid/Level.cc
M Core/Grid/Level.h
M CCA/Components/Schedulers/OnDemandDataWarehouse.cc
167 lines of code changed in 3 files:
This fixes a bug, thanks to Alan. There appears to be no change in the
RT, however.
2 lines of code changed in 1 file:
* Clean up several race conditions, true positives reported by TSAN.
* Catch exceptions by ref (should probably catch by const ref)
* Also clear out some compiler warnings, etc.
70 lines of code changed in 9 files:
added interface to get the global uintah patch id
32 lines of code changed in 3 files: