October 2006 Commit Log

Number of Commits:
91
Number of Active Developers:
16
harman 2006-10-31 18:18 Rev.: 35741

solver option can be either "direct" or "DirectSolver"

0 lines of code changed in 2 files:

harman 2006-10-31 14:58 Rev.: 35740

weed

0 lines of code changed in 1 file:

worthen 2006-10-31 14:16 Rev.: 35739

Fix small DLB bug resulting from last commit and remove debug print from AMRSC

1 lines of code changed in 2 files:

worthen 2006-10-31 13:57 Rev.: 35738

Remove some debugging

0 lines of code changed in 1 file:

worthen 2006-10-31 13:49 Rev.: 35737

Remove concept of time-refinement from Grid, and store whether the sim is lockstep in SharedState. Have components compute delt based on the level it's on and have the SimulationController worry about the inter-level constraints. (Also consolidate SimCnt::doInitialTimestepRegridding into doInitialTimestep and doRegridding)

249 lines of code changed in 71 files:

sbrown 2006-10-30 17:40 Rev.: 35728

Add helpful debug message for dependency regen check.

4 lines of code changed in 2 files:

sbrown 2006-10-30 17:38 Rev.: 35727

Testing to see if I still have commit access

0 lines of code changed in 2 files:

jas 2006-10-30 14:57 Rev.: 35720

Use fabs instead of abs.

2 lines of code changed in 1 file:

jas 2006-10-30 14:44 Rev.: 35719

Comment out the options_table value in initialize().

7 lines of code changed in 1 file:

callahan 2006-10-30 12:19 Rev.: 35716

Fix crash bug in rendering unsupported PNGs, from branch.

0 lines of code changed in 2 files:

luitjens 2006-10-30 12:08 Rev.: 35714

Modified the SFC generation to use a different style of indexing. In
addition new merging methods have been implemented but need more testing
so are disabled by default.

1461 lines of code changed in 5 files:

jas 2006-10-30 11:44 Rev.: 35713

Fix removeFixedDOFHeat when using petsc 2.2.1 and multiple processors.

20 lines of code changed in 1 file:

borodai 2006-10-27 13:09 Rev.: 35707

Fixed CC velocity initialization for nonuniform grid.

48 lines of code changed in 1 file:

borodai 2006-10-27 12:06 Rev.: 35706

Fixed compiler errors.

2 lines of code changed in 3 files:

borodai 2006-10-27 12:01 Rev.: 35705

More nonuniform grid support for strain rate tensor computation

230 lines of code changed in 4 files:

borodai 2006-10-27 11:08 Rev.: 35703

More work on nonuniform grid support. Fortran loops implementation for
dynamic models is not used anyway, so it is removed.

54 lines of code changed in 36 files:

harman 2006-10-27 10:54 Rev.: 35702

implicitPressureSolve()
Eject from the outer iteration loop if a timestep restart has been requested,
and allow the task to finish.

1 lines of code changed in 1 file:

borodai 2006-10-26 16:33 Rev.: 35701

Nonuniform grid support for strain rate tensor. Not done
everywhere yet.

371 lines of code changed in 13 files:

harman 2006-10-26 15:39 Rev.: 35700

matlab script to plot exact mms solutions. Knock off of Jeremy's

76 lines of code changed in 1 file:

borodai 2006-10-26 12:19 Rev.: 35699

Cell information now works in parallel for nouniform grid.
Pressure projection seems to work for nonuniform grid too.

220 lines of code changed in 5 files:

jas 2006-10-26 09:28 Rev.: 35698

Cast *.size() to int for compiler warning.

1 lines of code changed in 1 file:

harman 2006-10-25 16:14 Rev.: 35696

pass spatial_(min/max) to the scalar field

0 lines of code changed in 2 files:

harman 2006-10-25 16:02 Rev.: 35695

- removed hardcoded parameters in x_pos, y_pos calculation....tisk..tisk
- added runtime spew
- cleanup

Only works for press_CC right now

0 lines of code changed in 4 files:

harman 2006-10-25 15:56 Rev.: 35694

fixed spelling error

0 lines of code changed in 2 files:

harman 2006-10-25 08:53 Rev.: 35692

added order of advection flag
Polished

66 lines of code changed in 4 files:

allen 2006-10-24 12:08 Rev.: 35686

moved code to a lib for distribution outside of scirun

2601 lines of code changed in 8 files:

luitjens 2006-10-24 10:50 Rev.: 35684

d_movingAverage is now initialized... oops.


1 lines of code changed in 1 file:

harman 2006-10-24 09:15 Rev.: 35683

Stale notes from MC back in 2000.

