November 2006 Commit Log

Number of Commits:
46
Number of Active Developers:
14
luitjens 2006-11-30 19:38 Rev.: 35957

Fixed a compile error

0 lines of code changed in 2 files:

ayla 2006-11-30 18:23 Rev.: 35956

More unit test support.

274 lines of code changed in 14 files:

luitjens 2006-11-30 16:11 Rev.: 35954

Fixed a segfault

2 lines of code changed in 1 file:

luitjens 2006-11-30 13:03 Rev.: 35951


SFC.h

Added more sorting algorithms for space-filling curve generation and added
optimizations to the current methods.


2445 lines of code changed in 2 files:

ayla 2006-11-29 18:55 Rev.: 35949

Update Java and Babel configure, add cppunit for SCIRun2 unit tests.

1531 lines of code changed in 2 files:

harman 2006-11-29 18:08 Rev.: 35948

refluxOperator_computeCorrectionFluxes()
- divide the total sum of the fine level fluxes by the number of subcycles.
Previously, we were dividing by the refinement ratio. For a lockstep this is wrong.

16 lines of code changed in 1 file:

harman 2006-11-29 17:17 Rev.: 35947

changed exception messages

0 lines of code changed in 2 files:

harman 2006-11-29 16:55 Rev.: 35946

Turn off tecplot at compile time. If anyone besides P Hu has ever used this please pipe up.

0 lines of code changed in 2 files:

harman 2006-11-29 16:04 Rev.: 35945

throw an exception if you try to use the hypre solver with periodic BCs. Something
isn't right.

0 lines of code changed in 2 files:

bigler 2006-11-29 13:50 Rev.: 35944


Some fixes for demos on octagon and arachne.

0 lines of code changed in 10 files:

guilkey 2006-11-27 21:06 Rev.: 35916

Baby steps towards moving particles to a finer level if one exists, or a
coarser level if they run off the edge of the current level. They are
at least now in the correct sets (refineset, coarsenset) but I have no
idea what to do next.

53 lines of code changed in 1 file:

guilkey 2006-11-27 20:00 Rev.: 35915

Only create particles on the finest level at a given point in space.

0 lines of code changed in 2 files:

kuzimmer 2006-11-27 16:38 Rev.: 35906

Allow users to select which level of particles they want to use.

0 lines of code changed in 4 files:

sbrown 2006-11-24 23:11 Rev.: 35899

Add newline...

0 lines of code changed in 2 files:

worthen 2006-11-17 09:50 Rev.: 35875

Add AMRMPM to compile list

0 lines of code changed in 2 files:

guilkey 2006-11-16 19:51 Rev.: 35873

Created a stripped down version of SerialMPM to be a place to start working
on implementing AMR within Uintah's MPM. Also, fixed a few small issues
in SerialMPM discovered as part of this process.

2124 lines of code changed in 5 files:

kuzimmer 2006-11-15 16:36 Rev.: 35862

Changed the texture format to 16 bit, now interpolation is being done on GPU. In future, we need to check the video card to determine the correct format.

126 lines of code changed in 6 files:

guilkey 2006-11-15 14:06 Rev.: 35859

Added some commented out option for use with super_lu.

0 lines of code changed in 2 files:

guilkey 2006-11-15 14:00 Rev.: 35858

Stupid formatting change.

0 lines of code changed in 2 files:

harman 2006-11-14 16:45 Rev.: 35854

fixed a spelling error

9 lines of code changed in 2 files:

bigler 2006-11-14 13:53 Rev.: 35853


Dataflow/Modules/Selectors/PatchToField.h

Formatted text better.

Pulled out IntVector lo,hi from branch.

StandAlone/uda2nrrd.cc

Fixed noboundarycells computation. It turns out I did need that
rewindow command.

Also add typename to sizeof(typename FIELD::value_type). Newer
compilers complain about this.

0 lines of code changed in 4 files:

bigler 2006-11-13 18:31 Rev.: 35849


Fixed a bug that was causing uda2nrrd to crash. For the scalar cases,
it was wrapping the data in the field without copying. The fields
were deleted before the nrrd was written out causing bad memory
problems. Now the scalar data copies the data to be more consistent
with the Vector and Matrix3 types.

Tried adding code for removing boundary edges, but it does weird
stuff. Unaccesible from the commandline for now.

170 lines of code changed in 1 file:

sparker 2006-11-13 17:38 Rev.: 35848

Maybe fix Stas' problem...
d_stretched was not properly initialized

1 lines of code changed in 1 file:

jas 2006-11-13 14:12 Rev.: 35845

Remove debugging output.

0 lines of code changed in 2 files:

borodai 2006-11-10 16:45 Rev.: 35841

Print all the indexes if diffusion coefficients are negative (garbage),
not just one of them.

0 lines of code changed in 8 files:

borodai 2006-11-10 16:20 Rev.: 35840

