Initalize some variable that are currently uninitialized (thanks valgrind).
2 lines of code changed in 3 files:
Fixed particle naming issues and reduced the output onto the console
570 lines of code changed in 5 files:
whoops! I thought attributes could be booleans. :(
Undoing the last commit.
2 lines of code changed in 1 file:
Minor change to use boolean instead of string.
2 lines of code changed in 1 file:
Final polish:
-using cerr for errors and cout for normal output
-this utility generates a directory 'Lnorm' and places the norms as a function of time
in a separate file for each variable, level and material.
-added warning about different domain sizes.
147 lines of code changed in 1 file:
Don't satisfy internal depedencies for tasks you do not own.
4 lines of code changed in 1 file:
throw an exception if you try to compare data at different physical locations
31 lines of code changed in 1 file:
It now works, loops over multiple levels, multiple materials and different
patch configurations in each uda.
-Needs further testing
-Needs further cleanup
-May want to rearrange the main loops.
97 lines of code changed in 1 file:
-more cleanup
- added support for NCVariables & SFC(X,Y,Z)Variables
- work for single level, single patch and single material problems.
110 lines of code changed in 1 file:
Commented and simplified some of the confusing sections of code.
Still whittling this block of wood with a chainsaw/axe.
72 lines of code changed in 1 file:
more thrashing around and simplification. It compiles and that's it.
237 lines of code changed in 1 file:
Renamed block to phase to be more explicit.
Changed the phase assignment to match the detailed task execution order (which is the actual execution order).
This should fix some deadlocks that we were seeing with dynamic scheduling.
29 lines of code changed in 7 files:
Fixed a deadlock associated with dynamic task ordering.
2 lines of code changed in 1 file:
added utility to compute the L1, L2, Linfinty norm between 2 udas.
This is partially complete.
718 lines of code changed in 2 files:
Restoring use of "dummyT" label - this dummy temperature was introduced because "tempINLabel" is only initialized (only exists) if d_reactingFlow is true
4 lines of code changed in 1 file:
Fixing bug in initial value
1 lines of code changed in 1 file:
Oops, left cell_vol commented out.
1 lines of code changed in 1 file:
Change calculation of surface normals to work with the axisymmetric code. Because the
overall approach is different, this is likely to change the results for all cases that
use this model.
120 lines of code changed in 2 files:
Added bulletproofing to prevent using the axisymmetric version of MPM if there is
more than one cell in the circumferential direction.
13 lines of code changed in 1 file:
changed more Kayenta routine names
19 lines of code changed in 7 files:
added failureByPressure option: the particle will fail if
the allowable mean stress is exceeded (tensile or compressive).
So all together three failure options are available: maximum
principal stress, maximum principal strain and mean stress.
20 lines of code changed in 2 files:
added allow_no_tension option for failed particles - only negative
mean stress is retained after failure.
14 lines of code changed in 2 files:
Added 'getFile()' function for Wes.
14 lines of code changed in 3 files:
Added {} for clarity.
2 lines of code changed in 1 file:
added AllowNoShear to the erosion algorithm which
retains only the mean stress (tension and compression)
after failure, i.e., it does not allow deviatoric
stress. Consequently, tension or compression after
failure is treated the same. Note that the existing
AllowNoTension algorithm retains only compressive
mean stress after failure.
9 lines of code changed in 2 files:
Don't cache per cell/node queries.
26 lines of code changed in 2 files:
fixed the prescribed deformation/rotation routine, and removed unnecessary fortran placeholder routines from ConstitutiveModel/fortran
30 lines of code changed in 5 files:
Replace MIN with minP and MAX with maxP to avoid future compiler headaches.
Thanks Dav.
5 lines of code changed in 1 file:
A few more minor tweaks to make this more readable.
11 lines of code changed in 1 file:
merge revisions 44365-44368 and 44380 from the release.
64 lines of code changed in 5 files:
Include a warning about how a piece of code that is currently unused (but might
be revived) is.
2 lines of code changed in 1 file:
Use unsigned ints to allow a larger image to be processed.
13 lines of code changed in 1 file:
fixed boundary conditions so it will run
0 lines of code changed in 2 files:
Fixed (I think) the use of FORTRAN_UNDERSCORE policy. Both _LINUX and NONE were not handled correctly. This caused compilation errors on Updraft. Most likely should be using the fspec stuff. Jeff (I think), please give me a call and we can fix this fully.
2 lines of code changed in 1 file:
Previously you had to have 1 white space on either side of "item"
<xmlTag> item </xmlTag>
This will now work.
<xmlTag>item</xmlTag>
2 lines of code changed in 1 file:
updated placeholder routines for Kayenta.cc
174 lines of code changed in 8 files:
changed READMEKayenta
0 lines of code changed in 2 files:
changed routine names in Kayenta.cc
12 lines of code changed in 2 files:
jetLodi.ups:
added a new input file that has a pulsating jet of air on the x- face, walls on
y+-, LODI on x+ and symmetric on z+-.
sine.(cc/h)
-Added sinusoidal change to vel_CC & vel_FC
- The user must have:
<SINE_BC>
<omega> 100 </omega>
<A> 10 </A>
<reference_pressure> 101325 </reference_pressure>
<reference_velocity> [10,0,0] </reference_velocity>
</SINE_BC>
in the input file.
ups_spec.xml
- updated the ups spe
0 lines of code changed in 4 files:
Remove /tmp/uintah.
Remove the /var/www/uintah/htdocs/doxygen directory before copying the updated
doxygen information.
0 lines of code changed in 2 files:
Find the bounding box of each sphere, and only determine if the voxels in that box
are part of the sphere, rather than traversing the entire image.
26 lines of code changed in 1 file:
Add building of doxygen output and put it on the uintah wiki.
18 lines of code changed in 1 file:
New tool to make an image from a text file containing sphere center positions
and radii. Need to optimize by only forcing each sphere to search a small part
of the image domain to see if it belongs there.
183 lines of code changed in 2 files:
Use correct lib file extension.
2 lines of code changed in 2 files:
May 2009 »