July 2006 Commit Log

Number of Commits:
162
Number of Active Developers:
16
callahan 2006-07-31 19:24 Rev.: 34891

Fix crash bug when interpolating node centered data in GatherFields.

0 lines of code changed in 2 files:

callahan 2006-07-31 19:16 Rev.: 34890

Add an IntersectTri module for self intersecting all of the triangles in a TriSurfMesh.

333 lines of code changed in 5 files:

callahan 2006-07-31 19:15 Rev.: 34889

Add a find_closest_elems call that returns all of the elements that are closest, not just one of them.

0 lines of code changed in 2 files:

callahan 2006-07-31 19:14 Rev.: 34888

Add a TriTriIntersection test.

0 lines of code changed in 4 files:

kuzimmer 2006-07-31 16:19 Rev.: 34887

more updates and files

1195 lines of code changed in 3 files:

harman 2006-07-31 15:25 Rev.: 34886

updated figures to reflect the addition of scheduleFinalizeTimestep.

0 lines of code changed in 4 files:

worthen 2006-07-31 11:15 Rev.: 34884

Backup current version of startTester

0 lines of code changed in 2 files:

callahan 2006-07-27 10:54 Rev.: 34874

Disable shaders if there's no GLEW

0 lines of code changed in 2 files:

guilkey 2006-07-26 17:43

Added scheduleSetBCsInterpolated( sched, patches, matls);
to the scheduleTimeAdvance for MPMICE

2 lines of code changed in 2 files:

guilkey 2006-07-26 17:36 Rev.: 34871

Make the g.velocityInterp(olated) feel the effect of contact. Previously,
it was not, and that was causing single velocity contact to not give the
same answers as normal single material simulations, and thus all the contact
results were fouled up to some degree.

71 lines of code changed in 2 files:

callahan 2006-07-26 16:57 Rev.: 34870

Remove debugging print.

0 lines of code changed in 2 files:

guilkey 2006-07-25 16:48 Rev.: 34868

Added a colliding bars option, problem_type=5.

0 lines of code changed in 2 files:

guilkey 2006-07-25 16:47 Rev.: 34867

Added a colliding bars problem, problem_type 5.

0 lines of code changed in 2 files:

jas 2006-07-25 15:14 Rev.: 34866

Eliminate the use of reserve when specifying the vectors need for the
LinearInterpolator.

2 lines of code changed in 1 file:

kuzimmer 2006-07-25 15:08 Rev.: 34865

moving particle shader into Kurt package, as it seems easier to work with than the branch and I can keep it working with the rest of the trunk.

912 lines of code changed in 8 files:

jas 2006-07-25 14:37 Rev.: 34860

Eliminate the use of reserve when specifying the vectors need for the
LinearInterpolator.

0 lines of code changed in 2 files:

guilkey 2006-07-24 14:36 Rev.: 34859

Update f_theta at the same time that vol_frac is updated (after models).

8 lines of code changed in 1 file:

callahan 2006-07-21 18:07 Rev.: 34854

Check box variables more strictly.

9 lines of code changed in 1 file:

borodai 2006-07-21 16:54 Rev.: 34849

Tolerance given now will be used as absolute tolerance,
not as relative one. Name of the tag to set tolerance in input file
is res_tol (ugly, but to match Hypre solver).

3 lines of code changed in 1 file:

callahan 2006-07-21 16:18 Rev.: 34847

Add volume rendering tests for all of the shader paths.

1590 lines of code changed in 12 files:

callahan 2006-07-21 16:17 Rev.: 34846

Set gui variables when the box changes so that they cache properly. Fixes crash bug in BioTensor.

4 lines of code changed in 1 file:

jas 2006-07-21 15:29 Rev.: 34845

Add Neumann BCs.

0 lines of code changed in 6 files:

luitjens 2006-07-21 10:18 Rev.: 34844

Added documention and removed debuging output.

118 lines of code changed in 8 files:

guilkey 2006-07-20 18:37 Rev.: 34843

A fairly lame 1D implicit MPM code.

330 lines of code changed in 1 file:

callahan 2006-07-20 16:23 Rev.: 34842

Fix volume rendering path for all shaded colormap2 cases.