0 lines of code changed in 1 file:

worthen 2006-10-23 20:50 Rev.: 35682

Overhaul the DynamicLoadBalancer
State no longer maintained internally, called by SimController
Should now work with any combination of restart, regrid, nthproc,
timestep restarts, etc.

Schedulers:
Modify the way Particle Subsets determine whether they need to send
the number of particles to receiving processor

Don't reserve cell-refinement-ratio of cells for each var, just the
number of intra-level ghost cells required

MPMICE:
Move a cout to a cout_doing

Regridder:
Use Regridder vars on matl 0

265 lines of code changed in 19 files:

ayla 2006-10-23 19:46 Rev.: 35681

Remove debugging print statement.

0 lines of code changed in 2 files:

ayla 2006-10-23 18:16 Rev.: 35676

Update KeplerServer interface.

2 lines of code changed in 1 file:

ayla 2006-10-23 18:15 Rev.: 35675

Kepler server updates.

23 lines of code changed in 6 files:

ramanuja 2006-10-23 16:24 Rev.: 35673

The output format of the compare_mms utility is cleaned up and made more readable

The hard coding of the dimensions and resolution are removed to make it read from the ups file.

A new option -o is added.

0 lines of code changed in 2 files:

harman 2006-10-23 16:13 Rev.: 35672

only perform conservation test on level 0

1 lines of code changed in 1 file:

guilkey 2006-10-23 15:38 Rev.: 35671

Add compile time option for using the SuperLU_dist package via the
petsc interface. This is another direct solver package that seems to work
better than spooles.

18 lines of code changed in 1 file:

harman 2006-10-23 15:31 Rev.: 35670

-added quadratic initialization
- only doing conservation test on the coarsest level

23 lines of code changed in 2 files:

harman 2006-10-23 10:56 Rev.: 35665

Final cleanup before putting these script back on the shelf.

Works on non-uniform grid or the simulation of a CFI.

93 lines of code changed in 3 files:

harman 2006-10-23 09:56 Rev.: 35663

added pfs to the uintah shortcut.

0 lines of code changed in 2 files:

harman 2006-10-20 15:42 Rev.: 35662

ooops.

0 lines of code changed in 2 files:

harman 2006-10-20 10:43 Rev.: 35653

plot(sumMass)
advectSlabs()
- divide by dx(j)

many small changes

109 lines of code changed in 7 files:

guilkey 2006-10-19 17:35 Rev.: 35651

Turn off some spew.

3 lines of code changed in 1 file:

guilkey 2006-10-19 17:30 Rev.: 35650

Added compile time configurable option to interface to the SPOOLES
parallel direct linear solver. This can be used by configuring PETSC
with the --download-spooles=1 option (this works for 2.3.2, earlier
versions of PETSC require more effort).

45 lines of code changed in 1 file:

harman 2006-10-19 17:27 Rev.: 35649

so it will compile with gcc 4.1.1

1 lines of code changed in 1 file:

harman 2006-10-19 13:00 Rev.: 35646

Progress towards simulating a CFI.
dx is no longer a constant through out the domain.

46 lines of code changed in 4 files:

harman 2006-10-19 11:09 Rev.: 35645

Changed variable names from rho to mass
fixed a small error, it now works

103 lines of code changed in 4 files:

harman 2006-10-19 09:49 Rev.: 35642

renamed ICETodd to Advection

0 lines of code changed in 3 files:

jas 2006-10-18 14:00 Rev.: 35633

cast sets_.size() to an int for compiler warning.

1 lines of code changed in 1 file:

jas 2006-10-18 13:42 Rev.: 35631

Add HeatFluxBoundary conditions to Particle Creator.

31 lines of code changed in 5 files:

jas 2006-10-18 13:39 Rev.: 35629

MPMCommon.{h,cc} :

Move printSchedule and printTask from SerialMPM to MPMCommon so that it
may be reused by all MPM components (ImpmMPM,FractureMPM,RigidMPM,SerialMPM).

Add the argument DebugStream to the argument list for printSchedule and
printTask.

Add the ProcessorGroup argument to the constructor which is necessary
for getting the rank of the processor used in printTask and printSchedule.

SerialMPM.{h,cc} :

Use the new formats for printSchedule and printTask.

Replace all instances of d_myworld with UintahParallelComponent::d_myworld
to disambiguate the use of d_myworld.

Remove printSchedule and printTask since they are now in MPMCommon.

RigidMPM.cc :

Use UintahParallelComponent::d_myworld instead of d_myworld.


FractureMPM.cc :

Use UintahParallelComponent::d_myworld instead of d_myworld.


Solver.h :

