July 2005 Commit Log

Number of Commits:
320
Number of Active Developers:
25
livne 2005-07-31 07:54 Rev.: 31344

small change toh file comments

3 lines of code changed in 1 file:

livne 2005-07-30 09:57 Rev.: 31343

Passed loading c++ matrices scripts into matlab directory

130 lines of code changed in 5 files:

livne 2005-07-30 09:57 Rev.: 31342

Organized header file

21 lines of code changed in 1 file:

livne 2005-07-30 09:38 Rev.: 31341

Added a matlab script for comparing stand alone c++ results with matlab results

57 lines of code changed in 1 file:

livne 2005-07-30 09:38 Rev.: 31340

Some small matlab changes after running big test cases with Dav

14 lines of code changed in 4 files:

livne 2005-07-29 23:31 Rev.: 31339

Initial files for AMR pressure solver, copied from the 1-level solver HypreSolver.[cc,h]

839 lines of code changed in 2 files:

livne 2005-07-29 19:16 Rev.: 31338

Added some flags for debugging printouts; we checked some big 2D and 3D problems. Seems like 64^3 works but not 128^3 , with both AMG / FAC solvers

248 lines of code changed in 8 files:

callahan 2005-07-29 18:03 Rev.: 31337

Annotate the volume-colored-example.net network

0 lines of code changed in 2 files:

callahan 2005-07-29 17:27 Rev.: 31334

Fix airStrdup label crash in UnuPad

3 lines of code changed in 2 files:

worthen 2005-07-29 15:57 Rev.: 31333