60 lines of code changed in 1 file:

callahan 2006-07-20 15:40 Rev.: 34841

Fix volume rendering path for all unshaded ColorMap2 cases.

82 lines of code changed in 6 files:

callahan 2006-07-20 14:14 Rev.: 34839

Fix the 1D colormap path for all cases (in particular normal generation).

35 lines of code changed in 1 file:

callahan 2006-07-20 11:50 Rev.: 34836

Minor change, indenting

73 lines of code changed in 1 file:

jas 2006-07-20 11:35 Rev.: 34835

Add guards for old version of petsc and implemented work around for
missing VecGetValues() for old version of petsc.

12 lines of code changed in 1 file:

jas 2006-07-20 09:53 Rev.: 34834

Add guards around VecScale for argument order differences between 2.2.1
and 2.3.x.

5 lines of code changed in 1 file:

jas 2006-07-19 21:46 Rev.: 34833

Eliminate the use of reserve when specifying the vectors need for the
LinearInterpolator.

Use single temperature field.

Add input file option for doing a linear solve of the grid temperatures
based on the particle temperatures in the interpolateParticlesToGrid().
This option is currently turned off.

Modify heat conduction algorithm so it more closely follows the FEM approach
in setting up the stiffness matrix and Q vector.

RT tests will change as a result of the algorithm modification.

483 lines of code changed in 4 files:

jas 2006-07-19 21:40 Rev.: 34832

Remove unused variable.

0 lines of code changed in 1 file:

jas 2006-07-19 21:32 Rev.: 34831

Determine the number of DOF surrounding a node that is on the boundary. This
information is used to zero out the rows/columns in the removeDOFHeat().

40 lines of code changed in 2 files:

jas 2006-07-19 21:30 Rev.: 34830

Eliminate the use of reserve when specifying the vectors need for the
LinearInterpolator.

4 lines of code changed in 2 files:

jas 2006-07-19 21:23 Rev.: 34829

Eliminate the use of reserve when specifying the vectors need for the
LinearInterpolator.

0 lines of code changed in 2 files:

jas 2006-07-19 19:55 Rev.: 34828

Eliminate the use of reserve when specifying the vectors need for the
LinearInterpolator.

8 lines of code changed in 5 files:

callahan 2006-07-19 14:21 Rev.: 34827

Save ppms in movie mode when png support not available.

13 lines of code changed in 1 file:

callahan 2006-07-19 14:06 Rev.: 34826

Clean up compiler warnings.

2 lines of code changed in 1 file:

guilkey 2006-07-19 13:54 Rev.: 34825

Move first contact step and compute stress tensor ahead of NCToCC_0,
as I think it should be. This should only change answers for MPMICE
problems that include at least two MPM matls.

3 lines of code changed in 1 file:

callahan 2006-07-19 12:54 Rev.: 34824

Clip bricks against the view so that bricks which are not in the view are not drawn at all.

7 lines of code changed in 1 file:

luitjens 2006-07-19 12:42 Rev.: 34823

Added relative standard deviation to BNRStats and modified stdv formula

9 lines of code changed in 1 file:

worthen 2006-07-19 12:17 Rev.: 34822

Fix saving of all-in-one materials

2 lines of code changed in 1 file:

luitjens 2006-07-19 11:01 Rev.: 34821

Corrected debug stream BNRStats calculation of stats and modified output format
Added flags to the debug stream BNRPatches.


101 lines of code changed in 3 files:

callahan 2006-07-18 15:20 Rev.: 34820

Clip bricks against the view so that bricks which are not in the view are not drawn at all.

44 lines of code changed in 5 files:

callahan 2006-07-18 13:46 Rev.: 34819

Add a number of IsoRefine regression/example networks.

886 lines of code changed in 6 files:

callahan 2006-07-18 11:38 Rev.: 34818

Compute new hex interior nodes by pushing them through the mesh basis instead of interpolating.

0 lines of code changed in 2 files:

callahan 2006-07-18 11:10 Rev.: 34817

Compute new hex surface nodes by pushing them through the mesh basis instead of interpolating.

362 lines of code changed in 3 files:

