December 2007 Commit Log

Number of Commits:
51
Number of Active Developers:
8
banerjee 2007-12-28 18:11 Rev.: 39752

Updated equations of state models and extra kinematic hardening functions.

0 lines of code changed in 24 files:

banerjee 2007-12-28 17:31 Rev.: 39750

Added theory for equations of state.

0 lines of code changed in 4 files:

banerjee 2007-12-27 20:31 Rev.: 39737

Theory for the small strain plasticity model.

1144 lines of code changed in 3 files:

banerjee 2007-12-27 20:20 Rev.: 39736

Small strain plasticity model. Still under revision to include kinematic
hardening.

3600 lines of code changed in 2 files:

banerjee 2007-12-27 20:19 Rev.: 39735

Updated yield conditions and kinematic hardening models.

485 lines of code changed in 27 files:

banerjee 2007-12-20 16:35 Rev.: 39720

Kinematic hardening models. Not fully tested yet.

796 lines of code changed in 10 files:

guilkey 2007-12-19 14:50 Rev.: 39690

Migrate the particle requirement to use Bryan's new method.

0 lines of code changed in 2 files:

worthen 2007-12-18 15:42 Rev.: 39670

Implement small message sending for particles

0 lines of code changed in 8 files:

worthen 2007-12-18 15:39 Rev.: 39669

Forgot a file

0 lines of code changed in 2 files:

worthen 2007-12-18 15:32 Rev.: 39668

Post all particle quantity exchanges in advance of task execution. Uses a structure in DetailedTasks that could probably be optimized. The operator< in PSPatchMatlGhost needed to sort on the patch id rather than the patch pointer. Also consolidate recvMPIGridVar back into recvMPICCA/Components/Schedulers/OnDemandDataWarehouse.h

286 lines of code changed in 8 files:

worthen 2007-12-18 15:13 Rev.: 39667

sus.cc: Refine sleep time output; CommRecMPI: add a print function

0 lines of code changed in 6 files:

banerjee 2007-12-18 15:13 Rev.: 39666

If the <specific_heat_model> tag is absent from the input file then
used the default constant specific heat.

0 lines of code changed in 6 files:

worthen 2007-12-18 15:11 Rev.: 39665

Enforce that all particles required (with ghost cells > 0) are required with the same ghost type and number

0 lines of code changed in 16 files:

banerjee 2007-12-18 15:08 Rev.: 39664

If the <damage_model> tag is not specified in the input file then use the
default "null" damage model, i.e., no damage parameter is computed.

142 lines of code changed in 5 files:

banerjee 2007-12-18 15:02 Rev.: 39663

If the <stability_check> flag is not found in the input file then
default to no check.

0 lines of code changed in 6 files:

banerjee 2007-12-18 14:55 Rev.: 39662

If the <melt_temp_mode> tag is missing from the input file use a
constant melt temperature. Clearly, this temperature must be
specified elsewhere in the input file.

0 lines of code changed in 6 files:

banerjee 2007-12-18 14:45 Rev.: 39660

A default constant shear modulus modulus is now used if the tag
<shear_modulus_model> is missing from the input file.

0 lines of code changed in 6 files:

banerjee 2007-12-18 14:35 Rev.: 39658

The input file now automatically makes the linear EOS the default without
requiring an <equation_of_state> tag. Keep that in mind when you create
your input file.

23 lines of code changed in 4 files:

guilkey 2007-12-14 18:53 Rev.: 39638

Change assertions to check for <= zero, not just != zero.

0 lines of code changed in 2 files:

harman 2007-12-14 11:24 Rev.: 39632

basename <uda>

0 lines of code changed in 2 files:

harman 2007-12-14 10:29 Rev.: 39631

fixed usage

0 lines of code changed in 2 files:

guilkey 2007-12-13 17:18 Rev.: 39627

Another blasted blank line!

0 lines of code changed in 2 files:

guilkey 2007-12-13 16:57 Rev.: 39626

Delete a blank line to test new subscription to csafe-cvs mailing list.

0 lines of code changed in 1 file:

guilkey 2007-12-13 14:48 Rev.: 39618

Use pVolumeLabel_preReloc in addParticles, not pVolumeDeformedLabel, which
is no longer used with the explicit code.

0 lines of code changed in 2 files:

guilkey 2007-12-13 13:26 Rev.: 39617

Added an addSharedCRImplicitHypo, which adds a require for stress
for those models that need it, but keep those that don't from the
extra bloat in memory and checkpoints.

0 lines of code changed in 10 files:

bigler 2007-12-13 12:58 Rev.: 39615

Core/VolumeVis.h

Shadow rays no longer intersect the volume box.

Depth values now return the child's values.

Added a new value to the scratchpad that indicates the start of
integration.

Core/HVolumeVis.h

Use the new value in the scratchpad for the start of integration.

0 lines of code changed in 4 files:

guilkey 2007-12-13 12:23 Rev.: 39609

If artificial viscosity is requested in an implicit MPM input file,
turn it off and warn the user that it is not implemented.
Create a carryForwardSharedDataImplicit in ImplicitCM for use with
RigidMaterial.

47 lines of code changed in 7 files:

