June 2009 Commit Log

Number of Commits:
44
Number of Active Developers:
10
luitjens 2009-06-30 09:57 Rev.: 44451

Initalize some variable that are currently uninitialized (thanks valgrind).

2 lines of code changed in 3 files:

sshankar 2009-06-29 15:54

Fixed particle naming issues and reduced the output onto the console

570 lines of code changed in 5 files:

jthornoc 2009-06-29 15:36 Rev.: 44444

whoops! I thought attributes could be booleans. :(

Undoing the last commit.

2 lines of code changed in 1 file:

jthornoc 2009-06-29 15:22 Rev.: 44443

Minor change to use boolean instead of string.


2 lines of code changed in 1 file:

harman 2009-06-29 15:12 Rev.: 44442

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:

luitjens 2009-06-29 12:50 Rev.: 44441

Don't satisfy internal depedencies for tasks you do not own.

4 lines of code changed in 1 file:

harman 2009-06-29 09:57 Rev.: 44440

throw an exception if you try to compare data at different physical locations

31 lines of code changed in 1 file:

harman 2009-06-26 17:26 Rev.: 44439

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:

harman 2009-06-26 09:10 Rev.: 44438

-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:

harman 2009-06-25 11:16 Rev.: 44436

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:

harman 2009-06-24 16:34 Rev.: 44435

more thrashing around and simplification. It compiles and that's it.

237 lines of code changed in 1 file:

luitjens 2009-06-23 13:10 Rev.: 44434

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:

luitjens 2009-06-22 18:35 Rev.: 44432

Fixed a deadlock associated with dynamic task ordering.

2 lines of code changed in 1 file:

harman 2009-06-22 15:54 Rev.: 44430

added utility to compute the L1, L2, Linfinty norm between 2 udas.
This is partially complete.

718 lines of code changed in 2 files:

charlesreid 2009-06-21 02:31 Rev.: 44429

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:

charlesreid 2009-06-21 01:17 Rev.: 44428

Fixing bug in initial value

1 lines of code changed in 1 file:

guilkey 2009-06-19 18:01 Rev.: 44427

Oops, left cell_vol commented out.

1 lines of code changed in 1 file:

guilkey 2009-06-19 17:57

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:

guilkey 2009-06-19 10:41 Rev.: 44424

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:

jeff788 2009-06-18 15:02 Rev.: 44423

changed more Kayenta routine names

19 lines of code changed in 7 files:

ffjhl 2009-06-13 12:30 Rev.: 44416

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:

ffjhl 2009-06-13 00:33 Rev.: 44415

added allow_no_tension option for failed particles - only negative
mean stress is retained after failure.

14 lines of code changed in 2 files:

dav 2009-06-11 14:33 Rev.: 44414

Added 'getFile()' function for Wes.

14 lines of code changed in 3 files:

dav 2009-06-11 14:32 Rev.: 44413

Added {} for clarity.

2 lines of code changed in 1 file:

ffjhl 2009-06-11 12:01 Rev.: 44412

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:

luitjens 2009-06-11 10:49 Rev.: 44411

Don't cache per cell/node queries.

26 lines of code changed in 2 files:

jeff788 2009-06-09 16:17 Rev.: 44406

fixed the prescribed deformation/rotation routine, and removed unnecessary fortran placeholder routines from ConstitutiveModel/fortran

30 lines of code changed in 5 files:

guilkey 2009-06-09 12:23 Rev.: 44404

Replace MIN with minP and MAX with maxP to avoid future compiler headaches.
Thanks Dav.

5 lines of code changed in 1 file:

guilkey 2009-06-09 12:11 Rev.: 44403

A few more minor tweaks to make this more readable.

11 lines of code changed in 1 file:

jas 2009-06-08 21:07 Rev.: 44401

merge revisions 44365-44368 and 44380 from the release.

64 lines of code changed in 5 files:

guilkey 2009-06-08 18:12 Rev.: 44400

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:

guilkey 2009-06-08 17:32 Rev.: 44399

Use unsigned ints to allow a larger image to be processed.

13 lines of code changed in 1 file:

harman 2009-06-08 16:12 Rev.: 44398

fixed boundary conditions so it will run

0 lines of code changed in 2 files:

dav 2009-06-08 14:35 Rev.: 44397

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:

harman 2009-06-08 12:15 Rev.: 44396

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:

jeff788 2009-06-08 10:33 Rev.: 44395

updated placeholder routines for Kayenta.cc

174 lines of code changed in 8 files:

jeff788 2009-06-08 10:08 Rev.: 44394

changed READMEKayenta

0 lines of code changed in 2 files:

jeff788 2009-06-08 10:06 Rev.: 44393

changed routine names in Kayenta.cc

12 lines of code changed in 2 files:

harman 2009-06-05 11:11 Rev.: 44392

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:

jas 2009-06-05 10:51 Rev.: 44391

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:

guilkey 2009-06-04 16:37 Rev.: 44390

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:

jas 2009-06-04 15:29 Rev.: 44389

Add building of doxygen output and put it on the uintah wiki.

18 lines of code changed in 1 file:

guilkey 2009-06-02 18:14 Rev.: 44385

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:

dav 2009-06-02 14:17 Rev.: 44383

Use correct lib file extension.

2 lines of code changed in 2 files:

May 2009 »

Generated by StatSVN 0.4.0