Add argument guess to solve(vector<double>& guess) for adding in initial
non-zero guess to the solver.

Add fillFluxVector() for adding a non-zero flux boundary conditions.

SimpleSolver.{h,cc} :

Changed the argument for solve() so that a non-zero guess may be used --
currently not implemented.

Add capability to have a non-zero flux boundary condition to solver.

PetscSolver.{h,cc} :

Changed the argument for solve() so that a non-zero guess may be used --
currently commented out.

Add capability to have a non-zero flux boundary condition to solver.

ImplicitHeatConduction.{h,cc} :

Add capability to have a non-zero flux boundary condition.

Add capability to input a non-zero guess to the solver using the previous
timestep's temperature -- currently commented out.

ImpMPM.{h,cc} :

Use the new formats for printSchedule and printTask.

Replace all instances of d_myworld with UintahParallelComponent::d_myworld
to disambiguate the use of d_myworld.

Add heat flux boundary conditions using load curves modelled after the
external force boundary conditions.


637 lines of code changed in 25 files:

dmw 2006-10-18 13:15 Rev.: 35628

- Deleting files that we don't have the rights to distribute

0 lines of code changed in 4 files:

lmyers 2006-10-17 16:19 Rev.: 35608

put the root slash in the path to X11R6

1 lines of code changed in 1 file:

guilkey 2006-10-16 12:34 Rev.: 35594

Change SUBMINOR == 1 to SUBMINOR >= 1

0 lines of code changed in 6 files:

harman 2006-10-13 12:53 Rev.: 35582

SecondOrderBase.h
Progress toward limiting the gradients at the coarse fine interface
removed all tabs

q_CCMaxMin()
- operate over on a CCVariable<T> instead of a point
- included the coarse fine interface cells in the computation

gradQ()
- small cleanup
- no longer computing gradients in the extracells at the
edge of the computational domain.
------------------------
SecondOrderAdvector.cc
support for the changes described above

129 lines of code changed in 2 files:

kuzimmer 2006-10-13 12:16 Rev.: 35581

Add uda name to graphs and tables in GridVisualizer

0 lines of code changed in 8 files:

ayla 2006-10-12 18:16 Rev.: 35577

Correct label variable name.

0 lines of code changed in 2 files:

guilkey 2006-10-12 18:14 Rev.: 35576

Minor formatting changes

10 lines of code changed in 1 file:

dav 2006-10-11 15:30 Rev.: 35568

If scirun is disabled, glew is not required

12 lines of code changed in 2 files:

worthen 2006-10-11 15:19 Rev.: 35567

OutputNthProc now works for particles and initTimestep outputting. Changed the name of wasOutputTimestep to isOutputTimestep to be more correct.

68 lines of code changed in 16 files:

harman 2006-10-11 14:10 Rev.: 35566