callahan 2006-07-18 10:40 Rev.: 34816

Remove unused variable

3 lines of code changed in 1 file:

callahan 2006-07-17 18:00 Rev.: 34813

Use mesh basis to compute all interior quad points.

13 lines of code changed in 1 file:

callahan 2006-07-17 17:38 Rev.: 34812

Use mesh basis to compute some interior quad points.

6 lines of code changed in 1 file:

callahan 2006-07-17 16:28 Rev.: 34810

Add support for structured quad refinement.

51 lines of code changed in 2 files:

worthen 2006-07-17 16:18 Rev.: 34809

Add patch stats to printouts

34 lines of code changed in 1 file:

callahan 2006-07-17 16:10 Rev.: 34808

Simplified input mesh type checking, fix crash bug.

0 lines of code changed in 2 files:

callahan 2006-07-17 14:18 Rev.: 34807

RHS doesn't need to be a strict ColumnMatrix anymore (but should still be Nx1)

0 lines of code changed in 2 files:

callahan 2006-07-17 14:12 Rev.: 34806

Fix SolveMatrix memory leaks.

29 lines of code changed in 1 file:

callahan 2006-07-17 14:03 Rev.: 34805

Separate out initialization part of parallel agorithm for sci SolveMatrix methods.

195 lines of code changed in 1 file:

callahan 2006-07-17 13:22 Rev.: 34804

Use get_input_handle for input ports.

3 lines of code changed in 1 file:

luitjens 2006-07-17 12:24 Rev.: 34802

Number of materials is now only printed once on startup.

2 lines of code changed in 1 file:

worthen 2006-07-17 10:27 Rev.: 34799

Quite a few DynamicLoadBalancer-AMR fixesReduce DataArchiver tasks to 1 per type per proc (instead of 1 per type per var per patch)Have MPM initialization happen only on finest level

590 lines of code changed in 13 files:

callahan 2006-07-14 18:09 Rev.: 34794

Preserve widget scale when saving ChangeFieldBounds module to network and across new fields. Perhaps reset should also reset the size? Unclear as to what reset should do.

15 lines of code changed in 1 file:

callahan 2006-07-14 17:34 Rev.: 34793

Keep track of widget mode between saves. Don't reset it either (reset only covers position).

7 lines of code changed in 1 file:

callahan 2006-07-14 16:20 Rev.: 34792

Use get_input_handle and send_output_handle for ports.

0 lines of code changed in 48 files:

callahan 2006-07-14 15:33 Rev.: 34791

Use get_input_handle and send_output_handle for ports.

0 lines of code changed in 30 files:

luitjens 2006-07-14 15:00 Rev.: 34789

Added a criteria to the postfixup which splits patches if they are to
big to effectivly load balance.

65 lines of code changed in 2 files:

allen 2006-07-14 14:46 Rev.: 34788

fix sub varinclude/sci_defs/environment_testdefs.h.in

574 lines of code changed in 16 files:

harman 2006-07-14 13:43 Rev.: 34787

fixed exception message

1 lines of code changed in 1 file:

worthen 2006-07-14 11:46 Rev.: 34784

Include changes for LIB_DIR_HYPRE

5 lines of code changed in 2 files:

harman 2006-07-14 10:37 Rev.: 34780