Switcher - get carry-over to work
ViscoScram - append _implicit to pStatedata (to not conflict with non-implicit's name)
SerialMPM, ImpMPM, MPMICE - change switch tests to use reduction variables to work under mpi
MPMLabel - remove switchLabel
SimulationState - add necessary switcher things for all components to see
Scheduler* - add interface to the taskgraph so the switcher can query tasks

194 lines of code changed in 16 files:

callahan 2005-07-29 15:12 Rev.: 31332

Fix volume-colored-example.net to use GenStandardColorMaps instead of loadin in an image Nrrd.

140 lines of code changed in 1 file:

callahan 2005-07-29 15:11 Rev.: 31331

Various minor cleanups to Teem modules

219 lines of code changed in 5 files:

harman 2005-07-29 14:46 Rev.: 31330

CoarseToFineOperator()
- for higher order interpolation increase the coarse level foot print by
order of interpolation - 1.

19 lines of code changed in 1 file:

callahan 2005-07-29 13:50 Rev.: 31326

Fix uninitialized label crash bug in ColorMapToNrrd and ColorMap2ToNrrd

3 lines of code changed in 2 files:

ayla 2005-07-29 13:44 Rev.: 31324

Add check for mpich macro.

2 lines of code changed in 1 file:

callahan 2005-07-29 13:38 Rev.: 31323

Fix uninitialized label crash bug

10 lines of code changed in 1 file:

worthen 2005-07-29 12:44 Rev.: 31322

Fix var tracker

6 lines of code changed in 1 file:

livne 2005-07-29 12:33

C++ results for 2D Linear test case are identical to matlab

101 lines of code changed in 14 files:

worthen 2005-07-29 10:42 Rev.: 31318

fix debug statement

1 lines of code changed in 1 file:

dgroulx 2005-07-29 10:32 Rev.: 31317

Commented out the calls to flush, since this function is not implemented in the intel fortran compilers, and looks as if it is only needed for certain error messages to print out. This change was made to get Arches running on thunder.

0 lines of code changed in 2 files:

harman 2005-07-29 10:13 Rev.: 31316

changes so the quadratic interpolator works when fine level patches are against
the edge of the computational domain and for 1D and 2D problems.

AMRInterpolate.h
----------------
quadraticInterpolation()
- if a fine level patch is against the edge of the computational domain
shift the base/origin coarse cell inward one cell. This may be slow.


AMRICE.cc
---------------
changed all isEqual() calls.
refine
-added interpolator test (commented out)
-Only operate on the interior patch cells. Extra cells are now
handled with refine_CF_interface.

refine_CF_interfaceOperator()
- For higher order interpolation get a larger coarse level region.
- Can no longer "get" a coarse level region that's bigger than the
underlying coarse level.


ICE.h
---------------
isEqual() now operates over an input iterator instead of
the entire patch


140 lines of code changed in 3 files:

livne 2005-07-28 22:09 Rev.: 31315

Problem in matlab - test GaussianSource, check rhs

22 lines of code changed in 4 files:

livne 2005-07-28 19:24 Rev.: 31313

testing first order flux interpolation in matlab

8 lines of code changed in 5 files:

banerjee 2005-07-28 18:43 Rev.: 31312

Updated data and model parameters.

3927 lines of code changed in 31 files:

mdavis 2005-07-28 17:56 Rev.: 31311

Volume rendering network to test GageProbe Module

271 lines of code changed in 1 file:

mdavis 2005-07-28 17:31 Rev.: 31309

Fix inadvertant previous checkin to disable StandAlone package. Make UnuJhisto re-execute if ANY of the input nrrds have changed, not just the first. Fixes bug in volume rendering net when generating histogram and only the vertical axis nrrd changes.

3 lines of code changed in 3 files:

mdavis 2005-07-28 17:29 Rev.: 31308

Inital checkin of Anastasia's GageProbe module

1166 lines of code changed in 6 files:

livne 2005-07-28 17:14 Rev.: 31307

Non-zero RHS implemented; Dirichlet/Neumann partly implemented...incomplete

157 lines of code changed in 8 files:

livne 2005-07-28 15:40 Rev.: 31305

Made the domain information in Param of type Level to describe a general union of boxes.

143 lines of code changed in 9 files:

mironova 2005-07-28 15:11 Rev.: 31304

13 lines of code changed in 5 files:

dav 2005-07-28 14:13 Rev.: 31303

Fixed my accidental check in of sub.mk without Arches.

7 lines of code changed in 1 file:

harman 2005-07-28 13:29 Rev.: 31302

-added testInterpolator()
- It loops through 6 different interpolator tests.

-added interpolatorTest_helper()
- initializes the coarseLevel data
- computes the error between the interpolated value and the exact.

quadraticInterpolation()
- degugging spew, currently turned off.

157 lines of code changed in 1 file:

livne 2005-07-28 13:03 Rev.: 31301

Side is now enum Left/Right, corrected some Counters, added harmonicAvg but not yet using it

117 lines of code changed in 10 files:

callahan 2005-07-28 12:59 Rev.: 31300

Cleanup error messages

5 lines of code changed in 1 file:

livne 2005-07-28 12:25 Rev.: 31299

Seems to be working now with Solver as base class

45 lines of code changed in 6 files:

livne 2005-07-28 12:04 Rev.: 31298

Bryan corrected assemble() bug

244 lines of code changed in 7 files:

livne 2005-07-28 10:39 Rev.: 31297

Added FAC, AMG solver classes

540 lines of code changed in 14 files:

livne 2005-07-28 09:33 Rev.: 31296

Param now base class, made TestLinear as a derived test case

147 lines of code changed in 7 files:

livne 2005-07-27 22:29 Rev.: 31295

Loading Par vector into matlab seems to work

48 lines of code changed in 1 file:

livne 2005-07-27 22:20 Rev.: 31294

Added par vector matlab load code, not tested yet

37 lines of code changed in 2 files:

livne 2005-07-27 22:08 Rev.: 31293

Adding code to print and load in matlab Par Vectors parB, parX; incomplete

100 lines of code changed in 4 files:

dav 2005-07-27 19:46 Rev.: 31292

Made dumpfields compile. Executable is now in StandAlone/tools/dumpfields.
We can try to fix that later.

- Dav

M sub.mk
Build dumpfields in tools/dumpfields for now.

M tools/dumpfields/FieldDiags.cc
Fixed up namespace stuff. Added default to switch case.

M tools/dumpfields/Args.cc
Use full path for #include. Fixed namespace stuff.
Fixed throw statements to include __FILE__,__LINE__

M tools/dumpfields/sub.mk
Indented and fixed some lib locations.

M tools/dumpfields/FieldSelection.cc
Fixed throw statement.

M tools/dumpfields/Args.h
minnumber is now an unsigned int.

M tools/dumpfields/HistogramDumper.cc
Fixed throw statement.

188 lines of code changed in 11 files:

dav 2005-07-27 19:38 Rev.: 31291

Mac needs dependent libraries defined

0 lines of code changed in 2 files:

livne 2005-07-27 18:15 Rev.: 31290

Works on inferno, same results obtained for a 3D problem with both BoomerAMG, FAC

6 lines of code changed in 1 file:

livne 2005-07-27 17:52 Rev.: 31289

Seems to crash for AMG solving a 3D 2-level problem

50 lines of code changed in 4 files:

livne 2005-07-27 17:30

Solver seems to run without crashing but RHS is not yet properly set

1157 lines of code changed in 9 files:

livne 2005-07-27 16:34 Rev.: 31286

Added Solver object...incomplete

612 lines of code changed in 14 files:

bard 2005-07-27 16:25 Rev.: 31285

and hopefully this will find the dumpfields subdirectory

0 lines of code changed in 2 files:

bard 2005-07-27 16:25 Rev.: 31284

Hopefully this will make dumpfields, the executable, here in Standalone.

0 lines of code changed in 1 file:

bard 2005-07-27 16:24 Rev.: 31283

whoops, this is the right dumpfields

159 lines of code changed in 1 file:

bard 2005-07-27 16:19 Rev.: 31282

Here is a complete revision of the standalone utility dumpfields. It does a variety of things (run dumpfields -help), probably best to contact Andrew or myself here at LANL.

7302 lines of code changed in 31 files:

livne 2005-07-27 12:39 Rev.: 31281

C/F interface equations are fine, now delete underlying coarse data. Incomplete

407 lines of code changed in 4 files:

irina 2005-07-27 12:14 Rev.: 31280

fixed errors

4 lines of code changed in 2 files:

harman 2005-07-27 08:22 Rev.: 31279

delete MPMLabel -- fixes RT memory leak

1 lines of code changed in 1 file:

livne 2005-07-26 19:09 Rev.: 31278

Working on C/F interfaces. Known bug in matrix values should be fixed.

61 lines of code changed in 1 file:

livne 2005-07-26 18:31 Rev.: 31277

Added IntMatrix, gray code, some utilities. Working on C/F matrix values and RHS values setting. Incomplete

1238 lines of code changed in 12 files:

callahan 2005-07-26 17:05 Rev.: 31276

Allow writing lower version TextPiostream and FastPiostream streams in the sciconvert utility.

0 lines of code changed in 2 files:

callahan 2005-07-26 17:05 Rev.: 31275

Accept optional version parameter for all Piostream creation. Check to make sure it is valid.

32 lines of code changed in 4 files:

callahan 2005-07-26 15:50 Rev.: 31272

Remove gratuitous const references on int arguements.

8 lines of code changed in 2 files:

dgroulx 2005-07-26 14:27 Rev.: 31271

Made the InvalidValue exception inherit from the global SCIRun Exception class instead of
ProblemSetupException. Also added a few include lines for files that were effected by
this change.

21 lines of code changed in 7 files:

worthen 2005-07-26 14:26 Rev.: 31270

SimulationController: fix dw map for 3+ levels
Schedulers: have calls to selectPatches be broad enough (where necessary) to grab extra cells
AMRICE: fix for mpi

134 lines of code changed in 6 files:

callahan 2005-07-26 11:03 Rev.: 31268

Add UnuRmapN usage example net, apply a color map to a volvis surface.

397 lines of code changed in 1 file:

callahan 2005-07-26 10:13 Rev.: 31267

Create a new UnuRmapN module for applying N dimensional mappings to other N dimensional datasets

287 lines of code changed in 4 files:

callahan 2005-07-26 10:11 Rev.: 31266

Fix uninitialized airFree

2 lines of code changed in 1 file:

skumar 2005-07-26 05:14 Rev.: 31265


Extended to calculation without table (gets temperature from ICE, and
hardwires other inputs)
Now can do radiation every N timesteps
Added lots of comments

409 lines of code changed in 8 files:

livne 2005-07-24 16:47 Rev.: 31264

Added c/f connections to graph. Now need to deelte the underlying coarse nodes contributions.

34 lines of code changed in 3 files:

livne 2005-07-24 16:31 Rev.: 31263

Added inputs file with diffusion, RHSs etc.

63 lines of code changed in 5 files:

livne 2005-07-23 21:49 Rev.: 31262

Computed index, toindex subscripts for GraphAddEntries(), next we will call it with the proper link (flux-based).

94 lines of code changed in 4 files:

banerjee 2005-07-23 19:03 Rev.: 31261

Adding raw validation data.

1250 lines of code changed in 97 files:

banerjee 2005-07-23 18:59 Rev.: 31260

Keeping copies for future reference.

6463 lines of code changed in 10 files:

livne 2005-07-23 17:24 Rev.: 31259

Patch boundary types set.

135 lines of code changed in 5 files:

livne 2005-07-22 17:35 Rev.: 31258

Added separate files for our classes. Added some patch boundary identification code, incomplete

410 lines of code changed in 11 files:

dgroulx 2005-07-22 15:59 Rev.: 31256

Added dependency on Solvers

2 lines of code changed in 1 file:

livne 2005-07-22 15:57 Rev.: 31255

Updates with Steve... incomplete (Does not compile).

362 lines of code changed in 4 files:

harman 2005-07-22 15:24 Rev.: 31254

The user can now select the order of the interpolation
in the refine and refine coarse fine interface tasks.
Use:

<AMR>
<orderOfInterpolation> (1 or 2) </orderOfInterpolation>
</AMR>

50 lines of code changed in 3 files:

callahan 2005-07-22 14:39 Rev.: 31253

Remove gratuitous error message from sciconvert, make sure output file is flushed before exiting.\n

19 lines of code changed in 1 file:

callahan 2005-07-22 13:44

Add a sciconvert utility for converting scirun format files to different scirun formats and version numbers

191 lines of code changed in 3 files:

jas 2005-07-22 13:13 Rev.: 31250

Add a switchTest function.
Don't set the MPMLabel for SerialMPM, the one in the SerialMPM constructor
is sufficient.

46 lines of code changed in 2 files:

jas 2005-07-22 13:12 Rev.: 31249

Don't set the delTLabel from sharedState.
Add an exception if dataArchiver is not present.

2 lines of code changed in 1 file:

jas 2005-07-22 13:10 Rev.: 31248

Attach the ModelMaker and SolverInterface to each component.

22 lines of code changed in 1 file:

jas 2005-07-22 13:05 Rev.: 31247

Create the delTLabel in ICELabel.cc.
In the case of multiple ports with the same name, return the last one.

3 lines of code changed in 3 files:

livne 2005-07-22 08:02 Rev.: 31243

Modified proc Map to dynamic aray

32 lines of code changed in 1 file:

livne 2005-07-22 03:33 Rev.: 31242

Changes and added load Hypre in Matlab script

364 lines of code changed in 2 files:

worthen 2005-07-21 17:14 Rev.: 31241

instead of defining EXCEPTIONS_CRASH to be 0 when exceptions work, don't define EXCEPTIONS_CRASH (otherwise all the #ifdef EXCEPTIONS_CRASH in the code will be true)

8 lines of code changed in 4 files:

kuzimmer 2005-07-21 16:40 Rev.: 31240

get rid of the animation sleep slider, it is no longer needed, with the new callback mechanism

0 lines of code changed in 3 files:

worthen 2005-07-21 16:21 Rev.: 31239

Fix initial timestep refine-cfi

17 lines of code changed in 2 files:

callahan 2005-07-21 16:21 Rev.: 31238

Collapse execute/eval functions into one function and some wrappers

15 lines of code changed in 1 file:

worthen 2005-07-21 15:19 Rev.: 31237

Fix copy-paste error

1 lines of code changed in 1 file:

worthen 2005-07-21 14:06 Rev.: 31235

Fix for windows again

0 lines of code changed in 2 files:

dav 2005-07-21 13:30 Rev.: 31234

Turned off new tcl execute stuff for everything but windows (as default). Fixed a cut and paste error in TCLThread.cc. Removed debug print statements from TCLInterface.cc

11 lines of code changed in 3 files:

worthen 2005-07-21 12:45 Rev.: 31229

Don't include tclUnixNotify in the build

1 lines of code changed in 1 file:

guilkey 2005-07-21 12:32 Rev.: 31228

Get rid of some hokey timestep adjustment code.

0 lines of code changed in 1 file:

worthen 2005-07-21 12:27 Rev.: 31227

Core/Geom
changes to get a windows openGL window working

Core/GuiInterface
Dataflow/TCLThread
Dataflow/Network
have gui->eval register a TCL callback so TCL code can be run
in the tcl thread. Don't do some of the TCLTask::lock/unlocks

Core/Util/Timer.cc
Run for 1000*seconds ms instead of 1000000*seconds ms

Core/Volume/VolumeRenderer.cc
#ifndef WIN32 around gluCheckExtension

Dataflow/GUI/Module.tcl
get rid of no-longer-necessary windows-specific
code

293 lines of code changed in 12 files:

harman 2005-07-21 09:49 Rev.: 31226

don't ask the user to replace the input file if the uda has been replaced.

2 lines of code changed in 1 file:

sparker 2005-07-21 00:14 Rev.: 31224

Don't use the AMRICE component when we do split-level MPMICE
so that Todd will sleep better at night

7 lines of code changed in 1 file:

livne 2005-07-20 18:29 Rev.: 31222

added some interior equations to parts

279 lines of code changed in 3 files:

dgroulx 2005-07-20 15:42 Rev.: 31219

Added a few dependancies that were missing.

4 lines of code changed in 1 file:

livne 2005-07-20 15:08 Rev.: 31218

Added util file

363 lines of code changed in 4 files:

kuzimmer 2005-07-20 14:22 Rev.: 31217

Redraw when levels are switched on and off in the Multi-res tab

16 lines of code changed in 2 files:

harman 2005-07-20 10:32 Rev.: 31214

table test.
-output formatting
- include 1.0/(molecular weight of mixture) in output.
(only the JP8 tables contain this data so you'll need to uncomment two lines)

15 lines of code changed in 2 files:

mjc 2005-07-20 09:58 Rev.: 31213

remove unused share

0 lines of code changed in 2 files:

guilkey 2005-07-19 18:19 Rev.: 31212

bElBar can be computed from the deformation gradient, so there's no reason
to drag both around from one timestep to the next.

25 lines of code changed in 1 file:

guilkey 2005-07-19 17:41 Rev.: 31211

Add a requires for pTempPrevious to the sharedCRForExplicit. This should
fix one of Bryan and John's four dependency problems in going from explicit
to implicit MPM.

2 lines of code changed in 1 file:

livne 2005-07-19 17:13 Rev.: 31210

Program runs without crashing. Contains the grid assembly (with correctly synchronized global part IDs), stencil ok, empty graph, empty matrix, no solver, deleting.

928 lines of code changed in 3 files:

livne 2005-07-19 14:58 Rev.: 31206

Added some classes

135 lines of code changed in 1 file:

worthen 2005-07-19 14:48 Rev.: 31205

Get switcher to init a var that a new component might need that old component didn't produce. Requires list of vars in input file (for the moment)

153 lines of code changed in 3 files:

ayla 2005-07-19 14:07 Rev.: 31204

Plugged some memory leaks and some code cleanup.

149 lines of code changed in 2 files:

harman 2005-07-19 14:00 Rev.: 31203

added hotBlob_AMR.ups to the regression tester.

hotBlobAMR:
- Pressure ratio is now 10:1
- fluid is air
- patches [2,2,1]

1 lines of code changed in 1 file:

harman 2005-07-19 13:54 Rev.: 31202

addRefineDependencies
- backed out my previous attempt at being clever.

4 lines of code changed in 1 file:

livne 2005-07-19 12:39 Rev.: 31201

Added some code, does not work yet in SStruct Matrix generation

650 lines of code changed in 2 files:

callahan 2005-07-19 11:19 Rev.: 31199

Don't load the splash screen if it's not to be displayed.

20 lines of code changed in 1 file:

livne 2005-07-19 09:37 Rev.: 31198

Added readme file

23 lines of code changed in 1 file:

livne 2005-07-19 09:34 Rev.: 31197

Changed filenames

3308 lines of code changed in 4 files:

livne 2005-07-19 09:33 Rev.: 31196

First version that works with lam mpi on jasmine, thanks to Dav

159 lines of code changed in 5 files:

bigler 2005-07-18 22:52 Rev.: 31195


Updates to use the Scheduler's callback mechanism for animation
instead of send_intermediate which was broken when you have more than
one module in the net calling it.

GUI/TimestepSelector.tcl

No longer force an execute when you modify this-animate. This
allows you to set up more than one TimestepSelector to animate
before you execute them all.

Modules/Selectors/TimestepSelector.cc
Modules/Selectors/TimestepSelector.h

Fixed some headers. Changes to use the Scheduler's callback
mechanism. Added network_finished, update_animate, and
set_context functions to also facilitate this.

71 lines of code changed in 3 files:

bigler 2005-07-18 22:37 Rev.: 31194


Added ability to save movie frames only when network has finished.
This allows for synchronous frame saving without the use of
SynchronizeGeometry. You will drop frames if it takes longer to draw
the image, than to execute the network.

GUI/Viewer.tcl

Added global-sync_with_execute check box to the Record Movie
window.

Modules/Render/OpenGL.cc
Modules/Render/OpenGL.h
Modules/Render/ViewWindow.h

Added DO_SYNC_FRAME to the mailbox messages. When
doing_sync_frame_ is true while making movies, frames are only
dumped when a DO_SYNC_FRAME message is received, otherwise the
behavior is as it was (frames dumped whenever the screen was
redrawn.

Added ViewWindow::maybeSaveMovieFrame() and
OpenGL::scheduleSyncFrame() functions.

Modules/Render/Viewer.cc

Uncommented out some code that provided opportunity to save
the buffer when the network finished. It now calls
ViewWindow::maybeSaveMovieFrame() for each ViewWindow it has a
pointer to.

91 lines of code changed in 5 files:

ayla 2005-07-18 17:20 Rev.: 31193

Added missing Symbol destructor.

6 lines of code changed in 1 file:

harman 2005-07-18 15:22 Rev.: 31190

Implemented specific volume boundary conditions. Current, options are
Dirichlet, Neumann, or "computeFromDensity"
sp_vol_CC[c] = vol_frac[c]/rho_CC[c];

setBC(pressure)--Hydrostatic pressure adjustment.
changed rho_micro_bracket to (rho_Micro_L + rho_Micro_R)/2

148 lines of code changed in 4 files:

harman 2005-07-18 13:48 Rev.: 31189

The user has the option to just replace the input file. Hopefully, eliminating
these pesky warnings

*** Warning, advect.ups has changed or has different defaults.
You must update the gold standard.
All other comparison tests passed so the change was likely trivial.
To replace the gold standard uda and memory usage with these results,


27 lines of code changed in 1 file:

guilkey 2005-07-18 12:46 Rev.: 31188

Stop evolving the strain for localized particles so that their volume,
and hence density, doesn't become non-physical.

7 lines of code changed in 1 file:

ayla 2005-07-18 12:20 Rev.: 31187

Component test program argtest does not need to be linked with libSCIRun.so.

0 lines of code changed in 2 files:

livne 2005-07-18 12:19 Rev.: 31186

Hypre stand alone files + Makefile added

939 lines of code changed in 5 files:

livne 2005-07-18 12:17 Rev.: 31185

Added regrider matlab codes

3212 lines of code changed in 67 files:

mjc 2005-07-18 12:07 Rev.: 31184

removed property

0 lines of code changed in 2 files:

livne 2005-07-18 11:56 Rev.: 31183

Modified matlab directory structure

1 lines of code changed in 101 files:

livne 2005-07-18 11:54 Rev.: 31182

Pressure Solver directory created

8355 lines of code changed in 59 files:

harman 2005-07-18 08:32 Rev.: 31181

print the full path name of the trash, so it's easier to remove it.

0 lines of code changed in 2 files:

livne 2005-07-17 14:27 Rev.: 31180

Report generated; includes plots for 2D problems only

0 lines of code changed in 4 files:

livne 2005-07-17 14:13 Rev.: 31179

report.tex is the main report file

284 lines of code changed in 9 files:

livne 2005-07-17 14:03 Rev.: 31178

322 lines of code changed in 21 files:

livne 2005-07-17 10:32 Rev.: 31177

Started working on generating a results latex report

140 lines of code changed in 10 files:

livne 2005-07-16 23:26 Rev.: 31176

Corrected success return code

5 lines of code changed in 3 files:

livne 2005-07-16 23:23 Rev.: 31175

Added matlab background run script

0 lines of code changed in 2 files:

livne 2005-07-16 23:19 Rev.: 31174

Organizing test battery in 1D,2D,3D

146 lines of code changed in 7 files:

livne 2005-07-16 17:45 Rev.: 31173

Preparing script of a battery of tests

313 lines of code changed in 10 files:

livne 2005-07-16 16:34 Rev.: 31172

1D also works nw

688 lines of code changed in 30 files:

livne 2005-07-16 11:29 Rev.: 31171

Arranged pressure solver code

4642 lines of code changed in 44 files:

livne 2005-07-16 11:25 Rev.: 31169

Scheme seems to work for 3D as well now

0 lines of code changed in 16 files:

livne 2005-07-15 19:26 Rev.: 31168

started 3d

16 lines of code changed in 4 files:

guilkey 2005-07-15 16:27 Rev.: 31167

Initialize next_var_name to be an empty string.

0 lines of code changed in 2 files:

guilkey 2005-07-15 16:26 Rev.: 31166

Initialize next_var_name to be an empty string. (Sorry Todd, I
couldn't get your thing to work.) Also, add an end of line to the
first line that specifies the extents of the geometry described by
the file.

0 lines of code changed in 2 files:

mdavis 2005-07-15 15:12 Rev.: 31165

Darken slice outside crop region instead of coloring slice green inside crop region. Allows for better inspection of area left after crop

33 lines of code changed in 1 file:

livne 2005-07-15 14:50 Rev.: 31164

Optimized the code (sparse matrix operations were the bottleneck).

124 lines of code changed in 8 files:

dgroulx 2005-07-15 14:42 Rev.: 31163

Added scope headings to the list templates to avoid wierd template errors
on thunder.

0 lines of code changed in 2 files:

dav 2005-07-15 14:35 Rev.: 31162

Actually we need both FakeArches and FakeMPMArches.

1 lines of code changed in 1 file:

dav 2005-07-15 14:32 Rev.: 31161

Only FakeArches is used right now. When Fake* is needed, then this will have to be fixed.

5 lines of code changed in 1 file:

dav 2005-07-15 14:29 Rev.: 31160

Added new exception parameters. Untabified. Indented.

0 lines of code changed in 2 files:

worthen 2005-07-15 11:56 Rev.: 31158

Have dlbTest (for RT) use LoadBalancer type from the input file instead of by the command line

2 lines of code changed in 1 file:

livne 2005-07-15 11:48 Rev.: 31157

Scheme seems to be working for continuous and discontinous density in 2D

78 lines of code changed in 8 files:

sparker 2005-07-15 08:38 Rev.: 31156

Delete input variables at the end of the ctor, not the permanent ones

1 lines of code changed in 1 file:

livne 2005-07-14 18:01 Rev.: 31155

Added TODO list

0 lines of code changed in 1 file:

livne 2005-07-14 18:01 Rev.: 31154

Added param init in a separate function. Some additions to C/F interface code.

116 lines of code changed in 5 files:

harman 2005-07-14 16:46 Rev.: 31153

require sumKappa from the parentNewDw in all implicit tasks.

6 lines of code changed in 1 file:

sparker 2005-07-14 16:20 Rev.: 31151

Don't free 0th axis (doesn't exist)

1 lines of code changed in 1 file:

sparker 2005-07-14 15:58 Rev.: 31149

Oops - forgot a 0

1 lines of code changed in 1 file:

sparker 2005-07-14 15:57 Rev.: 31148

Axes are ref counted - don't delete arbitrarily

3 lines of code changed in 1 file:

livne 2005-07-14 15:54 Rev.: 31147

Saving results after each experiment

19 lines of code changed in 1 file:

livne 2005-07-14 15:53 Rev.: 31146

separated jump_quad, jump_linear

11 lines of code changed in 1 file:

harman 2005-07-14 15:51 Rev.: 31145

Added d_testForNegTemps_mpm flag, by default it's true.
To turn it off add
<MPM>
<testForNegTemps_mpm> false </testForNegTemps_mpm>
</MPM>

computeEquilibrationPressure()
- added a different method for calculating f_theta. Currently not being compiled.

44 lines of code changed in 2 files:

sparker 2005-07-14 15:49 Rev.: 31144

Delete stuff from in_deps, not deps (cut/paste error)

6 lines of code changed in 1 file:

worthen 2005-07-14 15:37 Rev.: 31142

Comment out VarLabel::destroy for odtData, as the VarLabel::create is commented out as well (avoid segfaulting when the ArchesLabel destructor is called

1 lines of code changed in 1 file:

worthen 2005-07-14 14:55 Rev.: 31141

init perproc_patches, so that we don't get an abort on a restart

1 lines of code changed in 1 file:

guilkey 2005-07-14 14:12 Rev.: 31140

Disable bullet proofing for negative temps and internal energies for
the MPM materials. Nearly burned up particles get a little screwed up
when their masses get small, but ignoring them and letting them burn up
doesn't seem to have any negative impacts.

4 lines of code changed in 1 file:

guilkey 2005-07-14 14:08 Rev.: 31139

Comment out the spew that happens when a particle is deleted, it's too
much data for large scale runs.

6 lines of code changed in 1 file:

worthen 2005-07-14 12:50 Rev.: 31138

allow overlapping patches

0 lines of code changed in 2 files:

worthen 2005-07-14 12:47 Rev.: 31137

Move scheduleRefineInterface after the subcycle, so it can have the best 'coarsened' data

5 lines of code changed in 1 file:

worthen 2005-07-14 12:42 Rev.: 31136

use enable-scinew-line-numbers in debug configure

0 lines of code changed in 2 files:

worthen 2005-07-14 12:37 Rev.: 31135

configure option to have scirun turn on the scinew line number

39 lines of code changed in 6 files:

sparker 2005-07-14 12:22 Rev.: 31134

Be better about freeing memory

44 lines of code changed in 1 file:

callahan 2005-07-14 12:03 Rev.: 31133

Change the execution callback done mechanism so that all callbacks of a given priority level are called before the fallthrough mechanism is checked.

15 lines of code changed in 1 file:

guilkey 2005-07-14 11:48 Rev.: 31132

Adding the ability to turn off the thermal expansion calculation by using
a flag, rather than being forced to edit the material properties files.
"DoThermalExpansion" is true by default.

39 lines of code changed in 5 files:

harman 2005-07-14 11:01 Rev.: 31131

changes for multimaterial mpmice:
global: use d_press_matl and oims in all press_CC computes/requires

addRefineDependencies()
- added domainspec and materialSubset to function

scheduleRefineCoarseFineInterface()
- added material subset and domainSpec to requires
- only schedule if doICEOnlevel = true on the finelevel

scheduleCoarsen()
- added material subset and domainSpec to requires
- only schedule if doICEOnlevel = true on the finer level

51 lines of code changed in 2 files:

livne 2005-07-13 21:56 Rev.: 31130

Some cleaning in graycode

0 lines of code changed in 2 files:

livne 2005-07-13 21:50 Rev.: 31129

Added gray code for variable base, multiple-digit strings

110 lines of code changed in 3 files:

harman 2005-07-13 17:58 Rev.: 31128

-hard coded default values for scheduleCoarsen
-added level index to all cout_doing statements

45 lines of code changed in 1 file:

harman 2005-07-13 17:36 Rev.: 31127

xfig and pdf files of the W-cycle and lockstep cycle

468 lines of code changed in 4 files:

worthen 2005-07-13 17:13 Rev.: 31126

Schedulers: Tracking vars

Remainder: AMR working up to 3d, parallel

208 lines of code changed in 13 files:

livne 2005-07-13 16:51 Rev.: 31125

Added my printout file

0 lines of code changed in 1 file:

livne 2005-07-13 16:45 Rev.: 31124

Variable a works if a jumps not at C/F interface. We get O(h^2) even for a very big a-jump when u is quadratic.

21 lines of code changed in 3 files:

livne 2005-07-13 16:19 Rev.: 31123

Added and sorted printouts in verbose levels

166 lines of code changed in 24 files:

harman 2005-07-13 15:29 Rev.: 31121

add Level index to unknown variable exception

6 lines of code changed in 1 file:

livne 2005-07-13 13:14 Rev.: 31119

Bug correction in forming TI - now uses sparse representation, script can solve much bigger grids.

70 lines of code changed in 4 files:

livne 2005-07-13 12:30 Rev.: 31117

Truncation errors behave ok for smooth diffusion and smooth solution; near boundaries they are O(h^2), inside normally O(h^4)

37 lines of code changed in 8 files:

livne 2005-07-13 11:59 Rev.: 31116

Added test problems jump_linear, jump_quadratic. For 1 level the scheme has second order accuracy as should be.

165 lines of code changed in 8 files:

allen 2005-07-13 09:55 Rev.: 31115

fixed indentation

1 lines of code changed in 1 file:

allen 2005-07-13 09:54 Rev.: 31114

removed extra space

0 lines of code changed in 2 files:

harman 2005-07-13 09:15 Rev.: 31113

fixed memory leak in transported variables

1 lines of code changed in 1 file:

ayla 2005-07-12 23:58 Rev.: 31112

Add file and line to exception constructor.

18 lines of code changed in 9 files:

ayla 2005-07-12 18:16 Rev.: 31110

Added file and line args to InternalError constructor, changed some InternalErrors to CCAExceptions where it makes sense to do so.

30 lines of code changed in 2 files:

allen 2005-07-12 18:11 Rev.: 31109

updated connections and change power app check

0 lines of code changed in 2 files:

ayla 2005-07-12 18:08 Rev.: 31108

Set a default definition for DEBUG macro.

5 lines of code changed in 1 file:

allen 2005-07-12 18:07 Rev.: 31107

added a power app check

14 lines of code changed in 6 files:

allen 2005-07-12 18:06 Rev.: 31106

added a global power app check

9 lines of code changed in 3 files:

ayla 2005-07-12 18:06 Rev.: 31105

Add file and line arguments to exception constructors.

69 lines of code changed in 9 files:

dav 2005-07-12 17:54 Rev.: 31104

list_porst only takes an array on 4 strings, not an arbitrary length array. Fixes compiler warning.

1 lines of code changed in 1 file:

dav 2005-07-12 17:53 Rev.: 31103

Update to use line/file for exceptions.

1 lines of code changed in 1 file:

jas 2005-07-12 17:01 Rev.: 31102

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

22 lines of code changed in 5 files:

worthen 2005-07-12 15:37 Rev.: 31101

print out exceptions on all procs

0 lines of code changed in 2 files:

livne 2005-07-12 15:28

Added harmonic average of diffusion coefficient

41 lines of code changed in 6 files:

callahan 2005-07-12 15:12 Rev.: 31097

Add SynchronizeModule handling

0 lines of code changed in 2 files:

ayla 2005-07-12 14:49 Rev.: 31096

Fix clear network bug that causes the GUI to crash while deleting modules.

43 lines of code changed in 4 files:

worthen 2005-07-12 14:35 Rev.: 31095

Don't throw an exception at the top of main()

1 lines of code changed in 1 file:

worthen 2005-07-12 14:29 Rev.: 31094

Fix Exception/Assertion compile

0 lines of code changed in 2 files:

livne 2005-07-12 14:28 Rev.: 31093

Finished commenting all files

136 lines of code changed in 20 files:

worthen 2005-07-12 14:00 Rev.: 31092

One step closer to progress?

60 lines of code changed in 2 files:

livne 2005-07-12 12:57 Rev.: 31090

Updated README

0 lines of code changed in 2 files:

livne 2005-07-12 12:53 Rev.: 31089

Added and updated comments on half of the files

236 lines of code changed in 25 files:

ayla 2005-07-12 12:34 Rev.: 31088

Remove unnecessary header file TaoComponentInstance.h.

1 lines of code changed in 1 file:

dgroulx 2005-07-12 12:26 Rev.: 31087

Added two arguments to the end of all exception constructors, __FILE__ and __LINE__ for use in printing out meaningful exception info when exceptions are broken.

1979 lines of code changed in 343 files:

ayla 2005-07-12 11:53 Rev.: 31086

Add usage message and check for minimum number of arguments.

0 lines of code changed in 2 files:

ayla 2005-07-11 20:24 Rev.: 31085

Implemented load network file from the command line.

17 lines of code changed in 1 file:

ayla 2005-07-11 20:22 Rev.: 31084

Change InternalErrors to CCAExceptions.

21 lines of code changed in 2 files:

ayla 2005-07-11 20:20 Rev.: 31083

Code cleanup and fix for bug #2609.

452 lines of code changed in 6 files:

ayla 2005-07-11 18:56 Rev.: 31082

GUI code cleanup.

67 lines of code changed in 10 files:

ayla 2005-07-11 18:02 Rev.: 31081

Update framework properties documentation.

4 lines of code changed in 1 file:

ayla 2005-07-11 17:20 Rev.: 31080

Implemented connection properties get and set functions.

66 lines of code changed in 2 files:

ayla 2005-07-11 17:16 Rev.: 31079

Added properties to ConnectionID.

0 lines of code changed in 4 files:

ayla 2005-07-11 17:13 Rev.: 31078

Create SCIRun environment in main function.

14 lines of code changed in 2 files:

ayla 2005-07-11 17:11 Rev.: 31077

Add property indicating a bridge component instance.

1 lines of code changed in 1 file:

harman 2005-07-11 13:55 Rev.: 31076

Now using
kappa = sp_vol/c^2
sumKappa = volFrac * kappa

both are computed in computeEquilibration pressure.
sumKappa is updated inside of updateVolumeFraction

THIS DOES CHANGE THE RESULTS even though it shouldn't

141 lines of code changed in 6 files:

harman 2005-07-11 13:25 Rev.: 31075

small fixes

5 lines of code changed in 2 files:

livne 2005-07-10 11:17 Rev.: 31073

Small change to adaptive driver

2 lines of code changed in 1 file:

banerjee 2005-07-09 14:12 Rev.: 31072

Changed 1 proc to 1.1 procs. Will that fix the irix RT problem?

0 lines of code changed in 2 files:

banerjee 2005-07-09 13:52 Rev.: 31071

ElasticPlastic: Got rid of SGI warnings for devStressOld.
MTSPlastic: Got rid of SGI warnings related to old pMTS stuff.
Replaced forward euler for sigma_e with midpoint rule
to spped things up.
NPShear: Added check for finiteness of J = exp(x).

89 lines of code changed in 4 files:

yarden 2005-07-08 23:09 Rev.: 31070

uuid is supported on OSX

61 lines of code changed in 5 files:

yarden 2005-07-08 17:32 Rev.: 31069

Make SCIRun2 work with and without Dataflow

47 lines of code changed in 4 files:

xiongcw 2005-07-08 13:53 Rev.: 31068

deleted unused comments in Steady_Burn

20 lines of code changed in 2 files:

yarden 2005-07-08 10:16 Rev.: 31066

finish separation of Dataflow and provide --disable-dataflow flag

18 lines of code changed in 6 files:

harman 2005-07-08 09:01 Rev.: 31065

back out previous changes to get the RT back on it's hoofs

6 lines of code changed in 1 file:

livne 2005-07-07 21:55 Rev.: 31064

Corrected plotGrid, added plotResults script. Stagnation confirmed to be expected for the L-shaped problem as tested, so the program is ok and we can move on to discontinuous diffusion coefficient.

76 lines of code changed in 4 files:

dav 2005-07-07 18:24 Rev.: 31063

Removed typo of 'RCDIR'.

0 lines of code changed in 1 file:

livne 2005-07-07 18:19 Rev.: 31062

AMR seems to work for L-shaped up to abotu 1e-5 L2 discretization error, and then stalls, even if we add more levels and gridpoints.

157 lines of code changed in 6 files:

dav 2005-07-07 18:18 Rev.: 31061

SRCDIR shoudl be at top of file. Removed tabs.

13 lines of code changed in 1 file:

dav 2005-07-07 18:10 Rev.: 31060

Removed FileUtils from file as it has moved to Core/Util.

0 lines of code changed in 1 file:

dav 2005-07-07 18:09 Rev.: 31059

FileUtils moved to Core/Util (fixed #include).

1 lines of code changed in 1 file:

dav 2005-07-07 18:09 Rev.: 31058

FileUtils moved to this location. Cleaned up slashes.

14 lines of code changed in 1 file:

dav 2005-07-07 18:08 Rev.: 31057

Clean up formatting and add some comments so I can tell which program is which. sr requires Core/Util now.

58 lines of code changed in 1 file:

dav 2005-07-07 18:02 Rev.: 31056

Fixed SGI nbits problem. Fixed woff problem from SGI 7.4 compiler.

27 lines of code changed in 2 files:

livne 2005-07-07 17:04 Rev.: 31054

Started writing AMR driver

222 lines of code changed in 3 files:

allen 2005-07-07 17:01 Rev.: 31053

Changed path for the header file

1 lines of code changed in 1 file:

livne 2005-07-07 16:20 Rev.: 31051

Started implementing tau adaptive refinement criterion

290 lines of code changed in 10 files:

ayla 2005-07-07 16:17 Rev.: 31050

TCLThread library is not longer needed by the SCIRunComponentModel. The Thread library is located in Core, not Dataflow.

2 lines of code changed in 1 file:

yarden 2005-07-07 16:00 Rev.: 31049

move FileUtil from Dataflow/Network to Core/Util

226 lines of code changed in 4 files:

yarden 2005-07-07 15:35 Rev.: 31048

finish separation of Core from Dataflow

1594 lines of code changed in 76 files:

ayla 2005-07-07 15:05 Rev.: 31047

Fix ruby parse errors.

0 lines of code changed in 2 files:

damevski 2005-07-07 14:46 Rev.: 31046

Specifies Hello's port separately for bridging

10 lines of code changed in 1 file:

harman 2005-07-07 14:35 Rev.: 31045

Write the equations in terms of kappa_m (compressibility) instead of
\frac{v^o_m}{c^2_m}

35 lines of code changed in 9 files:

worthen 2005-07-07 14:23 Rev.: 31044

set permissions correctly when creating a new gold standard

2 lines of code changed in 1 file:

worthen 2005-07-07 14:14 Rev.: 31043

Move Core/TCLThread to Dataflow/TCLThread

404 lines of code changed in 11 files:

mdavis 2005-07-07 13:55 Rev.: 31042

Fix compile. Previous checkin had debug code.

0 lines of code changed in 1 file:

callahan 2005-07-07 13:29 Rev.: 31041

Remove bogus Dataflow includes

0 lines of code changed in 2 files:

callahan 2005-07-07 13:28 Rev.: 31040

Add SCIRUN_NOGUI environment variable support (incomplete)

108 lines of code changed in 5 files:

dgroulx 2005-07-07 13:09 Rev.: 31038

Added a check on linux for the intel fortran compilers.

440 lines of code changed in 2 files:

harman 2005-07-07 12:59 Rev.: 31037

input tag consistency.

1 lines of code changed in 1 file:

dgroulx 2005-07-07 12:43 Rev.: 31036

Moving changes up to ALC

10 lines of code changed in 2 files:

ayla 2005-07-07 11:48 Rev.: 31035

Use Thread::exitAll to quit the TxtBuilder until PIDL object reference bug is fixed.

18 lines of code changed in 1 file:

yarden 2005-07-07 11:41 Rev.: 31034

change NBITS if --enable-32/64bit is different. Linux only

25 lines of code changed in 2 files:

yarden 2005-07-07 10:10 Rev.: 31032

Plume: server/proxy modes are working. need to read builder types from config file

24 lines of code changed in 3 files:

worthen 2005-07-07 09:40 Rev.: 31031

Allow overlapping nodes - with AMR it is unavoidable (in one of the four L-shaped patch groups)

11 lines of code changed in 1 file:

worthen 2005-07-07 09:24 Rev.: 31030

progress amr mpi ice a bit further, and restrict coarse-fine dependencies to what is needed

72 lines of code changed in 3 files:

yarden 2005-07-06 23:55 Rev.: 31029

home: server and proxy work. need to figure out builder name

69 lines of code changed in 4 files:

yarden 2005-07-06 19:28 Rev.: 31028

tmp

50 lines of code changed in 6 files:

livne 2005-07-06 17:00 Rev.: 31027

Smooth problem 3-level works good. L-shaped is not so good even for uniform refinement due to internal Dirichlet BC maybe. Local refinements dont improve much and error is 1st order

47 lines of code changed in 5 files:

yarden 2005-07-06 16:58 Rev.: 31026

fix broken search for ext/algorithm; fix problems with Loki and package for Plume

49 lines of code changed in 4 files:

borodai 2005-07-06 15:59 Rev.: 31025

4 lines of code changed in 1 file:

dgroulx 2005-07-06 15:50 Rev.: 31023

Modifed changes from previous commit

2 lines of code changed in 2 files:

callahan 2005-07-06 15:46 Rev.: 31022

Replace ASSERT with warning when standalone converters fail, might be using crash on exit workaround

4 lines of code changed in 1 file:

callahan 2005-07-06 15:33 Rev.: 31020

Add support to vff2nrrd for 1D and 2D datasets.

0 lines of code changed in 2 files:

livne 2005-07-06 15:03 Rev.: 31018

Solver bug tests show Hypre, Uintah matrix and RHS are identical. Solutions identical up to round-off so its ok.

10108 lines of code changed in 6 files:

dgroulx 2005-07-06 14:50 Rev.: 31017

Added a test to the configure file to automatically check if exceptiosn are working properly with the chosen compiler, and removed the option for the --enable-exceptoisn-crash flag to configure.

82 lines of code changed in 2 files:

yarden 2005-07-06 12:23 Rev.: 31016

figure out the -m32/-m64 flag automatically for Linux, fix boost and loki selection add package Plume if -enable-plume is set

1931 lines of code changed in 2 files:

yarden 2005-07-06 12:05 Rev.: 31015

add ifdef BABEL around a BABEL specific code

4 lines of code changed in 1 file:

mdavis 2005-07-06 11:57 Rev.: 31014

Use nrrds axis min/man instead of nrrds axis size to determine coordinates for slices in 3D view. Fixes bug where volume rendering and slices don't match up in 3D window

48 lines of code changed in 1 file:

ayla 2005-07-06 11:12 Rev.: 31012

BabelComponentModel headers should not be included without checking for Babel.

0 lines of code changed in 1 file:

callahan 2005-07-06 11:11 Rev.: 31011

Minor header include, remove unneeded DenseMatrix.h

0 lines of code changed in 1 file:

callahan 2005-07-06 11:11 Rev.: 31010

Add DenseColMajMatrix header to LinearAlgebra module.

0 lines of code changed in 2 files:

callahan 2005-07-06 11:05 Rev.: 31009

Add the DenseColMajMatrix data type to the Math Matrix modules

16 lines of code changed in 4 files:

callahan 2005-07-06 11:04 Rev.: 31008

Enable the DenseColMajMatrix data type

90 lines of code changed in 14 files:

livne 2005-07-05 22:21 Rev.: 31007

Hypre/Uintah matrix comparison script working.

78 lines of code changed in 1 file:

livne 2005-07-05 21:07 Rev.: 31006

Trying to commit the original Todd Uintah matrix file

31212 lines of code changed in 1 file:

livne 2005-07-05 21:06 Rev.: 31005

Somethings wrong with my committing...

0 lines of code changed in 1 file:

livne 2005-07-05 20:15 Rev.: 31004

Reading uintah file successfully

60 lines of code changed in 1 file:

livne 2005-07-05 20:13

Using Todds original Uintah and Hypre output files for the matrices

31268 lines of code changed in 3 files:

livne 2005-07-05 19:16 Rev.: 31001

Added README file for Matlab directories

24 lines of code changed in 1 file:

livne 2005-07-05 19:09 Rev.: 31000

Cleaned MATLAB directories, part 3

1 lines of code changed in 118 files:

livne 2005-07-05 19:08 Rev.: 30999

Cleaned MATLAB directories, part 2

0 lines of code changed in 5 files:

livne 2005-07-05 19:04 Rev.: 30998

Cleaned MATLAB directories structure

3063 lines of code changed in 41 files:

livne 2005-07-05 18:28 Rev.: 30997

I compare in MATLAB the Uintah vs. Hypre linear system matrices to track ICE bug that Todd raised. Results, data files and scripts are in this directory.

0 lines of code changed in 4 files:

dav 2005-07-05 18:00 Rev.: 30996

Moved to scripts directory.

0 lines of code changed in 3 files:

dav 2005-07-05 17:59 Rev.: 30995

Just added some documentation.

9 lines of code changed in 1 file:

dav 2005-07-05 17:57 Rev.: 30994

Moved to the Dummy component directory.

0 lines of code changed in 2 files:

dav 2005-07-05 17:55 Rev.: 30993

Made a 'Dummy' directory for the 'fake' components. Separated some of the Fake files into multiple individual files.

633 lines of code changed in 7 files:

dav 2005-07-05 17:41 Rev.: 30992

Removed compiler warnings.

1 lines of code changed in 1 file:

dav 2005-07-05 17:41 Rev.: 30991

Moved the useFake* scripts to the scripts directory. Updated the useFakeArches script to handle the updated status of the CCA/Components directory.

340 lines of code changed in 3 files:

dav 2005-07-05 17:35 Rev.: 30990

Added fake_arches target which is easier for me to remember. useFakeArches script is in new location.

3 lines of code changed in 1 file:

yarden 2005-07-05 17:13 Rev.: 30989

--enable-plume now adds Plume to the list of packages to compile

25 lines of code changed in 2 files:

dav 2005-07-05 16:38 Rev.: 30988

Rearrange entires for easier fake arches manipulation

5 lines of code changed in 1 file:

dav 2005-07-05 15:56 Rev.: 30987

Removed commented out line.

0 lines of code changed in 1 file:

livne 2005-07-05 15:17 Rev.: 30986

Sanity check of 1 patch in the middle of domain vs. 2 patches near each other covering the same region, passed.

88 lines of code changed in 24 files:

xiongcw 2005-07-05 15:10 Rev.: 30985

a fix to define the burning surface

1 lines of code changed in 1 file:

harman 2005-07-05 10:53 Rev.: 30983

print out residual every timestep

3 lines of code changed in 1 file:

banerjee 2005-07-05 10:40 Rev.: 30982

Add implicit test for MTS.

1 lines of code changed in 1 file:

livne 2005-07-05 00:07 Rev.: 30980

Some unfinished changes to fine/fine boundary

41 lines of code changed in 2 files:

banerjee 2005-07-04 16:56 Rev.: 30979

Remove internal variable evolution so that this model can be run
with implicit MPM.

114 lines of code changed in 3 files:

banerjee 2005-07-03 16:19 Rev.: 30978

Avoid division by zero.

0 lines of code changed in 2 files:

banerjee 2005-07-03 11:17 Rev.: 30974

Remove ASSERTs.

10 lines of code changed in 1 file:

livne 2005-07-02 18:17 Rev.: 30973

Started dealing with patches next to each other

98 lines of code changed in 15 files:

yarden 2005-07-02 17:23 Rev.: 30972

add support for Plume. add boost and loki to configure

1529 lines of code changed in 8 files:

banerjee 2005-07-02 16:52 Rev.: 30971

Added tests that look at most aspects of our plasticity models.

9 lines of code changed in 3 files:

yarden 2005-07-02 16:10

initial commit

468 lines of code changed in 10 files:

abe 2005-07-02 15:59 Rev.: 30966

Added memory-mapped multi-media timer for sgi altix.

175 lines of code changed in 1 file:

worthen 2005-07-02 08:47 Rev.: 30965

don't link against CCA/Components

0 lines of code changed in 1 file:

banerjee 2005-07-01 19:22 Rev.: 30964

1) ElasticPlastic.cc :

a) delT bug fixed - delT was never initialized in the implicit
stress update.
b) Shear modulus and melt temperature bug fixed - the wrong
functions were being called.

2) NPshear.cc:

a) Set the maax shear modulus (at T = 0) to input mu_0.

