Included a new profile for the passive scalar. Triangular Profile.
The invoke it is:
<triangularInitialize> true </triangularInitialize>
<slope> [1,0,0] </slope>
Currently this will only work in x-direction.
14 lines of code changed in 3 files:
Need Core/Containers to link (at least on Mac)
1 lines of code changed in 1 file:
Added new profile for a 2D exponential function.
Changed the name of the existing 1D exponential function.
use:
<exponentialInitialize_1D>...</exponentialInitialize_1D>
or
<exponentialInitialize_2D>..</exponentialInitialize_2D>
56 lines of code changed in 2 files:
Made the cout precision to 16.
5 lines of code changed in 1 file:
added input option
-svnStat : runs svn stat -u & svn info <src/...../Packages/Uintah
Useful when you want to know which version of the code you
were running.
16 lines of code changed in 1 file:
Don't have lineextract query virtual data (and clean up sub.mk)
2 lines of code changed in 2 files:
increased cout precision to 16 when dumping out the timestep. We need that
many significant figures for order-of-accuracy studies.
7 lines of code changed in 1 file:
Deleted couts
1 lines of code changed in 1 file:
Make the DataArchive more virtual-patch savvy
15 lines of code changed in 1 file:
In previous commit I accidentally committed some debugging code.
Reversed
1 lines of code changed in 1 file:
added stability constraint due to viscous diffusion to the calculation
of the aggressive timestep scheme.
37 lines of code changed in 1 file:
Re-implement the way carry-over vars are scheduled. This requires a list of the original material set (kept in SimulationState) and for non-default levels and materials to be in the input file
68 lines of code changed in 4 files:
Add rudimentary ability to use pts files with MPMICE. Currently this
is restricted to one file geometry piece, one ice material and one mpm
material.
0 lines of code changed in 2 files:
Merge from 38467
34 lines of code changed in 1 file:
Merge from 38452
3 lines of code changed in 1 file:
Remove BNRStats and instead have the grid stats always output per Todd's
request.
3 lines of code changed in 1 file:
Remove the addReference to d_perprocPatches causing the memory leak. Adding the reference in scheduleInitialize isn't good because scheduleInitialize doesn't happen on a restart, and if you remove the reference in the destructor, on a restart it will cause problems.
0 lines of code changed in 1 file:
Revert change to memory leak for d_perproc_patches.
2 lines of code changed in 1 file:
Remove main components from extractors' sub.mk
1 lines of code changed in 1 file:
Fix compilation under AIX... not sure why this compilation problem wasn't noticed before...
16 lines of code changed in 1 file:
Provide info on how to use under AIX...
9 lines of code changed in 1 file:
Restore r38401.
0 lines of code changed in 2 files:
Reverting r38401 until I can get this to build on lots of platforms.
2 lines of code changed in 1 file:
Use (DL_LIBRARY) instead of -ldl.
0 lines of code changed in 2 files:
Remove the d_perproc_patches which seems to fix the memory leaks for impm runs.
3 lines of code changed in 1 file:
Add -ldl for opening shared libraries.
1 lines of code changed in 1 file:
Don't try to uncompress 0 sized data... I assume that just returning from this function is ok, but Bryan is going to verify it for me. :)
15 lines of code changed in 1 file:
Add C++ symbol demangler. This should make crash logs slightly more intelligible.
27 lines of code changed in 1 file:
Use time index to query DataArchive, instead of time
19 lines of code changed in 3 files:
Changed the load balancing assignment algorithm to a top down divide and conqure approach. This method should produce better assignments than the previous method. This method is O(P) in parallel.
125 lines of code changed in 1 file:
Under Darwin, SEM_LOCK isn't used because the
semaphore implementation is done separately. So
we ifdef it out to avoid "defined but not used"
warnings.
Additionally, the pthread_t under Darwin is opaque
and shouldn't be printed out directly. Now it's
being forcefully casted to a long unsigned int for
the print_threads function to avoid a warning.
49 lines of code changed in 1 file:
Under Darwin UCONV needs to print out the 64-bit
friendly version regardless of build type.
24 lines of code changed in 1 file:
MAXSTACK only needs to be defined when used.
Removing tabs as well.
31 lines of code changed in 1 file:
Merge from 38351 and 38357
26 lines of code changed in 1 file:
Merge from 38367
0 lines of code changed in 2 files:
Change gac-1 to gan-1, so particle communication happens properly
12 lines of code changed in 2 files:
Undoing the change made in the last commit.
The number cells in the output is redundant.
4 lines of code changed in 1 file:
Modified the output to include number of cells touched.
11 lines of code changed in 1 file:
class Parallel has to be pre-declared before it can be used as a friend. Some (less strict) compilers treat the 'friend' statement as a pre-declaration, but then, some don't.
2 lines of code changed in 1 file:
Merge from 38326
0 lines of code changed in 2 files:
Redstorm gnu compiler fix
0 lines of code changed in 2 files:
Merge from csafe_parametric_study of patches 38283, 38384, and 38277
7 lines of code changed in 1 file:
Fix for particles-error-flags not dilating enough for kiddie-corner patches who want to use them
4 lines of code changed in 1 file:
Make only creation method in factory static.
7 lines of code changed in 5 files:
Made factory for extra scalar sources.
85 lines of code changed in 13 files:
Do not use the petsc signal handler
1 lines of code changed in 1 file:
Added sources computation for extra scalars.
Provided zero source as an example.
317 lines of code changed in 7 files: