February 2007 Commit Log

Number of Commits:
61
Number of Active Developers:
11
luitjens 2007-02-28 16:06 Rev.: 36897

Only scale the dilation by level when using lockstep.

12 lines of code changed in 1 file:

luitjens 2007-02-28 13:40 Rev.: 36889

Fixed a bug that would cause patches to not be split up to the desired
tolerance level.


3 lines of code changed in 1 file:

harman 2007-02-28 13:38 Rev.: 36888

eliminated severals floating point divisions

18 lines of code changed in 1 file:

jas 2007-02-27 16:21 Rev.: 36885

Add triangulated surface as a possible geometry piece to be used for the
application of heat fluxes.

21 lines of code changed in 1 file:

jas 2007-02-27 16:19 Rev.: 36884

Add copy constructors and assignment operators. Add scale() for
TriGeometryPiece.

122 lines of code changed in 5 files:

jas 2007-02-27 16:18 Rev.: 36883

Return size of (0,0,0) if d_window is 0.

0 lines of code changed in 2 files:

borodai 2007-02-26 16:34 Rev.: 36874

Added faceextract utility to automatically generate
timeextract script for heat flux extraction. A rip
from lineextract.

539 lines of code changed in 3 files:

xiongcw 2007-02-26 16:14 Rev.: 36873

A small change to speed up ignition test procedure

3 lines of code changed in 1 file:

xiongcw 2007-02-26 16:12 Rev.: 36872

solver for cubic equation to replace the old iterative solver

45 lines of code changed in 2 files:

harman 2007-02-23 16:38 Rev.: 36857

set_CFI_BC()
- minor cleanup

1 lines of code changed in 1 file:

harman 2007-02-23 16:32 Rev.: 36855