34 lines of code changed in 2 files:

mjc 2005-07-01 18:31 Rev.: 30963

remove print

0 lines of code changed in 1 file:

mjc 2005-07-01 18:21 Rev.: 30962

add global seconds and microseconds to filenames for movie frame dumps

35 lines of code changed in 3 files:

guilkey 2005-07-01 18:05 Rev.: 30961

Use Patch::getFaceExtraNodes to determine which additional nodes to visit
BCs upon for GIMP runs, rather than trying to figure them out from the
interior nodes or cell indices. This has been thoroughly tested on one face
of a 12 cell problem run on one patch.

0 lines of code changed in 2 files:

guilkey 2005-07-01 18:02 Rev.: 30960

Implemented getFaceExtraNodes so that we can properly visit these nodes
when setting BCs with GIMP.

42 lines of code changed in 2 files:

livne 2005-07-01 16:43 Rev.: 30959

Tests with Gaussian source, not clear if H1 convergence is right. L2 is 2nd order but local refinements not very beneficial.

272 lines of code changed in 10 files:

allen 2005-07-01 14:45 Rev.: 30957

change type for hdf5 lib

6 lines of code changed in 1 file:

livne 2005-07-01 10:37 Rev.: 30956

Added norm function - L2,h1

213 lines of code changed in 3 files:

June 2005 »

Generated by StatSVN 0.4.0