November 2007 Commit Log

Number of Commits:
50
Number of Active Developers:
9
jas 2007-11-30 22:04 Rev.: 39501

Look in the additional directory location for petsc.

2 lines of code changed in 2 files:

bigler 2007-11-30 16:55 Rev.: 39499

Core/Gui.cc
Core/Gui.h

Fixes for FreeGlut.

Core/HVolumeVis.h

I run this thing more as the C-SAFE demo than anything else, and I'm
sick of changing the code. I'm hard coding the shading off for now.

Core/Scene.cc
Core/Scene.h

Fixed a bug that was causing the VolumeVisDpy to crash when the
C-SAFE demo was run. rtrt_engine wasn't getting set to 0 in *both*
constructors (just the one I wasn't using).

I made the objects that were initialized in the constructors
consistent between the two of them.

Don't set the scene pointer for the attached DpyBase classes until
you have an rtrt_engine pointer.

Removed some tabs.

70 lines of code changed in 9 files:

worthen 2007-11-28 20:45 Rev.: 39491

initialize do_jim2 to false

0 lines of code changed in 2 files:

guilkey 2007-11-28 17:02 Rev.: 39489

Added the use of variable shear moduli for Comer, must turn on the
#define Comer line first.

18 lines of code changed in 1 file:

dav 2007-11-28 11:13 Rev.: 39479

cosmetics

4 lines of code changed in 1 file:

luitjens 2007-11-28 10:22 Rev.: 39478

Merge from 39469

1 lines of code changed in 1 file:

guilkey 2007-11-27 19:26 Rev.: 39475

Need to actually compute a displacement gradient, not just
set it equal to zero before computing the stress. i.e. this is a bug fix.

11 lines of code changed in 1 file:

guilkey 2007-11-27 17:41 Rev.: 39471

Change cerr to cout for Negative Jacobian warning.

3 lines of code changed in 1 file:

dav 2007-11-26 17:22 Rev.: 39461

need include<time.h> for localtime

3 lines of code changed in 1 file:

dav 2007-11-26 15:30 Rev.: 39456

Need to link in Core/Util...

0 lines of code changed in 2 files:

dav 2007-11-26 14:51 Rev.: 39452

If the xml parsing fails, print out info about the file in question... check the filesystem if necessary... hopefully this gives us clues as to why some files parings is failing...

0 lines of code changed in 2 files:

dav 2007-11-26 14:49 Rev.: 39451

Added a getInfo() function that prints out info about the specified file.

38 lines of code changed in 2 files:

worthen 2007-11-21 08:57 Rev.: 39438

fix compilation

0 lines of code changed in 2 files:

worthen 2007-11-19 12:43 Rev.: 39423

Put Matrix3 at top of includes for g++ template satisfaction

0 lines of code changed in 2 files:

worthen 2007-11-19 12:22 Rev.: 39421

Remove need for dynamic compilation of *FieldExtractor modules

73 lines of code changed in 5 files:

worthen 2007-11-13 22:40 Rev.: 39411

Fix Fake scripts

0 lines of code changed in 4 files:

worthen 2007-11-12 21:17 Rev.: 39389

Remove the fake* scripts

3 lines of code changed in 7 files:

guilkey 2007-11-09 20:26 Rev.: 39371

Hack to allow gcc 3.2.3 to compile this file.

0 lines of code changed in 2 files:

guilkey 2007-11-09 19:47 Rev.: 39370

Some optimizing compilers inline the build functions, and thus my 'hack' to force their instantiation is circumvented... sigh. This new 'hack' forces the compiler to not inline these functions, thus leaving the symbols around for their use during linking.

0 lines of code changed in 4 files:

guilkey 2007-11-09 19:39 Rev.: 39369

Indention

0 lines of code changed in 2 files:

dav 2007-11-09 19:37 Rev.: 39368

Fix building on LLNL uP (AIX).

3 lines of code changed in 1 file:

worthen 2007-11-09 17:21 Rev.: 39359

Change quote to brackets in includes

0 lines of code changed in 4 files:

kuzimmer 2007-11-09 17:02 Rev.: 39357

Add the ability to view patches and grid cells along an axis aligned slice

0 lines of code changed in 4 files:

worthen 2007-11-09 16:11 Rev.: 39356

merge from https://code.sci.utah.edu/svn/SCIRun/Uintah/trunk/src/ -r 39354:39355

0 lines of code changed in 16 files:

worthen 2007-11-09 13:26 Rev.: 39347

Mirror code to Uintah branch (in the case of ICE and SimpleCFD, remove the SCIRun:: for Min and Max, and use the entire namespace. Yes, I know that's taboo in header files, but otherwise it conflicts on the definition of Min and Max).

0 lines of code changed in 26 files:

dav 2007-11-08 18:15 Rev.: 39338

output the correct endianess

0 lines of code changed in 2 files:

dav 2007-11-08 18:14 Rev.: 39337

Clean up use of std::. Use const & strings for params. Alphabatize a little. Coding standards... etc.

72 lines of code changed in 2 files:

dav 2007-11-08 17:35 Rev.: 39333

Don't be lazy... do it right with FLT_MAX.

8 lines of code changed in 1 file:

worthen 2007-11-08 17:05 Rev.: 39332

Build arches

1 lines of code changed in 1 file:

dav 2007-11-08 16:41 Rev.: 39329


Moved uda2nrrd to its own location (tools/uda2nrrd). Split it into a
bunch of sub-files so it wouldn't be 50K of code in one file. Cleaned
up a little. Added particle extraction.

Note, when extracting particles, uda2nrrd (currently) assumes all
particles are on the same level. It also extracts particles for ALL
materials (which is different from when uda2nrrd extracts grid
variables).

Updated the code to append the timestep number to the filename.

Added the 'radiusMaker' utility that will update a nrrd and add a
radius component to it based on one of the other
parameters... however, the radius value calculation right now is hard
coded and needs to be make a little more general. This utility is
based on James Biglers version of the code.

Also included the sphere2nrrd shell script to convert a .raw file
into a nrrd (ie: create the nrrd header).

2805 lines of code changed in 24 files:

dav 2007-11-08 16:25 Rev.: 39327

Use the SCIRun 1.25 classes, not the 3.1 version... Compiles... haven't tested.

0 lines of code changed in 2 files:

dav 2007-11-08 15:46 Rev.: 39326

Attemp to fix the bogus rebuilding of non-out-of-date executables

0 lines of code changed in 2 files:

dav 2007-11-08 15:33 Rev.: 39324

Better, simpler implementation of Edit (Camera) Path. Allows you to see and manipulate the path points.

0 lines of code changed in 6 files:

dav 2007-11-08 15:30 Rev.: 39323

Trying to clean up this code... I think it has never been completely tested and was left in a debug state... I don't think it is actually used by anyone right now. Needs some work if someone did want to use it.

74 lines of code changed in 3 files:

dav 2007-11-08 15:28 Rev.: 39322

just a little cleaning

0 lines of code changed in 2 files:

dav 2007-11-08 15:28 Rev.: 39321

Put private at the bottom of class. Fix indention. Use white space so that it is readable. Simplify by removing vars that are better calculated. Allow for periodicity... Not sure that the periodicity fix is the best, but it seems to work... though it kinda adds a lot of overhead (well, not a lot, unless this code was in some inner loop). I don't think this code is actually used by that many people.

0 lines of code changed in 2 files:

dav 2007-11-08 15:23 Rev.: 39320

Indention/coding standards clean up... however, I think there are problems with this code and I don't think it actually is used by anyone.

0 lines of code changed in 4 files:

worthen 2007-11-08 12:58 Rev.: 39318

Tweaks (that don't really affect this trunk) that help Uintah branch merges operate much more smoothly.

5754 lines of code changed in 44 files:

worthen 2007-11-07 22:49 Rev.: 39310

Revamp fake-arches into configure system

230 lines of code changed in 12 files:

worthen 2007-11-06 13:48 Rev.: 39285

move SCISHARE to UINTAHSHARE. Also disable the share flags if building static

966 lines of code changed in 418 files:

worthen 2007-11-05 15:49 Rev.: 39273

Correct Restart fix for new Gridvars

2 lines of code changed in 3 files:

worthen 2007-11-05 15:31 Rev.: 39271

Restart fix for new Gridvars

1 lines of code changed in 1 file:

worthen 2007-11-05 14:08 Rev.: 39269

missed a file

0 lines of code changed in 2 files:

worthen 2007-11-05 14:07 Rev.: 39268

GridVariable reorganization: Add extra class layer GridVariable to Grid hierarchy - reduces much of the common code to one place. Changes nothing functionally. Also move DataWarehouse::getCopy and copyOut to OnDemandDatawarehouse. Other changes are to make sure changes compile - with reordering for templates and not including mpicxx.h

923 lines of code changed in 57 files:

dav 2007-11-02 15:26 Rev.: 39250

As Bryan so rightly pointed out, these tools don't rely on any of the CCA/Component libraries... It was because of one of them being wrongly specified that they were all needed. I have now removed all of them.

0 lines of code changed in 2 files:

dav 2007-11-02 14:34 Rev.: 39245

Fix library dependency list for AIX so that timeextract will run on uP

16 lines of code changed in 1 file:

dav 2007-11-02 13:43 Rev.: 39242

Automatically handle AIX's .u (as opposed to .d) files...

0 lines of code changed in 2 files:

boulos 2007-11-01 17:25 Rev.: 39231

SCIRun/Core/Thread/Thread_pthreads.cc

Adding a new #define for SigContext that is sigcontext unless you're
on Leopard which seems to call this ucontext_t

0 lines of code changed in 2 files:

harman 2007-11-01 17:18 Rev.: 39229

ignore setting sine BC during initialization task

0 lines of code changed in 2 files:

guilkey 2007-11-01 13:18 Rev.: 39223

Get out center of mass velocity and mass in addition to time and total KE.

0 lines of code changed in 2 files:

October 2007 »

Generated by StatSVN 0.4.0