guilkey 2007-12-12 19:17 Rev.: 39603

1. Revert earlier change which had ImpMPM computing pdTdt. Some
of the implicit CMs were already doing this, and now they all are.

2. Use addSharedCRForImplicit in all of the models now, in an effort
to clean up and clarify.

3. Preparation for making implicit code work with GIMP. Remove assumptions
about use of LinearInterpolator, insert gets for psize, etc. The heavy
lifting of building the stiffness matrix up still remains, but everything
else should be ready.

226 lines of code changed in 24 files:

guilkey 2007-12-12 16:00 Rev.: 39594

Change pVolumeLabel to pVolumeLabel_preReloc to fix runtime error.

0 lines of code changed in 2 files:

guilkey 2007-12-12 15:55 Rev.: 39593

Fix at least one fresh memory leak.

0 lines of code changed in 2 files:

guilkey 2007-12-12 15:53 Rev.: 39592

Get gVelocityStarLabel out for computeArtificialViscosity, not gVelocityLabel.

1 lines of code changed in 1 file:

jas 2007-12-12 14:57 Rev.: 39589

Use const char * to eliminate warnings for converting strings to char *.

0 lines of code changed in 4 files:

luitjens 2007-12-12 13:09 Rev.: 39587

Readded code that was removed because after further analysis we realized
it is still needed..... Justin & Bryan

0 lines of code changed in 4 files:

guilkey 2007-12-12 12:04 Rev.: 39586

Added production of pdTdtLabel_preReloc, needed now that this variable
is relocated as part of the explicit code. Deleted some commented out code.
This should get the implicit MPM RT back on its feet.

4 lines of code changed in 1 file:

guilkey 2007-12-11 17:30 Rev.: 39580

Switched the order of time integration from updating stress at the
top of the cycle to updating it at the bottom based on evidence that
for GIMP this provides significantly better accuracy and stability.
This will change the answers for everything.

445 lines of code changed in 54 files:

jthornoc 2007-12-11 13:35 Rev.: 39573

Added MOMColdflowMixingModel.cc

0 lines of code changed in 2 files:

jthornoc 2007-12-11 13:22 Rev.: 39572

Added cell volume to parameters of the inlet stream for the mixing model.

0 lines of code changed in 2 files:

jthornoc 2007-12-11 12:32

Adding support for computing density from a moment (extra scalar).

0 lines of code changed in 4 files:

jthornoc 2007-12-11 12:17 Rev.: 39565

Added method of moment coldflow mixing model support.

0 lines of code changed in 2 files:

jthornoc 2007-12-11 12:14 Rev.: 39564

Computes density from a user defined moment. Cold Flow only.

147 lines of code changed in 1 file:

jthornoc 2007-12-11 12:13 Rev.: 39563

Computes density from a user defined moment. Only useful for cold flow cases.

78 lines of code changed in 1 file:

luitjens 2007-12-10 15:55 Rev.: 39552

Missed a function in my code cleanup of the DLB

0 lines of code changed in 2 files:

luitjens 2007-12-10 14:58 Rev.: 39551

Removed some more dangling code that is not used anymore

9 lines of code changed in 2 files:

worthen 2007-12-10 14:13 Rev.: 39550

Let all Var Types use Vector type data in VarTracker

17 lines of code changed in 1 file:

luitjens 2007-12-10 12:08 Rev.: 39547

Removed some code that is not used and was not maintained

4 lines of code changed in 6 files:

jthornoc 2007-12-06 18:04 Rev.: 39544


Mostly Mac OSX Leopard fixes...

M include/sci_defs/ogl_testdefs.h.in

Add in a define for Mac OSX Lepard as the only thing built in is
__APPLE__ and that isn't specific enough.

M Core/SystemCall/SystemCallManager.cc

#include <signal.h> which is required for killpg().

M Core/Geom/DrawInfoOpenGL.cc

Side step hack for fixing GL call under 10.4. (It seems to be fixed in 10.5).

M configure.ac
M configure

Fix pwd check. (BTW, pwd is broken under Leopard (doesn't give
physcial path... sigh).) Check to see if we are using Leopard. Add
in OpenGL hack for Leopard. Add in a define for Mac OSX Leopard
because the only thin built in is __APPLE__ and that isn't specific
enough.

M configVars.mk.in

Use the Leopard Hack.

0 lines of code changed in 12 files:

luitjens 2007-12-06 14:24 Rev.: 39532

Fixed a bug in component timings which incorrectly counted timings from subtaskgraphs. In these cases the entire time for the subtaskgraph would be counted twoard execution time even though much of it was not.


17 lines of code changed in 3 files:

harman 2007-12-05 16:21 Rev.: 39527

added comments and {}

0 lines of code changed in 2 files:

luitjens 2007-12-04 12:38 Rev.: 39513

added TAU profiling

20 lines of code changed in 8 files:

worthen 2007-12-03 17:24 Rev.: 39510

Fix destructor crash

0 lines of code changed in 2 files:

harman 2007-12-03 11:14 Rev.: 39503

You don't need to have verbose option selected to verify data

1 lines of code changed in 1 file:

November 2007 »

Generated by StatSVN 0.4.0