April 2011 Commit Log

Number of Commits:
66
Number of Active Developers:
9
jthornoc 2011-04-29 16:24 Rev.: 47134

Fixed a problem with input file parsing for acid base chemistry.
Unintentionally removed cold flow with last commit.

14 lines of code changed in 2 files:

harman 2011-04-29 16:09 Rev.: 47133

Generalize code:
setRHS_X()
- pass in the CCVariable<double> X and B, not ArchesConstVariables & ArchesVariables

setPressMatrix()
- renamed to setMatrix()
- pass in the stencil matrix not ArchesConstVariables

Now this can be used by others

43 lines of code changed in 6 files:

harman 2011-04-29 14:30 Rev.: 47132

Global:
removed unused variables from parameter lists
changed setPressRHS -> setRHS_X

27 lines of code changed in 6 files:

jpeterson 2011-04-29 13:31 Rev.: 47131

Finally got the temperature logic right for burning in cracks. Also added some commenting

14 lines of code changed in 1 file:

qymeng 2011-04-29 11:57 Rev.: 47130

New multi-thread MPI scheduler.

To use this new scheduler:
1.Link against thread safe MPI library
2.Scheduler type needs to be set as "ThreadedMPI" in .ups file
3.Use command line argument -nthreads <#> to specify the number of threads per MPI rank

Multi-thread MPI scheduler requires thread safety of task code. Only ICE and AMRICE are supported for now.

1271 lines of code changed in 15 files:

jthornoc 2011-04-29 09:58 Rev.: 47129

Missing ')'

1 lines of code changed in 1 file:

jthornoc 2011-04-29 09:11 Rev.: 47128

0) Fixed compiler problem.
1) Added doxygen documentation for CoalGasHeat and CoalGasMomentum.
2) Added CoalGasHeat and CoalGasMomentum to the spec.
3) Fixed the addSpecies function for adding additional table lookup
variables for the new table interfaces.
4) Admired the Adriatic sea.

106 lines of code changed in 20 files:

jthornoc 2011-04-28 08:39 Rev.: 47123

Now adding "#KEY name=value" to the header will be recognized by the
classic table interface. Code can now be added to interpret the
constants.

Added "acidbase" transformation.

Added some documentation.

110 lines of code changed in 4 files:

jthornoc 2011-04-27 16:33 Rev.: 47122

Latenight stab at fixing a leak.

10 lines of code changed in 1 file:

dav 2011-04-27 14:51 Rev.: 47121

Update FakePetscSolver to have a new dummy function (setPressRHS) that was added recently. This fixes a linking issue that results when Petsc is not enabled.

9 lines of code changed in 1 file:

jpeterson 2011-04-26 11:48 Rev.: 47116

Added back in the temperature threshold that was lost in my last commit.

12 lines of code changed in 1 file:

jpeterson 2011-04-25 11:39 Rev.: 47111

Spread out the logic for crack burning and surface burning. Added the ability to specify different burn and detonation product gases.

66 lines of code changed in 2 files:

harman 2011-04-22 11:11 Rev.: 47109

Only compare checkpoint directories if they exist in the test and the goldStandard.
If the directories are not found warn the user.

22 lines of code changed in 1 file:

jthornoc 2011-04-22 09:19 Rev.: 47108

Added some documentation. Reformatting.

91 lines of code changed in 4 files:

jthornoc 2011-04-22 09:18 Rev.: 47107

* Allow MPMARCHES local tests to run on all platforms.
* Added two ClassicTable tests for the regression tester.
* Begin documenting Classic Table interface.

43 lines of code changed in 3 files:

jthornoc 2011-04-22 09:15 Rev.: 47106

Put back in the switch for turning off A matrix create for pressure
solver on every timestep.

Also added some new Classic table input files.

49 lines of code changed in 10 files:

jthornoc 2011-04-20 17:15 Rev.: 47102

Revert "Added switch for turning off A matrix creation for pressure equation on"

Per Todd's request, reverting this change until the RT is stable.

This reverts commit b33cf4321c7db08c5ca44b65086e913e05a6c3cd.

31 lines of code changed in 10 files:

harman 2011-04-20 16:52 Rev.: 47101

change the group name of the results directory only if the COMMON_GROUP has been defined

6 lines of code changed in 1 file:

jthornoc 2011-04-20 15:32 Rev.: 47100

Added switch for turning off A matrix creation for pressure equation on
each time step. Setting <always_construct_A> to false in the
<PressureSolver> node will activate this change. Currently, the default
behavior is to create A on every timestep as before.