scheduleTimeAdvance(()
- adjust the tasks to reflect that scheduleConservedtoPrimitiveVars()
needs to be called twice in a single timestep.

coarsen_delP
- simplified the code, added suggested change

33 lines of code changed in 1 file:

callahan 2006-07-13 18:12 Rev.: 34778

Use get_input_handle for input ports.

140 lines of code changed in 100 files:

harman 2006-07-13 18:04 Rev.: 34777

errorEstimate()
-fixed gradient calculation. R & L cell indices are now set to c before we
offset them..ooops

13 lines of code changed in 5 files:

borodai 2006-07-13 17:40 Rev.: 34775

Forgot to rename this one for previous commit.

1 lines of code changed in 1 file:

harman 2006-07-13 17:21 Rev.: 34774

scheduleConservedtoPrimitive_Vars()
fixed computes & requires for model variable

1 lines of code changed in 1 file:

callahan 2006-07-13 16:30 Rev.: 34773

Use get_input_handle and send_output_handle for ports.

69 lines of code changed in 15 files:

borodai 2006-07-13 16:13 Rev.: 34772

Changed function name from "explicit" to "explicit_scalar"
since IBM fortran has "explicit" name reserved. Thanks David
for pointing this out.

103 lines of code changed in 7 files:

callahan 2006-07-13 16:08 Rev.: 34770

Use get_input_handle and send_output_handle for ports.

0 lines of code changed in 48 files:

luitjens 2006-07-13 15:06 Rev.: 34768

Debug Commit for Bryan

Changes: Formatting, timers, saftey layer fix

81 lines of code changed in 3 files:

allen 2006-07-13 14:49

fixed a bug in the seed point, made the var name understandable, and switched to a widget for the threading gui

0 lines of code changed in 10 files:

allen 2006-07-13 14:47 Rev.: 34765

cleaned up the lib dir to be consisted with the other lib flags i.e. SOMELIB_LIB_DIR instead of LIB_DIR_SOMELIB

438 lines of code changed in 7 files:

callahan 2006-07-13 14:23 Rev.: 34764

Use get_input_handle and send_output_handle for ports.

494 lines of code changed in 76 files:

jas 2006-07-13 13:47 Rev.: 34763

Add removeFixedDOFHeat().

5 lines of code changed in 1 file:

harman 2006-07-13 13:13 Rev.: 34762

removed weed from fineToCoarseOperator() argument list

6 lines of code changed in 2 files:

jas 2006-07-13 12:54 Rev.: 34761

Remove the default argument for the fillVector().

1 lines of code changed in 1 file:

jas 2006-07-13 12:42 Rev.: 34760

Fix prototype for fillVector().

1 lines of code changed in 1 file:

callahan 2006-07-13 11:09 Rev.: 34759

Use send_output_handle to send results downstream.

133 lines of code changed in 90 files:

harman 2006-07-13 09:51 Rev.: 34757

ICE.cc
advectAndAdvanceInTime()
- initialize mass_adv, mom_adv....etc to 00.0

AMRICE.h
fineToCoarseOperator()
- if(conserved_var) inv_RR = 1.0
if(non-conserved_var) inv_RR = 1.0/(RR.x() * RR.y() * RR.z())

AMRICE.cc
coarsen()
- small changes

Refluxing may still have some issues.

20 lines of code changed in 3 files:

harman 2006-07-13 09:14 Rev.: 34756

Moved some tasks from scheduleFinalizeTimestep to scheduleTimeAdvance.
-scheduleFinalizetimestep: scheduled on every level
-scheduleTimeAdvance: scheduled once

34 lines of code changed in 1 file:

luitjens 2006-07-13 09:06 Rev.: 34755

Added Safety Layers to BNRRegridder.

Fixed PostFixup phase to correctly split patches to minimum patch size
as needed.

68 lines of code changed in 5 files:

callahan 2006-07-12 17:13 Rev.: 34751

Check in basic for BEMTransferSrcToInf module.

319 lines of code changed in 5 files:

callahan 2006-07-12 15:33 Rev.: 34750

Fix compilation error associated with CleanupPoints. Make it public and static.

4 lines of code changed in 1 file:

callahan 2006-07-12 15:32 Rev.: 34749

Minor cleanup

6 lines of code changed in 1 file:

mjc 2006-07-12 12:10 Rev.: 34748

fix bogus data string query

8 lines of code changed in 2 files:

worthen 2006-07-12 11:50 Rev.: 34747

Re-require rho from fine level (at least for the moment)

3 lines of code changed in 1 file:

mjc 2006-07-12 10:31 Rev.: 34746

fix dyn comp on 32 bit linux

28 lines of code changed in 1 file:

jas 2006-07-12 10:10

fillVector() now has a flag for either inserting or adding the value to the current contents.

Add a removeDOFHeat() for the removal of DOF for the implicit heat algorithm.

228 lines of code changed in 4 files:

worthen 2006-07-12 09:35 Rev.: 34743

Get Glew to work with Windows

Have Environment query values for installed SCIRun rather than compiled-in values.

Fix windows compile

619 lines of code changed in 23 files:

jas 2006-07-11 19:40 Rev.: 34741

fillVector() now has a flag for either inserting or adding the value to the current contents.

Add a removeDOFHeat() for the removal of DOF for the implicit heat algorithm.

4 lines of code changed in 1 file:

jas 2006-07-11 19:33

Don't use the vector.reserve() for allocating space, just specify the size
in the constructor. This ensures that the vector.size() will be set.

111 lines of code changed in 22 files:

callahan 2006-07-11 18:14 Rev.: 34738

Fix compilation error with size_type to int casts.

0 lines of code changed in 2 files:

callahan 2006-07-11 17:55 Rev.: 34737

Fix rows update bug.

0 lines of code changed in 2 files:

callahan 2006-07-11 17:28 Rev.: 34736

Minor cleanups.

0 lines of code changed in 2 files:

callahan 2006-07-11 17:28 Rev.: 34735

Fix rows/cols numbers in the range widget to not be fixed at 100 (use input matrix size)

2 lines of code changed in 1 file:

luitjens 2006-07-11 17:18 Rev.: 34734

*debug commit for Bryan

Changes:
min patch size is now constant on all levels
the main regrid function has been overhauled to potentially prepare
for safety layers (this part is may be reverted depending on how
saftey layers are handled).


97 lines of code changed in 2 files:

callahan 2006-07-11 17:11 Rev.: 34733

Add some more includes to LinearAlgebra.h, including math.h.

0 lines of code changed in 2 files:

callahan 2006-07-11 17:09 Rev.: 34732

Fix compiler warning.

0 lines of code changed in 2 files:

mjc 2006-07-11 16:36 Rev.: 34731

fix for compiler bug with dynamic_cast

4 lines of code changed in 1 file:

harman 2006-07-11 16:29 Rev.: 34730

outputProblemSpec()
-mimic flow control logic in problemSetup.

10 lines of code changed in 1 file:

mjc 2006-07-11 16:17 Rev.: 34729

compile fix

0 lines of code changed in 2 files:

dgroulx 2006-07-11 15:58 Rev.: 34728

Updated configure so that the default thirdparty path is now 1.25.4 which is required.

287 lines of code changed in 2 files:

callahan 2006-07-11 15:43 Rev.: 34727

Fix FieldToNrrd conversion of tensor data. It was converting tensors to doubles and labeling them as floats. Convert to floats again.

0 lines of code changed in 4 files:

callahan 2006-07-11 14:09 Rev.: 34726

Fix crash bug when trying to draw non tensor field with tensor display turned on in showfield.

6 lines of code changed in 2 files:

harman 2006-07-11 13:31 Rev.: 34725

Better exception message when the number of exchange coefficients is incorrect.

New message:
0 Caught exception: A ProblemSetup exception was thrown.
../src/Packages/Uintah/CCA/Components/ICE/ICE.cc:5592

The number of exchange coefficients (momentum energy) is incorrect.
Here is the correct specification:
0->1, 0->2, 0->3,
1->2, 1->3,
2->3,


41 lines of code changed in 1 file:

callahan 2006-07-11 13:22 Rev.: 34724

Fix two connections to the same ChooseNrrd module's input port.

0 lines of code changed in 2 files:

callahan 2006-07-11 13:22 Rev.: 34723

Detect attempting multiple connections to the same input port.

0 lines of code changed in 4 files:

dmw 2006-07-11 13:20 Rev.: 34722

- gcc on the MacBooks requires pointers to GL variables to have explicit GL types

38 lines of code changed in 16 files:

worthen 2006-07-11 10:32 Rev.: 34719

Make copmare_uda not depend on Core/Volume

1 lines of code changed in 1 file:

harman 2006-07-11 09:06 Rev.: 34717

removed doICEOnLevel()
ICE is performed on all levels all the time.

53 lines of code changed in 5 files:

mjc 2006-07-10 18:36 Rev.: 34706

BioTensor fixes

11 lines of code changed in 4 files:

callahan 2006-07-10 17:42 Rev.: 34704

Make hex refinement convex before doing the refinement.

225 lines of code changed in 2 files:

harman 2006-07-10 16:38 Rev.: 34702

Added an additional call to

scheduleConservedtoPrimitive_Vars()

right after AdvectAndAdvanceInTime(). You need primitive variables
for refineCFI() and you need to setBC on the coarse level. This task
is now called twice, once after advectAndAdvance() and also inside of
scheduleFinalize(). Answers are still not right.

75 lines of code changed in 4 files:

callahan 2006-07-10 16:15 Rev.: 34701

Refine elements of hex inputs with constant basis.

100 lines of code changed in 2 files:

callahan 2006-07-10 14:15 Rev.: 34699

Extend IsoRefine to accept lattice and structured hex inputs.

404 lines of code changed in 2 files:

callahan 2006-07-10 13:41 Rev.: 34698

Cleanup includes

0 lines of code changed in 1 file:

luitjens 2006-07-10 12:14 Rev.: 34697

Added patches_per_level_per_proc input to the BNR regridder

3 lines of code changed in 1 file:

callahan 2006-07-10 11:58 Rev.: 34696

Fix compilation errors.

3 lines of code changed in 1 file:

callahan 2006-07-10 10:50 Rev.: 34695

Use GLEW to determine graphics capabilities. This makes GLEW a requirement.

326 lines of code changed in 4 files:

callahan 2006-07-10 10:49 Rev.: 34694

Add test networks for IsoRefine.

292 lines of code changed in 2 files:

callahan 2006-07-10 10:28 Rev.: 34693

Fix port name

1 lines of code changed in 1 file:

callahan 2006-07-10 10:27 Rev.: 34692

Fix crash bug for constant basis rendering of 3D fields.

4 lines of code changed in 1 file:

luitjens 2006-07-10 10:12 Rev.: 34691

Reworked communication structure to avoid searching queues for
completed communication. Now waitsome is called instead to complete
communication.

958 lines of code changed in 4 files:

ayla 2006-07-09 13:28 Rev.: 34690

Move data transmitter sources and code cleanup.

0 lines of code changed in 14 files:

luitjens 2006-07-08 11:10 Rev.: 34687

Added a post fixup phase which splits the largest patches until the
desired number of patches are reached. This should help the load
balancer.

107 lines of code changed in 5 files:

luitjens 2006-07-07 17:14 Rev.: 34686

Fixed a bug that caused serial runs to produce one big patchset

19 lines of code changed in 2 files:

luitjens 2006-07-07 16:47 Rev.: 34685

Serial runs should no longer use MPI

238 lines of code changed in 4 files:

worthen 2006-07-07 16:42 Rev.: 34684

Fix flaot compile error

1 lines of code changed in 1 file:

worthen 2006-07-07 15:36 Rev.: 34680

BNR when flags disperse

40 lines of code changed in 1 file:

allen 2006-07-07 15:20 Rev.: 34679

added dependency for the Core/Algorithms/Math lib

0 lines of code changed in 2 files:

allen 2006-07-07 15:19 Rev.: 34678

Round two to make this more streamlined

210 lines of code changed in 3 files:

allen 2006-07-07 13:58 Rev.: 34677

Realized that the streamlineIntegrators should be basic integrators and moved the streamline colinear point clean up back to the module

449 lines of code changed in 10 files:

luitjens 2006-07-07 13:40 Rev.: 34676

Fixed a bug that occurred when rank 0 had 0 flags
Fixed a bug that occured when any processor had 0 flags

26 lines of code changed in 2 files:

allen 2006-07-07 12:56 Rev.: 34675

moved the alogrithm guts out of the module and placed it into the algorithm dir

530 lines of code changed in 5 files:

luitjens 2006-07-07 12:48 Rev.: 34674

Minimum patch size now accounts for cell refinement ratio

4 lines of code changed in 1 file:

luitjens 2006-07-07 10:40 Rev.: 34673

Removed spew.

0 lines of code changed in 1 file:

luitjens 2006-07-07 10:29 Rev.: 34672

Fixed a bug in the patch fixer that would produce incorrect patchsets.

7 lines of code changed in 1 file:

luitjens 2006-07-07 10:26 Rev.: 34671

Fixed a bug that would cause two tasks to potentially be assigned the
same tag.

15 lines of code changed in 1 file:

luitjens 2006-07-06 16:42 Rev.: 34668

Change variable names to match nameing convention

559 lines of code changed in 8 files:

harman 2006-07-06 15:59 Rev.: 34667

Big Change: Single level results shouldn't change

ICE.cc, MPMICE.cc, ICE.h & MPMICE.h
scheduleTimeAdvance()
- moved all tasks after advectAndAdvance() to scheduleFinalizeTimestep()

AMRICE.cc & AMRICE.h
coarsen(),
fineToCoarseOperator(),
reflux_applyCorrectionFluxes()
reflux_computeCorrectionFluxes()
- operate on the conserved quantities mass_adv, mom_adv, eng_adv....etc.

impAMRICE.cc
moved scheduleConservedtoPrimitive_Vars() to the very bottom of the timestep.


185 lines of code changed in 7 files:

worthen 2006-07-06 15:42 Rev.: 34666

More progress on BNR

391 lines of code changed in 4 files:

dgroulx 2006-07-06 14:30 Rev.: 34665

Configure will now respect the value of PETSC_ARCH set by the user. The default behavior is the same as before, but now if you install petsc in a new location, you can set
PETSC_ARCH before running configure, and it will be properly detected.

4 lines of code changed in 2 files:

dav 2006-07-06 14:19 Rev.: 34664

Allow for quiet .d file creation

0 lines of code changed in 2 files:

dav 2006-07-06 14:13 Rev.: 34663


M CCA/Components/Regridder/BNRTask.h

Indented, untabified, use c++ comments, pulled into 80 columns (this
only effected the spacing on comments), other general readability
updates.

Killed the namespace pollution of "using namespace std/Uintah" in the
.h file.

Still needs to have class member variables updated to use naming
convention (ie: _ on names).


M testprograms/sub.mk
M testprograms/BNRRegridder/sub.mk

Add in full list of libraries to all compilation on SGI/Mac.

M testprograms/BNRRegridder/bnrtest.cc

Use "using namespace Uintah" in the .cc file.

Also:

> const int X=700, Y=700;

Please don't use global variables that have a single letter for their
name... this makes it impossible to search quickly for them and in
general is just a bad idea. Please fix this when you get a chance.


158 lines of code changed in 6 files:

luitjens 2006-07-06 13:29 Rev.: 34662

Compiles under gcc4

2 lines of code changed in 1 file:

worthen 2006-07-06 12:46 Rev.: 34661

Fix locking/hanging bug

3 lines of code changed in 1 file:

worthen 2006-07-06 11:29 Rev.: 34659

CullIntersection which *should* work for BNR Regridder

1 lines of code changed in 1 file:

worthen 2006-07-06 11:16 Rev.: 34658

Fix potential problem with incorrect UPS files, allow user to run AMR without a regridder

34 lines of code changed in 4 files:

spinti 2006-07-05 16:25 Rev.: 34653

Removed lines that clipped variances about 0.9 by 2/3.

3 lines of code changed in 1 file:

luitjens 2006-07-05 15:45 Rev.: 34652

Test program for the Berger-Rigoutos regridder.

176 lines of code changed in 3 files:

luitjens 2006-07-05 15:44 Rev.: 34651

Initial Berger-Rigoutos regridder (Not fully functional or tested).

1932 lines of code changed in 9 files:

worthen 2006-07-05 12:23 Rev.: 34645

Handle bad particle case correctly

9 lines of code changed in 3 files:

worthen 2006-07-04 00:30 Rev.: 34641

Try #2 at new subcycle

59 lines of code changed in 2 files:

worthen 2006-07-03 14:57 Rev.: 34640

Comment out an (99%-likely-benign) error/warning

2 lines of code changed in 1 file:

harman 2006-07-03 14:04 Rev.: 34639

added tvar->var_adv to transported variables destructor.

1 lines of code changed in 1 file:

knolla 2006-07-01 04:54 Rev.: 34633

fixed bug in allocating >4G data on 64-bit machines.

0 lines of code changed in 2 files:

June 2006 »

Generated by StatSVN 0.4.0