Fixed viscosity interpolation and FC variable filtering for nonuniform grid.

588 lines of code changed in 40 files:

harman 2006-11-10 15:58 Rev.: 35839

PassiveScalar:
- scheduleErrorEstimate.
defined material subsets for the passive scalar and refinement flags

AMRICE.cc
- scheduleRefineInterface()
added tvar->matls to dependencies for the transported variables

15 lines of code changed in 3 files:

guilkey 2006-11-09 17:22 Rev.: 35835

Adding a material model for a Newtonian liquid.

495 lines of code changed in 6 files:

bigler 2006-11-09 16:14 Rev.: 35834


Got rid of tabs and fixed indentation.

148 lines of code changed in 1 file:

jas 2006-11-09 14:21 Rev.: 35833

Add assembleVector() between inserting values and adding values.

3 lines of code changed in 1 file:

jas 2006-11-09 14:18 Rev.: 35832

Remove debugging output.

0 lines of code changed in 2 files:

borodai 2006-11-08 14:38 Rev.: 35822

Fixed uninitialized value. Thanks Jeremy for pointing this out.

0 lines of code changed in 2 files:

sparker 2006-11-07 22:25 Rev.: 35812

Added first cut at support for stretched grids, including:
- A sample input file that sets up a stretched grid. It doesn't actually run
with anything, but it should give you an idea of how to specify one.
- Logic to parse and setup a stretched grid in Grid
- Updates to code in Level to accomodate stretched grids
- Updates to ProblemSpec to parse the xml for them

If you get a NaN running with a stretched, then your code is likely
asking for something like dCell, which is no longer defined.

--This line, and those below, will be ignored--

A StandAlone/inputs/Examples/stretched.ups
M Core/Grid/Level.cc
M Core/Grid/Level.h
M Core/Grid/Grid.cc
M Core/Grid/Grid.h
M Core/ProblemSpec/ProblemSpec.cc
M Core/ProblemSpec/ProblemSpec.h

441 lines of code changed in 9 files:

damevski 2006-11-07 12:35 Rev.: 35807

Removed and updated references to Event Service.

16 lines of code changed in 17 files:

dav 2006-11-06 17:39 Rev.: 35804

Added 1.0.0 release files to trunk.

1707 lines of code changed in 40 files:

ayla 2006-11-06 16:30 Rev.: 35803

Improve string processing.

0 lines of code changed in 2 files:

ayla 2006-11-06 16:26 Rev.: 35802

KeplerServer image processing updates.

0 lines of code changed in 6 files:

jas 2006-11-03 15:19

Fix memory leak detected by valgrind.

3 lines of code changed in 2 files:

guilkey 2006-11-03 09:38 Rev.: 35778

Added a member variable to specify the strain energy model.

0 lines of code changed in 2 files:

guilkey 2006-11-02 18:45 Rev.: 35777

Made choosing a strain energy model a run time option.

22 lines of code changed in 1 file:

guilkey 2006-11-02 17:24 Rev.: 35775

First, moved the original version of ViscoTransIsoHyperImplicit
into VTIHFailure.NotUsed.cc. This version still works and runs,
but is inflexible with respect to deviatoric stress models, and
so has been replaced. In addition, this version contains the
material failure modelling, which, since it isn't going to be
used on the near horizon, has been removed from the new code for
simplicity.

Second, the new version has two features. First, the deviatoric stress
update and stiffness are written in terms of deriviatives of the
strain energy function, which simplifies incorporating a new one.
Next, an additional strain energy function has been added, the
Veronda-Westmann model. One can currently switch betwixt the two
by using the compiler directives at the top of the file.
(TODO: Make this a run time option).

In the new version the stiffness contribution due to viscous effects
have not yet been included (this should be easy) and the failure stuff
has been removed (see above).

1784 lines of code changed in 2 files:

ashwinds 2006-11-02 16:12 Rev.: 35771

Test Components for EventService Prototype

2260 lines of code changed in 32 files:

guilkey 2006-11-02 15:40 Rev.: 35770

1. Only compute internal force for non-rigid materials.
2. Redo internal force calculation within interpolateStressToGrid,
where boundary reaction forces are also computed. This gives a more
accurate reaction force as it is based on the converged state stress.

80 lines of code changed in 1 file:

harman 2006-11-01 19:15 Rev.: 35758

scheduleLockstepTimeAdvance()
- removed tasks that are scheduled by the simulation controller.

0 lines of code changed in 2 files:

harman 2006-11-01 18:46 Rev.: 35757

added Sandia's (saad2000-1444) steady state mms solution. This code/solution hasn't been
verified and probably has a few bugs in it. Commit before it blows away....

0 lines of code changed in 4 files:

borodai 2006-11-01 15:55 Rev.: 35747

Fixed z indexing. Thanks to Jeremy for pointing this out.

3 lines of code changed in 1 file:

October 2006 »

Generated by StatSVN 0.4.0