49 lines of code changed in 10 files:

jthornoc 2011-04-20 15:31 Rev.: 47099

Separated out the creation of A and x,B for the linear pressure solvers.

77 lines of code changed in 6 files:

tsaad 2011-04-20 12:27 Rev.: 47098

Add regression test for Wasatch scalability test.

6 lines of code changed in 1 file:

harman 2011-04-20 12:21 Rev.: 47097

RMCRT_Test.cc: added sheduling for computing sigmaT4

Ray.cc/h:
- sigma * T^4 is computed by RMCRT, not by the calling component.
-renamed task blackBodyIntensity -> sigmaT4
-sigma_over_pi is now computed, not hardwired.

45 lines of code changed in 3 files:

tsaad 2011-04-20 11:13 Rev.: 47096

Add scalability testing for Wasatch.

755 lines of code changed in 9 files:

harman 2011-04-19 08:56 Rev.: 47094

changed environmental variable GROUP -> COMMON_GROUP

2 lines of code changed in 1 file:

harman 2011-04-18 15:25 Rev.: 47093

Now using the environmental variable name COMMON_GROUP instead of GROUP since
shell uses the name.

Tweaked the machine configuration for blaze.

25 lines of code changed in 8 files:

jpeterson 2011-04-18 10:36 Rev.: 47092

Fixed the criteria to prevent burning in front of a detonation. Also made is to that surface burning is added to the mass.

8 lines of code changed in 1 file:

jthornoc 2011-04-15 08:26 Rev.: 47090

Compiler warning.

2 lines of code changed in 1 file:

jthornoc 2011-04-15 07:50 Rev.: 47089

Delete optimized A.

5 lines of code changed in 1 file:

guilkey 2011-04-12 15:13 Rev.: 47083

Adding a not quite finished README file. Adding documentation to the
resizeCylinders code.

57 lines of code changed in 3 files:

guilkey 2011-04-12 13:51 Rev.: 47082

Standalone code for cylinder packing (cylgen.cc). The other .cc files are
helper codes to resize and distribute the generated cylinders. These will
be described in a README to follow.

1811 lines of code changed in 7 files:

jas 2011-04-12 13:01 Rev.: 47081

Update arches test so they agree with the nightly rt.

2 lines of code changed in 1 file:

jthornoc 2011-04-12 06:00 Rev.: 47080

Turning on exact comparison for new DQMOM tests. All GS's on the
nightly RT have been replaced from last night's RT.

10 lines of code changed in 1 file:

jthornoc 2011-04-11 16:18 Rev.: 47078

Fixed typo.

1 lines of code changed in 1 file:

jthornoc 2011-04-11 16:03 Rev.: 47077

* Added heat loss bounds for TabProps interface. Note that if heat loss
bounds are not between -1 and +1 these inputs will need to be specified.
Also note that the Classic interface gets the bounds automatically.
* Added some documentation to the arches_spec file.
* More informative error for missing boost/tabprops

10 lines of code changed in 3 files:

jthornoc 2011-04-11 16:03 Rev.: 47076

Updated TabProps to include automatic heat loss bounds.

40 lines of code changed in 1 file:

jthornoc 2011-04-11 16:03 Rev.: 47075

- added matlab script for computing optimal abscissas
- changed all current dqmom tests to use optimal abscissa solver
- removed resulting reduntant tests (2a,2b,2c, etc..) because of
previous change
- deleted old README file
- updated dqmom description lyx file
- created directory for matlab files and moved table probe into this
directory
- added stand_still_filter, an input file that doesn't do anything but
used the dynamic model
- updated regression tests to use new dqmom files
- formatting

10 lines of code changed in 1 file:

guilkey 2011-04-11 11:31 Rev.: 47074

Set UI[42] in the Weibull parser to satisfy KAYENTA_CHK

7 lines of code changed in 1 file:

guilkey 2011-04-08 17:29 Rev.: 47069

Remove alpha from the explicit computeStressTensor (not used) and make the
default 0 instead of .15.

1 lines of code changed in 1 file:

jas 2011-04-08 17:13 Rev.: 47068

Use one processor for period_disks.

2 lines of code changed in 1 file:

qymeng 2011-04-08 13:38 Rev.: 47066

If any direction's refinement ratio is 1, we will need 2 ghost cells for neighbor finding.

6 lines of code changed in 1 file:

jas 2011-04-08 12:44 Rev.: 47065