ImplicitMatrixBC()
- Adjust the stencil to account for linear interpolation of delP at the CFI.
(#ifdef TEST)

set_imp_DelP_BC()
- linear interpolation of delP between the coarse and fine levels at the CFI.
(#ifdef TEST)

75 lines of code changed in 1 file:

luitjens 2007-02-23 11:44 Rev.: 36847

For the BNR Regridder min_patch_size is now a per level variable. This
variable behaves similar to cell_refinement_ratio in that if the
variable is not specified for every level the last level specified will be
repeated on finer levels. This change requires existing input files to
be updated such that
<min_patch_size> [#,#,#] </min_patch_size>
becomes
<min_patch_size> [[#,#,#]] </min_patch_size>

86 lines of code changed in 7 files:

sbrown 2007-02-22 17:33 Rev.: 36825

New analysis module - pointExtract

677 lines of code changed in 6 files:

harman 2007-02-22 10:57 Rev.: 36815

Dump out the solver that being used for the pressure solve.

3 lines of code changed in 1 file:

borodai 2007-02-21 16:00 Rev.: 36812

Don't destroy matrix and vectors for filter if they haven't been created in
case a user tries to restart a case past maxTime specified in
input file.

7 lines of code changed in 2 files:

ayla 2007-02-21 12:43 Rev.: 36809

Added ANSI and Unicode string conversion functions to cope with different wxWidgets configurations.

479 lines of code changed in 50 files:

harman 2007-02-20 10:27 Rev.: 36800

Add "color" to geom_object when the switch for it is turned on.

0 lines of code changed in 2 files:

guilkey 2007-02-17 18:21 Rev.: 36793

Cleaning up in preparation to merge with ViscoTransIsoHyperImplicit.

64 lines of code changed in 1 file:

guilkey 2007-02-17 18:02 Rev.: 36792

Fixed a bug introduced when adding the Veronda-Westmann strain energy
model. Namely, the option to use Mooney-Rivlin was mis-spelled Moony
in one place. Also did some cleaning and formatting to make more like
TransIsoHyper, mostly just to help find the bug.

97 lines of code changed in 1 file:

harman 2007-02-16 19:03 Rev.: 36791

Added ability to read in particle color via a pts file.


215 lines of code changed in 9 files:

harman 2007-02-16 13:57 Rev.: 36788

You can now add color to a geometry object. To invoke add the following
to your input files

<MPM>
<withColor> true </withColor>
</MPM>

<geom_object>
<color> X </color>
</geom_object>


Cleaned up ParticleCreator.cc

168 lines of code changed in 6 files:

kuzimmer 2007-02-15 22:31 Rev.: 36785

make particles scale with the domain, when udaScale is used.

12 lines of code changed in 3 files:

luitjens 2007-02-15 20:56 Rev.: 36784

Seperate the timing of local and global communication into seperate
counters.

14 lines of code changed in 5 files:

luitjens 2007-02-15 12:45 Rev.: 36772

Added additional bullet proofing for SFC generation.

20 lines of code changed in 1 file:

luitjens 2007-02-15 11:49 Rev.: 36771

Regridder Dilation is now scaled according to level. The input
cell_regrid_dilation now specifies the ammount of dilation that will
occur to create the finest level. Dilation above this level will be
reduced according to the refinement ratio.

Changed Box to Region.

Optimized applying the dilation.

99 lines of code changed in 2 files:

borodai 2007-02-14 12:51 Rev.: 36757

Look for sootFV in the table, not just for Soot.

3 lines of code changed in 1 file:

borodai 2007-02-14 12:01 Rev.: 36756

Added soot table lookup capability. Still needs to be tested
when actual table with soot is available.

36 lines of code changed in 7 files:

amorris 2007-02-13 16:23 Rev.: 36736

Changed the PDT & TAU build rule to include (-I) the directory where the
uninstrumented source file originated. We were encountering missing header
files when compiling the .inst.cc files.

This does not affect non-TAU builds.

1 lines of code changed in 1 file:

ayla 2007-02-13 14:30 Rev.: 36727

Use FWK_DEBUG to wrap debug statements.

12 lines of code changed in 3 files:

ayla 2007-02-13 14:30 Rev.: 36726

Add thirdparty libraries to fix mac build.

2 lines of code changed in 1 file:

ayla 2007-02-13 14:19

Fix shared and dynamic library file ext. bugs on OS X.

44 lines of code changed in 15 files:

ayla 2007-02-13 14:13 Rev.: 36723

Fix string bug.

26 lines of code changed in 11 files:

luitjens 2007-02-12 18:16 Rev.: 36710

call Min() and Max() instead of min() and max()....

3 lines of code changed in 1 file:

worthen 2007-02-12 15:53 Rev.: 36706

Instruct Thread code to cleanly exit rather than to prompt you and hang the process

3 lines of code changed in 1 file:

luitjens 2007-02-12 15:53 Rev.: 36705

Fixed a bug when converting indices

9 lines of code changed in 1 file:

worthen 2007-02-12 15:52 Rev.: 36704

Add static parameter (and API) to Thread which controls whether Thread cleanly exits or ask to open a debugger

15 lines of code changed in 2 files:

guilkey 2007-02-12 14:02 Rev.: 36700

Previous commit to change handedness of geometry didn't do anything. This one does.
Old code is still there, just commented out (~line 44). Removed tabs.

127 lines of code changed in 1 file:

worthen 2007-02-09 18:38 Rev.: 36695

Delete LRU timestep.xml caches from memory in DataArchive

25 lines of code changed in 1 file:

worthen 2007-02-09 17:25 Rev.: 36694

UdaReducer: remove debug prints

0 lines of code changed in 1 file:

worthen 2007-02-09 17:24 Rev.: 36693

UdaReducer: sort materials before scheduling tasks, compare grids for equality, not their pointers

6 lines of code changed in 1 file:

worthen 2007-02-09 16:42 Rev.: 36692

Add a more reasonable error message for not-found variables

1 lines of code changed in 1 file:

worthen 2007-02-09 16:24 Rev.: 36691

Don't display warnings for excess stuff in Level or Grid sections

2 lines of code changed in 1 file:

luitjens 2007-02-09 11:58 Rev.: 36685

Fixed a bug that was causing problems when calling the load balancer from the regridder

5 lines of code changed in 1 file:

luitjens 2007-02-09 10:33 Rev.: 36683

Updated test program to match new interfaces

0 lines of code changed in 2 files:

luitjens 2007-02-08 15:37 Rev.: 36669

Fixed a bug that caused MPI_Allgatherv to be called when there is only 1 processor

6 lines of code changed in 1 file:

luitjens 2007-02-08 13:01 Rev.: 36663


Progress twoard a new load balancing algorithm that will allow the load
balancer to split patches in order to achieve a greater load balance.

The PseudoPatch class has been removed and replaced by the Region class.

439 lines of code changed in 8 files:

luitjens 2007-02-08 12:49 Rev.: 36661

Bulletproofing changes

83 lines of code changed in 3 files:

luitjens 2007-02-08 12:43 Rev.: 36660

use the new Region class

30 lines of code changed in 2 files:

luitjens 2007-02-08 12:42 Rev.: 36658

use the new region class

0 lines of code changed in 4 files:

ayla 2007-02-07 17:04 Rev.: 36654

Fix UI port problem: need distinct TypeMap instances for property arguments to port creation functions.

6 lines of code changed in 3 files:

luitjens 2007-02-07 11:57 Rev.: 36644

Use the Region class instead of the Box class.

8 lines of code changed in 1 file:

harman 2007-02-07 11:12 Rev.: 36643

added set_CFI_BC() which performs a linear extrapolation of q_CC out to the
CFI cells on the fine level. Currently #if 0.

111 lines of code changed in 3 files:

luitjens 2007-02-06 13:24 Rev.: 36626

Only gather if running with more than 1 processor.

9 lines of code changed in 1 file:

jas 2007-02-06 09:42 Rev.: 36622

Add further refinements for getting heat flux polynomial data to the particles.

57 lines of code changed in 7 files:

harman 2007-02-05 18:19 Rev.: 36611

replaced radiobuttons with checkbox, works

5 lines of code changed in 1 file:

harman 2007-02-05 17:27 Rev.: 36610

- Attempt at adding radio buttons
- By default the extra cells are not included when differencing
the mms solution and the computed. User can control which extra cells are visualized.

78 lines of code changed in 3 files:

luitjens 2007-02-05 15:15 Rev.: 36603

Added a datatype Region that is describes a region of space by two
integer corners. Patch now inherits from this region.

249 lines of code changed in 5 files:

harman 2007-02-05 14:26 Rev.: 36598

sub.mk- added convience macro

compare_mms.cc
--------------------
- no more tabs
- formatting, 2 space tabs


0 lines of code changed in 4 files:

guilkey 2007-02-02 21:39 Rev.: 36587

Don't divide by cell spacing in the shape function gradient, we already do
that in the code. Perhaps that should be changed?

18 lines of code changed in 3 files:

harman 2007-02-01 15:20 Rev.: 36569

matlab script that generates the sources of mass, momentum, energy for a
particular manufactured solution

118 lines of code changed in 1 file:

guilkey 2007-02-01 10:15 Rev.: 36563

Add d_AMR

1 lines of code changed in 1 file:

January 2007 »

Generated by StatSVN 0.4.0