Include the gradient (q_grad_(x,y,z) in the calculation of q_faceFlux at
all the coarse fine interfaces and the boundary faces. Still need to somehow
limit the gradients.

SecondOrderAdvector.cc
qAverageFlux()
- increased computational domain to include the extra cells
- removed section of code that set q_faceFlux = q_CC at CFI and boundary
faces
SecondOrderBase.h
gradQ()
Et all coarse fine interface and boundary faces compute the gradient
using one-sided differencing.

116 lines of code changed in 2 files:

allen 2006-10-11 12:39 Rev.: 35565

clean up the file behavior

146 lines of code changed in 1 file:

allen 2006-10-11 12:38 Rev.: 35564

added indexing to the writter

0 lines of code changed in 4 files:

allen 2006-10-11 12:37 Rev.: 35563

fix for time steps in datasets

0 lines of code changed in 8 files:

kuzimmer 2006-10-11 12:03 Rev.: 35562

Added Contour tab and Contour algorithm for when an ImageField is passed to ShowField

0 lines of code changed in 6 files:

borodai 2006-10-11 11:29 Rev.: 35561

Now ramping can be on or off for each inlet separately, but ramping
function would be the same for all inlets with ramping enabled.

11 lines of code changed in 3 files:

allen 2006-10-10 18:02 Rev.: 35556

partial clean of the GetFileName module and incorporated it into the HDF5DataReader

44 lines of code changed in 6 files:

harman 2006-10-10 14:59 Rev.: 35555

AMR.h
cleaned up spew

hotBlob_AMR.ups
removed HR regridder

0 lines of code changed in 1 file:

guilkey 2006-10-10 14:59 Rev.: 35554

Based on Bryan's earlier commit, need to check the parent_new_dw
to see if a restart has been asked for.

2 lines of code changed in 1 file:

xiongcw 2006-10-10 13:59 Rev.: 35552

Update to TST gas EOS for HMX product

346 lines of code changed in 6 files:

xiongcw 2006-10-10 13:56 Rev.: 35550

Update a nonlinear solver for JWL EOS

0 lines of code changed in 4 files:

harman 2006-10-10 13:30 Rev.: 35549

problemSetup()
- updated call to advectionFactor::create()

conservedtoPrimitive_Vars()
- added in models section q_CC.initialize(0)
- fixed typo

5 lines of code changed in 1 file:

harman 2006-10-10 13:26 Rev.: 35548

removed bullet proofing. No longer need to specify both timeRefinementRatio
and useLockStep to use the lockstep cycle

17 lines of code changed in 1 file:

harman 2006-10-10 13:23 Rev.: 35547

should have been commited with previous commit.

0 lines of code changed in 2 files:

harman 2006-10-10 13:19 Rev.: 35546

added global d_OrderOfAdvection

Only use refluxing in the implicit solve if d_OrderOfAdvection > 1

19 lines of code changed in 4 files:

worthen 2006-10-10 10:20 Rev.: 35542

Set parent scheduler to be restartable in impMPM

4 lines of code changed in 1 file:

harman 2006-10-09 16:15 Rev.: 35535

bulletproofing: First order advection and refluxing are a bad combination.

13 lines of code changed in 1 file:

guilkey 2006-10-09 13:57 Rev.: 35529

Detect need for restart before the linear solve, and thus avoid the time
involved in a wasted solve. Also, added d_subsched->setRestartable(true);
which is apparently needed, even though we've been getting away without it.

22 lines of code changed in 1 file:

borodai 2006-10-09 13:05 Rev.: 35523

Added an option to compute totalKE from face centered components.
Useful to demonstrate energy conservation for 3d periodic
constant density inviscid case.

If scalar gets clipped, print location.

103 lines of code changed in 7 files:

guilkey 2006-10-09 12:58 Rev.: 35522

Normalize gTemperature by the mass which includes rigid materials (gmassglobal)
not the one that doesn't (gMassAll). Sigh..

1 lines of code changed in 1 file:

worthen 2006-10-06 16:17 Rev.: 35514

Replace Scheduler::noScrubVar and copyDataVar with overrideDefaultBehavior. Enable restarts to regrid where the old uda left off rather than waiting a timestep first

100 lines of code changed in 13 files:

harman 2006-10-06 15:39 Rev.: 35513

added ability to initialize the scalar field with a linear profile

<linearInitialize> true </linearInitialize>
<slope> [1,0,0] </slope>

useful in catching bugs at the CFI

51 lines of code changed in 2 files:

ayla 2006-10-06 14:00 Rev.: 35512

GCC 4.1 compile error fixes.

20 lines of code changed in 7 files:

guilkey 2006-10-05 17:45 Rev.: 35506

gMassAll no longer contains contribution from rigid material.

gStressFS is now volume weighted, as in the explicit code.

42 lines of code changed in 1 file:

guilkey 2006-10-05 17:43 Rev.: 35505

Get rid of some no longer used requires and gets.

4 lines of code changed in 1 file:

dav 2006-10-05 12:10 Rev.: 35502

Fixed typo. Fixed PNG lib specification. Made GLEW required.

9 lines of code changed in 2 files:

ayla 2006-10-05 11:25 Rev.: 35501

Kepler package updates, make new network format work with server.

477 lines of code changed in 18 files:

ayla 2006-10-04 15:11 Rev.: 35495

Fix GCC 4.0 compile error.

0 lines of code changed in 2 files:

dmw 2006-10-03 15:38 Rev.: 35489

- Updated so we can convert 2D VFF files as well (propagating change from CIBC branch)

0 lines of code changed in 2 files:

guilkey 2006-10-02 20:06 Rev.: 35485

Use loadBMats throughout.

4 lines of code changed in 7 files:

guilkey 2006-10-02 19:55 Rev.: 35484

Implemented loadBMats (load B matrices) in order to clean up the
implicit models a little bit. This replaces 38 lines of code with 1
function call. Also, in ViscoTransIsoHyper* models, skip over the
visco stuff if the first visco-elastic constant is zero, i.e. assume that
the rest are zero as well.

230 lines of code changed in 6 files:

jas 2006-10-02 13:53 Rev.: 35480

Change all references from force to flux.

19 lines of code changed in 3 files:

harman 2006-10-02 12:59 Rev.: 35476

fixed a copy-paste error in switchDebug flags

2 lines of code changed in 1 file:

September 2006 »

Generated by StatSVN 0.4.0