Make periodic_disks run with four processors instead of six.

3 lines of code changed in 1 file:

guilkey 2011-04-08 12:37 Rev.: 47064

Delete some debugging output that I hadn't meant to commit.

0 lines of code changed in 1 file:

guilkey 2011-04-08 12:35 Rev.: 47063

Add the ability to delete misbehaving particles.

83 lines of code changed in 2 files:

guilkey 2011-04-08 11:03 Rev.: 47062

Fix an error in which pEnergy was uninitialized if a particle had localized.

5 lines of code changed in 1 file:

guilkey 2011-04-07 16:46 Rev.: 47061

Putting back the setBC on internalforce. I need to ponder a bit more before
committing to this.

4 lines of code changed in 1 file:

jpeterson 2011-04-06 17:19 Rev.: 47057

An MPM version of JWL++.

777 lines of code changed in 3 files:

guilkey 2011-04-06 10:31 Rev.: 47056

Remove setting the symmetry BC on internal force.

0 lines of code changed in 1 file:

charlesreid 2011-04-05 15:40 Rev.: 47055

Reverting a sign change

1 lines of code changed in 1 file:

guilkey 2011-04-05 15:25 Rev.: 47054

Brute force, but more correct, calculation of the bounding box.

13 lines of code changed in 1 file:

harman 2011-04-05 14:45 Rev.: 47053

turn off memory testing if you're using local regression testing.

1 lines of code changed in 1 file:

dav 2011-04-05 14:17 Rev.: 47052

Added \n at end of file to quite compiler warning.

1 lines of code changed in 1 file:

charlesreid 2011-04-05 13:51 Rev.: 47051

Fixing compiler warnings

3 lines of code changed in 4 files:

charlesreid 2011-04-05 13:44 Rev.: 47050

Smarter error handling

6 lines of code changed in 1 file:

qymeng 2011-04-04 20:02 Rev.: 47049

Fixed a bug when searching for a var on varlist

16 lines of code changed in 1 file:

harman 2011-04-04 15:01 Rev.: 47048

*.tst
- added 96^3 resolution tests

AA_MMS.cc:
- scale A by the grid resolution

AA.ups:
- added instructions to scale A by grid resolution.

69 lines of code changed in 7 files:

tsaad 2011-04-04 13:01 Rev.: 47047

Remove problem spec from the equation adaptors as those are no longer needed since we changed the approach for boundary conditions treatment.

13 lines of code changed in 2 files:

harman 2011-04-03 17:53 Rev.: 47045

fixed typo

5 lines of code changed in 5 files:

harman 2011-04-03 17:27 Rev.: 47044

AA_MMS.cc:
- computing L2norm
- output Linf & L2 on a per level basis and global

compare_MPM_AA_MMS:
- user can select either Linf or L2 when doing order of accuracy
tests.

*.tst:
- now doing convergence analysis based on L2 norms.

103 lines of code changed in 7 files:

tsaad 2011-04-03 04:17 Rev.: 47043

Cleanup and documentation update.

38 lines of code changed in 3 files:

tsaad 2011-04-02 23:13 Rev.: 47042

Forgot to add TransportEquation.h to the previous commit.

152 lines of code changed in 1 file:

tsaad 2011-04-02 23:01 Rev.: 47041

Move transport equation implementation from ExprLib to Wasatch. Also, move boundary conditions treatment to the transport equations.

247 lines of code changed in 14 files:

tsaad 2011-04-02 19:51 Rev.: 47039

Add regression tests for momentum using Taylor-Green MMS. Tests span all combinations of spatial directions (xy, xz, yz).

6 lines of code changed in 1 file:

tsaad 2011-04-02 19:35 Rev.: 47038

Add support for ZVolField to the Taylor-Green Vortex MMS.

1 lines of code changed in 1 file:

tsaad 2011-04-02 19:04 Rev.: 47037

Fix typo in previous commit. Also increase accuracy of pressure solver in momentum test.

1 lines of code changed in 1 file:

tsaad 2011-04-02 18:27 Rev.: 47036

Add regression tester for pressure solver using CGSolver on periodic boundary conditions.

14 lines of code changed in 1 file:

harman 2011-04-01 14:17 Rev.: 47035

Implemented the correct equations.
Cleaned out the dead wood.
Throw exceptions when T < 0 or ep < 0.
Throw exceptions if functions

163 lines of code changed in 2 files:

March 2011 »

Generated by StatSVN 0.4.0