April 2012 Commit Log

Number of Commits:
183
Number of Active Developers:
15
harman 2012-04-30 12:32 Rev.: 48700

fixed memory leak.

4 lines of code changed in 1 file:

harman 2012-04-27 17:17 Rev.: 48699

computeStressTensor
- changed order of operations in tensorS calculation

computeStressTensorImplicit
- minor rearrangment in the equations for clarification, changing the order
of operations.

- implemented calls do deviatoricStressModel()

## This will change the answers in input files that use ElasticPlastic.

47 lines of code changed in 1 file:

guilkey 2012-04-27 13:42 Rev.: 48698

Use Exceptions, not exit(1).
Tabs are the devil
Comment out some unused variables, reduce warnings.
Should not change answers.

164 lines of code changed in 1 file:

tsaad 2012-04-27 11:56 Rev.: 48697

This should fix the failing bc-test-mixed RT for Wasatch.

1 lines of code changed in 1 file:

jsutherland 2012-04-26 14:20 Rev.: 48695

1. fix a bug in the evaluate that was causing a segfault.
2. implement some assertions.

11 lines of code changed in 1 file:

jsutherland 2012-04-26 14:20 Rev.: 48694

Correct a sign error in the MonolithicRHS expression

6 lines of code changed in 1 file:

jsutherland 2012-04-26 14:20 Rev.: 48693

Fix a bug on STATE_N vs STATE_NONE for RHS in scalability test.

5 lines of code changed in 1 file:

jsutherland 2012-04-26 14:20 Rev.: 48692

Combine convective fluxes into monolithic approach

16 lines of code changed in 1 file:

jsutherland 2012-04-26 14:20 Rev.: 48691

First cut at monolithic RHS - still needs a lot more work.

389 lines of code changed in 4 files:

ihunsaker 2012-04-26 10:52 Rev.: 48690

Updated Boundary Flux documentation to include
verification results and ray convergence analysis

430 lines of code changed in 6 files:

dav 2012-04-26 09:35 Rev.: 48689

Fix for (copy pasted) memory leak.

4 lines of code changed in 1 file:

jsutherland 2012-04-26 09:15 Rev.: 48688

Rip out a few strange code fragments that were generating warnings on my builds.

14 lines of code changed in 2 files:

jsutherland 2012-04-26 09:03 Rev.: 48687

Fix a bad bug related to interpolating area fractions.
Rework ScalarRHS quite a bit to reduce the number of loops, etc.

74 lines of code changed in 1 file:

harman 2012-04-26 08:11 Rev.: 48686

Replaced existing deviatoric stress model with a "factory" which includes HypoElastic &
HypoViscoElastic models. The main reason was to support
std::vector<ParticleVariable<Matrix3>
for each particle needed by the HypoViscoElastic model.

This should not change the answers.

932 lines of code changed in 12 files:

jas 2012-04-25 20:09 Rev.: 48685

Copy the sus output and the compare_uda output to a directory so it can be uploaded
to a webserver.

7 lines of code changed in 1 file:

tsaad 2012-04-25 15:24 Rev.: 48684

Remove the pressure outlet tests until we get the process_after_evaluate for pressure properly handled.

0 lines of code changed in 1 file:

harman 2012-04-25 14:29 Rev.: 48683

runSusTests.py
- redirect output to memory leak log file

mem_leak_checkVarLabels
- restrict is searched for when creating and destroying variables

3 lines of code changed in 3 files:

harman 2012-04-25 14:06 Rev.: 48682

fixed symbolic link to tools

0 lines of code changed in 2 files:

harman 2012-04-25 13:15 Rev.: 48681

added environmental variable WHICH_TESTS when creating "do<component>Test" scripts

0 lines of code changed in 2 files:

harman 2012-04-25 12:24 Rev.: 48680

Input file for postprocessing was wrong - Jacquie

13 lines of code changed in 1 file:

harman 2012-04-25 12:13 Rev.: 48679

computeStressTensor()
removed a sanity check.

1 lines of code changed in 1 file:

dav 2012-04-25 10:44 Rev.: 48678

Fix memory leak. Same code as previous commit I made. Don't need a pointer, can just use a var.

4 lines of code changed in 1 file:

harman 2012-04-25 09:52 Rev.: 48677

updated post processing tools for determining the burn rate -Jacquie

12 lines of code changed in 9 files:

harman 2012-04-25 09:14 Rev.: 48676

computeFlowStress()
- changed d_CM.K*pAlpha[idx]; -> d_CM.K*state->plasticStrain; -Scott

4 lines of code changed in 1 file:

tsaad 2012-04-25 08:14 Rev.: 48675

Fix the failing RT dbg tests. An unused access to the pressure-coef-matrix leaked into the code yesterday and forgot to remove it. NOTE: when accessing Stencil7 or Stencil4 Coefs, cell indices are global - so be careful in using patch offsets as is the case with all Wasatch spatialfields where indexing is local.

1 lines of code changed in 1 file:

tsaad 2012-04-24 12:02 Rev.: 48674

turn BC setting for pressure.

8 lines of code changed in 1 file:

jthornoc 2012-04-24 11:53 Rev.: 48673

Turn off restarts for intrusion test until the memory bug is fixed.

2 lines of code changed in 1 file:

tsaad 2012-04-24 11:52 Rev.: 48672

Add regression tests for pressure outlet boundary conditions. also add 3D-lid-driven-cavity.

11 lines of code changed in 1 file:

dav 2012-04-24 10:57 Rev.: 48671

Fix memory leak...

4 lines of code changed in 1 file:

tsaad 2012-04-24 10:04 Rev.: 48670

Add support for pressure-outlet boundary condition.

111 lines of code changed in 4 files:

harman 2012-04-24 08:18 Rev.: 48669

build
- chgrp and chmod recursively after configure command has been executed

replace_gold_standard
- no longer sending John spam.

2 lines of code changed in 2 files:

jsutherland 2012-04-23 16:40 Rev.: 48667

replace a few field assignments with nebo-style assignment operators

50 lines of code changed in 4 files:

jsutherland 2012-04-23 16:40 Rev.: 48666

Fix a bug in type definition.

2 lines of code changed in 1 file:

jthornoc 2012-04-23 15:54 Rev.: 48665

Missing ".ups" in script.

2 lines of code changed in 1 file:

jthornoc 2012-04-23 15:52 Rev.: 48664

Added the ability for sources to do extra setup if needed after the
property stuff is determined.

11 lines of code changed in 2 files:

tsaad 2012-04-23 15:50 Rev.: 48663

Check that timeintegrator exists before parsing the CARRY_FORWARD expressions. This is needed when running warches.

1 lines of code changed in 1 file:

jas 2012-04-23 07:46 Rev.: 48662

Remove UINTAHSHARE and uintahshare.h include files.

387 lines of code changed in 253 files:

ahumphrey 2012-04-21 17:04 Rev.: 48660

* Still need some level code for domain extents
* Fix device-side RNG seed
* Save restricted pointer usage for later optimizations
* Cleanup and commenting

79 lines of code changed in 2 files:

jsutherland 2012-04-21 12:56 Rev.: 48659

Fix a few issues that were causing a compiler to complain.

62 lines of code changed in 2 files:

banerjee 2012-04-20 21:35 Rev.: 48658

Half space and explosion with cam clay.

321 lines of code changed in 1 file:

banerjee 2012-04-20 21:20 Rev.: 48657

Verification tests.

322 lines of code changed in 3 files:

ihunsaker 2012-04-20 16:22 Rev.: 48656

Explanation of boundary flux method.

940 lines of code changed in 3 files:

jsutherland 2012-04-20 13:46 Rev.: 48654

Rip out the superfluous "AnyExpression" tag.

18 lines of code changed in 1 file:

ahumphrey 2012-04-20 10:10 Rev.: 48653

Eliminate GPU ray tracer code that is now being handled by the infrastructure (GPU scheduler).

0 lines of code changed in 1 file:

jsutherland 2012-04-19 21:22 Rev.: 48652

Fix method resolution problems that were occurring on some compilers.

131 lines of code changed in 1 file:

jsutherland 2012-04-19 21:22 Rev.: 48651

Fix a bug in ProblemSpecReader

1 lines of code changed in 1 file:

jsutherland 2012-04-19 21:04 Rev.: 48650

another shot at making the compilers happy - not sure why my compiler is letting this slip through...

1 lines of code changed in 1 file:

jsutherland 2012-04-19 20:55 Rev.: 48649

add a missing include that choked some compilers.

1 lines of code changed in 1 file:

jsutherland 2012-04-19 20:51 Rev.: 48648

Get rid of the "temperature transport equation" which was not ever really completed anyway.

0 lines of code changed in 4 files:

jsutherland 2012-04-19 20:43 Rev.: 48647

Consolidate convective flux expression builder to reduce code duplication & eliminate it from the Scalability test.

Also improve some error trapping, and modify the ConvInterpStringMap handling to make it a boost::bimap for easier backward access.

192 lines of code changed in 6 files:

tsaad 2012-04-19 19:33 Rev.: 48646

Allow users to specify reference pressure location and value. update all input files in need of this.

71 lines of code changed in 5 files:

harman 2012-04-19 17:05 Rev.: 48645

computeDeltaGamma()
- changed iteration loop tolerance. --Scott

This will change the following answers:
__________________________________
S U M M A R Y
Failed: IMPM-opt tests
:adiCuPTW01s296K: test failed comparison tests
:adiCuPTW01s296K: (restart) test failed comparison tests
Failed: MPM-opt tests
:adiCuJC4000s696K: test failed comparison tests
:adiCuJC4000s696K: (restart) test failed comparison tests
:adiCuMTS4000s696K: test failed comparison tests
:adiCuMTS4000s696K: (restart) test failed comparison tests
:adiCuPTW4000s696K: test failed comparison tests
:adiCuPTW4000s696K: (restart) test failed comparison tests
:adiCuSCG4000s696K: test failed comparison tests
:adiCuSCG4000s696K: (restart) test failed comparison tests
:adiCuZA4000s696K: test failed comparison tests
:adiCuZA4000s696K: (restart) test failed comparison tests
:test_corrug_plate: test failed comparison tests
:test_corrug_plate: (restart) test failed comparison tests
:test_cyl_pene_no_ero: test failed comparison tests
:test_cyl_pene_no_ero: (restart) test failed comparison tests
:test_gurson_beckerdrucker_mts: test failed comparison tests
:test_gurson_beckerdrucker_mts: (restart) test failed comparison tests
:Charpy: test failed comparison tests
:Charpy: (restart) test failed comparison tests



1 lines of code changed in 1 file:

jsutherland 2012-04-19 17:00 Rev.: 48644

Move some parsing things from the ScalarTransportEquation to ParseEquation to make them more accessible elsewhere. These were also reworked a bit to eliminate some redundant code, etc.

Simplify a few things when dealing with expressions that map into the ScalarRHS expression.

Minor cleanup.

454 lines of code changed in 13 files:

jthornoc 2012-04-19 12:45 Rev.: 48643

Fixing a problem with the swirl BC.

5 lines of code changed in 1 file:

jsutherland 2012-04-19 11:28 Rev.: 48642

Fix a few crazy mistakes that slipped through into my last commit.

7 lines of code changed in 2 files:

jsutherland 2012-04-19 10:56 Rev.: 48641

Ensure that any CARRY_FORWARD fields are present in the initialization factory.

58 lines of code changed in 4 files:

jsutherland 2012-04-19 09:32 Rev.: 48640

Minor changes & add a citation for the 3D Taylor vortex problem.

13 lines of code changed in 1 file:

jpedel 2012-04-19 07:58 Rev.: 48639

Handling non-convergence better

26 lines of code changed in 1 file:

jpedel 2012-04-19 07:58 Rev.: 48638

Restoring Merrick's correlation

8 lines of code changed in 1 file:

jsutherland 2012-04-19 07:35 Rev.: 48637

Hopefully this will fix the debug nightly builds that use the sci malloc stuff.

11 lines of code changed in 1 file:

tsaad 2012-04-18 21:58 Rev.: 48636

Fix failing test - make sure that hypre solver is only needed when we are solving momentum equations. it seems that Uintah always defaults to CG Solver...

1 lines of code changed in 1 file:

tsaad 2012-04-18 21:54 Rev.: 48635

revert recent commit as it committed files not ready for repository yet.

13 lines of code changed in 6 files:

tsaad 2012-04-18 21:45 Rev.: 48634

Fix failing test - make sure that hypre solver is only needed when we are solving momentum equations. it seems that Uintah always defaults to CG Solver...

72 lines of code changed in 6 files:

tsaad 2012-04-18 20:26 Rev.: 48633

Make the exception thrown in my previous commit a runtime_error instead of internal error.

5 lines of code changed in 1 file:

tsaad 2012-04-18 19:19 Rev.: 48632

Throw an exception when a solver other than Hypre is used with Wasatch. This is because of the Stencil4 stuff. The other solver interfaces are not Stencil4 friendly.

4 lines of code changed in 1 file:

ihunsaker 2012-04-18 16:23 Rev.: 48631

Added capability to compute radiative fluxes at
boundaries. Passed sanity checks, but still needs
a little more verification before it's ready
for regression testing.

187 lines of code changed in 2 files:

harman 2012-04-18 11:44 Rev.: 48630

Changes made to Burn Rate scripts for more accurate results -Jacquie

937 lines of code changed in 19 files:

harman 2012-04-18 10:46 Rev.: 48629

added RMCRT_VR test.

6 lines of code changed in 1 file:

jthornoc 2012-04-18 09:28 Rev.: 48628

Missing comma.

1 lines of code changed in 1 file:

jthornoc 2012-04-17 16:18 Rev.: 48626

Turning on a few new tests.

4 lines of code changed in 1 file:

jthornoc 2012-04-17 16:18 Rev.: 48625

Function calls needed reordering

1 lines of code changed in 1 file:

jthornoc 2012-04-17 16:18 Rev.: 48624

Adding restart capability for the new Intrusions.

101 lines of code changed in 8 files:

qymeng 2012-04-17 15:51 Rev.: 48623

Fix a vector initialization problem.

3 lines of code changed in 1 file:

jpeterson 2012-04-17 11:57 Rev.: 48621

Add option to add volumetric expansion behavior to Cp calculation.

26 lines of code changed in 3 files:

jsutherland 2012-04-17 11:55 Rev.: 48620

Eliminate a redundant declaration of some malloc related routines that was causing errors on a new compiler.

5 lines of code changed in 1 file:

jsutherland 2012-04-17 11:55 Rev.: 48619

Eliminate one of the TaskInterface constructors to reduce code maintainence.

3 lines of code changed in 3 files:

jsutherland 2012-04-17 11:55 Rev.: 48618

Fix an improper initialization.

57 lines of code changed in 1 file:

jsutherland 2012-04-17 11:37 Rev.: 48617

Fix a bug that arose in the situation where a RHS node was an internal node in a graph.

12 lines of code changed in 2 files:

sadeghirad 2012-04-17 11:23 Rev.: 48616

fixed a bug in Arenisca.cc related to rotation

7 lines of code changed in 1 file:

qymeng 2012-04-17 10:14 Rev.: 48615

remove a dw exist call in scrub

13 lines of code changed in 2 files:

qymeng 2012-04-17 08:31 Rev.: 48614

a missing file for last commit of using gcc atomic operations

87 lines of code changed in 1 file:

qymeng 2012-04-17 08:30 Rev.: 48613

Use gcc atomic operations for atomic counters when available.

16 lines of code changed in 8 files:

ahumphrey 2012-04-17 08:29 Rev.: 48612

Quiet the RMCRT-GPU tests until failing UDA comparisons can be resolved.

2 lines of code changed in 1 file:

tsaad 2012-04-17 07:56 Rev.: 48610

Allow users to specify body force in momentum equations. Add density to the partial momentum RHS - it is needed by the body force source term (rho * body_force). Add hydrostatic pressure test in a confined volume. Fix some formatting and typos here and there.

63 lines of code changed in 7 files:

qymeng 2012-04-16 18:51 Rev.: 48609

Use gcc style atomic operations for reference counting when available.

486 lines of code changed in 5 files:

dav 2012-04-16 16:23 Rev.: 48608

Indentation continues to be my friend (uintahshare.h) - Note, do we still need this? I think that 'share' stuff is for Windows and I think we pulled most of the windows build stuff out...? Added Constant*M operator to complement M*Constant operator.

15 lines of code changed in 2 files:

ahumphrey 2012-04-16 16:21 Rev.: 48607

This is a fix for when INF ghost cells are requested such as in RMCRT, e.g. tsk->requires(abskg_dw, d_abskgLabel, gac, SHRT_MAX)
SHRT_MAX was used to represent INF ghost cells, which caused issues when allocating
space on the GPU, e.g. when getWindow()->getData()->size() was called with a patch
size of (8,8,8) and EC=1, then (SHRT_MAX, 10, 10) was returned.

34 lines of code changed in 3 files:

jthornoc 2012-04-16 16:05 Rev.: 48605

Adding some logic to distinguish betweem massflow inlets and velocity
inlets for the flat-profile intrusion.

9 lines of code changed in 1 file:

jthornoc 2012-04-16 15:47 Rev.: 48603

Removing this option for now.

0 lines of code changed in 1 file:

kamojjala 2012-04-16 10:26 Rev.: 48601

Updated the Kayenta wrapper with the addtional input parameters for joints. Now the wrapper is consistent with the kayenta trunk for UI's and ISV's

34 lines of code changed in 1 file:

ahumphrey 2012-04-15 17:52 Rev.: 48598

Reverted to CUDA 4.0 after major issues with CUDA 4.1 compiler. Now cudaHostRegister(h_reqData, nbytes, cudaHostRegisterPortable) doesn't work?? Commenting out for now. Implicit page-locked buffer is still created for H2D async transfers, just not quite as fast as registering preallocated host memory.

18 lines of code changed in 1 file:

ahumphrey 2012-04-14 19:18 Rev.: 48597

* Clean up and simplify GPU ray tracer
* Add -G0 to NVCC_FLAGS when debug is enabled
* update configure script
* Add some other test tasks to gpu-scheduler-test component

200 lines of code changed in 6 files:

jsutherland 2012-04-14 15:06 Rev.: 48596

minor changes to build of wasatch 3p libs

1 lines of code changed in 1 file:

jsutherland 2012-04-14 15:05 Rev.: 48595

remove some dead code.

6 lines of code changed in 1 file:

banerjee 2012-04-13 23:06 Rev.: 48594

Still in testing phase.

821 lines of code changed in 4 files:

dav 2012-04-13 15:14 Rev.: 48593

Newline at end of file to quite compiler warning.

1 lines of code changed in 1 file:

jthornoc 2012-04-13 13:13 Rev.: 48592

Accidently removed a bunch of local RT tests in a previous commit.

16 lines of code changed in 1 file:

jthornoc 2012-04-13 12:37 Rev.: 48591

Cleaning up some warnings. (Thanks, James)

7 lines of code changed in 3 files:

jthornoc 2012-04-13 10:26 Rev.: 48589

Hooray! Fixed the problem with returning a Vector from
getIteratorBCValueBCKind. Removed the "vecvalue" option from the BCType
spec.

66 lines of code changed in 3 files:

tsaad 2012-04-13 10:07 Rev.: 48588

Add reference pressure specification for Wasatch as well as the ability to construct full 3D Laplacian for the pressure in 2D problems. This has important implications on the condition number of the pressure coefficients matrix and therefore the tolerance that Hypre will be able to achieve. Also clean up some obsolete cout statements, add a couple of ifdefs, and remove some switch cases that are obsolete.

140 lines of code changed in 8 files:

jsutherland 2012-04-12 19:13 Rev.: 48586

Clean up a bunch of sloppy, non-standard code.

For a particularly egregious example, have a look at src/Cores/Basis/Locate.h !

Most of this was due to a new compiler that is catching a lot of things that slipped through the cracks before.

752 lines of code changed in 21 files:

jthornoc 2012-04-12 18:37 Rev.: 48584

Giving up: Having trouble when the bc_value returned from
getIteratorBCValueBCKind is a vector. Reverting the hack I had
implemented earlier.

23 lines of code changed in 1 file:

sadeghirad 2012-04-12 13:09 Rev.: 48583

added subcycling for F to Arenisca

319 lines of code changed in 1 file:

tsaad 2012-04-12 08:05 Rev.: 48581

Incorporate periodicity (2*Pi) into the Taylor-Green vortex MMS (2D & 3D) so that we can specify domain sizes more accurately as integers. Interestingly, this changed the answers on the Taylor-Vortex problems. Solutions are still correct though within discretization error. Will update gold standards tomorrow morning.

6 lines of code changed in 1 file:

guilkey 2012-04-11 21:45 Rev.: 48580

If a particle is going to be deleted, set the D tensor to zero so as not to stress the model evaluation.

1 lines of code changed in 1 file:

guilkey 2012-04-11 21:31 Rev.: 48579

Implement subcycling for the calculation of F. Also, removed tabs, and mothballed the viscousStress update for localized particles as we're nowhere near ready
for that kind of Hail Mary at this point.

130 lines of code changed in 1 file:

kamojjala 2012-04-11 16:59 Rev.: 48578

Added Charpy.ups in the inputs/MPM directory and made that as RT for Elastic Plastic Constitutive Model in MPM.py

2 lines of code changed in 1 file:

jsutherland 2012-04-11 16:38 Rev.: 48577

add some error trapping diagnostics

6 lines of code changed in 1 file:

jthornoc 2012-04-11 16:14 Rev.: 48575

Added better error checking for the reference pressure point.

Removed "vecvalue" from boundary condition specification. This should
now just work with simply "value".

89 lines of code changed in 3 files:

jsutherland 2012-04-11 13:05 Rev.: 48574

Simplify some things for the ScalabilityTestTransportEquation & its parsing

49 lines of code changed in 3 files:

jsutherland 2012-04-11 11:01 Rev.: 48573

Dump version information for TabProps in output.

5 lines of code changed in 1 file:

jsutherland 2012-04-11 11:01 Rev.: 48572

Make Wasatch use the Linear TabProps build from now on.
Replace table in rtest with a linear interpolant one.

3 lines of code changed in 1 file:

jsutherland 2012-04-11 11:00 Rev.: 48571

fix some comments

2 lines of code changed in 1 file:

jsutherland 2012-04-11 11:00 Rev.: 48570

remove some unnecessary code.

1 lines of code changed in 1 file:

harman 2012-04-11 08:37 Rev.: 48569

Sigh!
added delete defState
ASSERT(trialS_tmp == trialS) -> ASSERT(trialS_tmp != trialS)

3 lines of code changed in 1 file:

banerjee 2012-04-10 16:54 Rev.: 48568

Added rotation of elastic strain.

6 lines of code changed in 1 file:

banerjee 2012-04-10 16:46 Rev.: 48567

Added rotational correction. The algorithm is still valid only for small strains.

25 lines of code changed in 2 files:

harman 2012-04-10 15:45 Rev.: 48566

added test_gurson_beckerdrucker_mts test back into the regression tester

computePlasticStateBiswajit()

- removed ASSERT(stst != 0.0); --Scott

which was causing test_gurson_beckerdrucker_mts test to fail.


4 lines of code changed in 2 files:

jthornoc 2012-04-10 15:43 Rev.: 48565

Two changes:

* Help Todd sleep at night by removing the "this sucks" suckiness of
copying over the stencil to CCVariable<double> so that it can be
passed into the fortran. The fortran was removed in favor of some
sensible C++.

* Fix a problem with the reference pressure option: Pressure wasn't
being set to the user specified value and neighboring stencil values
weren't being adjusted properly.

171 lines of code changed in 4 files:

jthornoc 2012-04-10 15:43 Rev.: 48564

Solving Todd's confusion. ;)

2 lines of code changed in 1 file:

harman 2012-04-10 14:50 Rev.: 48563

Added DeformationState Structure

Added DeviatoricStressModel 'factory'
- The user can select
<deviatoric_stress_model type = "hypoElastic"/>
or
<deviatoric_stress_model type = "hypoViscoElastic"/>

The default is hypoElastic.

Most of the plumbing is roughed in just need to hook up fixtures.

* This should not change the answers

233 lines of code changed in 4 files:

ahumphrey 2012-04-10 14:33 Rev.: 48562

replace_gold_standard: Also email Alan whenever there is a change to a GS (for GPU RT).

3 lines of code changed in 1 file:

tsaad 2012-04-10 08:08 Rev.: 48561

Add documentation to the Cylinder initialization in Wasatch.

19 lines of code changed in 1 file:

jsutherland 2012-04-10 06:57 Rev.: 48560

cleanup

43 lines of code changed in 1 file:

qymeng 2012-04-09 23:14 Rev.: 48558

Fixed a bug that ghost cells were not mapped correctly between levels when creating neighborhood on commit 47536

1 lines of code changed in 1 file:

qymeng 2012-04-09 16:27 Rev.: 48557

Fix configure with gperftools on linux.

2 lines of code changed in 2 files:

qymeng 2012-04-09 16:24 Rev.: 48556

Skip initiateTask if no external dependency.

283 lines of code changed in 2 files:

harman 2012-04-09 09:21 Rev.: 48555

removed failing tests until they can be dealt with.

2 lines of code changed in 2 files:

harman 2012-04-08 09:12 Rev.: 48554

Changed d_plasticConvergenceAlgo from an int to a string.
I don't like it but it makes dealing with restarts much easier.

6 lines of code changed in 2 files:

tsaad 2012-04-07 13:02 Rev.: 48553

Add cylinder initialization function in Wasatch.

165 lines of code changed in 2 files:

banerjee 2012-04-06 16:54 Rev.: 48551

Input files for ONR-MURI simulations.

7752 lines of code changed in 27 files:

harman 2012-04-06 16:41 Rev.: 48550

Updated the python version warning to reflect path change at chpc.

2 lines of code changed in 1 file:

harman 2012-04-06 16:37 Rev.: 48549

if python version is < 2.5 then print a warning and exit

1 lines of code changed in 1 file:

harman 2012-04-06 16:14 Rev.: 48548

computePlasticStateBiswajit()
- Pass matrix3 variables in by reference, especially if you want to modify it!!!

6 lines of code changed in 2 files:

tsaad 2012-04-06 15:14 Rev.: 48547

Initialize a few additional fields for the pressure solver to avoid random number popping up in the regression tests. This will break the RT for wasatch. I will update tomorrow morning.

15 lines of code changed in 4 files:

ahumphrey 2012-04-06 10:08 Rev.: 48546

Additions/Fixes to build system CUDA support
* Fix issue with missing debug symbols in device code
* Add flags to compile device code specifically for Fermi architecture (will add Kepler flags later)
* Update configure script

24 lines of code changed in 2 files:

harman 2012-04-05 17:12 Rev.: 48544

Throw an exception if the user selects Gurson yield condition with radial return.
The user is told to add:

<plastic_convergence_algo> biswajit </plastic_convergence_algo>

to the input file

34 lines of code changed in 3 files:

banerjee 2012-04-05 17:02 Rev.: 48542

Corrected signs.

36 lines of code changed in 8 files:

banerjee 2012-04-05 16:45 Rev.: 48541

Updated. Some signs may stiff be wrong.

69 lines of code changed in 2 files:

dav 2012-04-05 14:03 Rev.: 48539

Fix gperftools (google code profiling tools) configure/link on Mac OSX.

169 lines of code changed in 5 files:

tsaad 2012-04-05 09:51 Rev.: 48538

Remove some unused variables that creeped in from recent changes to BC processing.

0 lines of code changed in 1 file:

tsaad 2012-04-05 09:42 Rev.: 48537

Add lid-driven-cavity tests to the RT. NOTE: we are using a single MPI process for the moment because of inconsistent values still showing up at processor boundaries with multiple MPI processes.

8 lines of code changed in 1 file:

jsutherland 2012-04-05 09:38 Rev.: 48536

Remove some redundant code.
Minor formatting changes.

93 lines of code changed in 3 files:

tsaad 2012-04-05 08:33 Rev.: 48535

add a few more memory regression tests for Wasatch.

7 lines of code changed in 1 file:

tsaad 2012-04-05 08:26 Rev.: 48534

Initialize a field to avoid NANs or Random values on out-of-boundary faces.

1 lines of code changed in 1 file:

jsutherland 2012-04-04 20:54 Rev.: 48532

Forgot to commit changes to a sub.mk file during my last commit...

1 lines of code changed in 1 file:

jsutherland 2012-04-04 20:54 Rev.: 48531

Remove an unnecessary implementation file
Remove a namespace opening in a header file (bad!)

15 lines of code changed in 2 files:

harman 2012-04-04 16:57 Rev.: 48530

computePlasticStateBiswajit()
- now returning tensorS instead of Stilde.
- moved
Stilde = Stilde*(state->yieldStress/stst);
into CPS_Biswajit()

changed default plastic convergence plastic algorithm from biswajit to radial return.


* This WILL change the answers.

26 lines of code changed in 2 files:

jthornoc 2012-04-04 16:09 Rev.: 48529

Remove debugging statements.

0 lines of code changed in 1 file:

dav 2012-04-04 15:03 Rev.: 48528

Add in configure hooks for RadProps. Sub.mk and include files still need to be updated to use these hooks.

106 lines of code changed in 3 files:

dav 2012-04-04 15:00 Rev.: 48527

Indentation is your (well, at least my) friend.

3 lines of code changed in 1 file:

ihunsaker 2012-04-04 14:46 Rev.: 48526

Moved the VR solve out of the cell iterator that
contains the divQ solver, and into its own iterator.
This allows VR and divQ to be solved independently.
Also added capability for users to specify a line
or block of radiometers rather than a single one.
VR is ready for regression testing.

142 lines of code changed in 2 files:

guilkey 2012-04-04 14:38 Rev.: 48525

Additional possibly useful scripts for processing data and frames into movies. Both are rip offs of scripts that Todd wrote previously.

111 lines of code changed in 2 files:

jthornoc 2012-04-04 13:52 Rev.: 48524

Allowing for mass flow inlets from intrusions.

19 lines of code changed in 2 files:

jpeterson 2012-04-04 13:48 Rev.: 48523

Fixed a dependency in the UPS file for the SolidReactionModel as well as fixed the problem setup operation to correctly read child nodes of the SolidReactionModel section of input file.

10 lines of code changed in 1 file:

ahumphrey 2012-04-04 13:03 Rev.: 48522

- Change device function parameters to be restricted pointers (alleviate potential aliasing problems).
- Change int to size_t for byte calculations passed to CUDA Runtime API calls (GPUThreadedMPIScheduler).
- Make UDA comparison exact on RMCRT GPU test.

17 lines of code changed in 4 files:

ahumphrey 2012-04-04 12:23 Rev.: 48521

Add RMCRT_1L test to nightly GPU RT (use threaded GPU scheduler). UDAs should compare.

4 lines of code changed in 1 file:

jthornoc 2012-04-04 12:04 Rev.: 48520

Fixing tabprops for last commit.

2 lines of code changed in 2 files:

tsaad 2012-04-04 12:01 Rev.: 48519

remove a cout statement for Wasatch_in_Arches.

0 lines of code changed in 1 file:

ahumphrey 2012-04-04 12:00 Rev.: 48518

Completed initial version of Arches GPU ray tracer. Need to work out minor correctness issue, then focus on optimization.

277 lines of code changed in 3 files:

jthornoc 2012-04-04 11:56 Rev.: 48516

Variables with arbitrary naming conventions can now be mapped to
specific CFD roles either from the input file:

<VarID>
<var label="my_label" role="temperature"/>
<VarID>

or from individual models using ArchesLabel::setVarlabelToRole.
Varlabels are returned for specific roles from ArchesLabel using
ArchesLabel::getVarlabelByRole. This
will allow models that use the CFD quantities to easily identify needed VarLabels
if the model developer chooses not to make the specification in the
model and its input spec.

Note that permitted CFD roles are defined in ArchesLabel constructor and
should be replicated in the spec.

126 lines of code changed in 11 files:

qymeng 2012-04-04 10:00 Rev.: 48515

small logic change in ThreadedMPI2 scheduler

10 lines of code changed in 1 file:

banerjee 2012-04-03 22:42 Rev.: 48514

Documents that explain the models. Always work in progress.

11912 lines of code changed in 10 files:

qymeng 2012-04-03 21:51 Rev.: 48513

Improved decentralized multi-thread scheduler.
No more busy locking on all threads.

100 lines of code changed in 4 files:

banerjee 2012-04-03 19:59 Rev.: 48512

Added option for camclay and now allowing compile of stuff in Biswajit.

5 lines of code changed in 2 files:

banerjee 2012-04-03 19:57 Rev.: 48511

Updated to make consistent with other recent changes.

9 lines of code changed in 2 files:

harman 2012-04-03 17:08 Rev.: 48510

filename changes
SCGPlastic -> SCGFlow
ZAPlastic -> ZAFlow
ZAPolymer -> ZAPolymerFlow
MTSPlastic -> MTSFlow
PTWPlastic -> PTWFlow
JohnsonCookPlastic -> JohnsonCookFlow
IsoHardeningPlastic-> IsoHardeningFlow
PlasticityModelFactory -> FlowStressModelFactory

PlasticityModel -> FlowModel

6055 lines of code changed in 39 files:

harman 2012-04-03 15:34 Rev.: 48509

Variable & class name change

*.ups: plasticity_model -> flow_model

*.cc/h: d_plastic -> d_flow
PlasticityModel -> FlowModel
PlasticityModelFactory -> FlowModelFactory
IsoHardeningPlastic -> IsoHardeningFlow
JohnsonCookPlastic -> JohnsonCookFlow
MTSPlastic -> MTSFlow
PTWPlastic -> PTWFlow
SCGPlastic -> SCGFlow
ZAPlastic -> ZAFlow
ZAPolymer -> ZAPolymerFlow

This should not alter the answers. Renaming filenames is next.

536 lines of code changed in 20 files:

jthornoc 2012-04-03 15:04 Rev.: 48507

Fix swirl to work with domains that don't originate at (0,0,0).
Update square_boiler_1.ups to look more like a boiler (ifrf).

8 lines of code changed in 1 file:

qymeng 2012-04-03 13:02 Rev.: 48506

sperate partcile varDB from grid&level varDB

108 lines of code changed in 2 files:

guilkey 2012-04-03 12:55 Rev.: 48505

Moderately more informative error message.

1 lines of code changed in 1 file:

guilkey 2012-04-03 11:47 Rev.: 48504

In some debugging output, use the particleID, not just the loop index, to
identify the particle in question.

3 lines of code changed in 1 file:

guilkey 2012-04-03 11:45 Rev.: 48503

Added, in an #ifdef, the option of using a subcycling algorithm to more
accurately compute the deformation gradient.

57 lines of code changed in 1 file:

jsutherland 2012-04-03 09:42 Rev.: 48501

Enable restart on Wasatch.

81 lines of code changed in 3 files:

qymeng 2012-04-03 08:50 Rev.: 48500

check usesMPI() instead of Task::OncePerProc to determin if a new
synchronization phases need to be created to avoid deadlock.
A task need to set usesMPI(true) if itself explicitly uses MPI.

17 lines of code changed in 8 files:

harman 2012-04-03 08:11 Rev.: 48499

computeTangentModulus()
Removed code and replaced it with an exception.
These functions are never called.

30 lines of code changed in 6 files:

jthornoc 2012-04-02 16:41 Rev.: 48497

A little cleanup on the coldFlow model.

5 lines of code changed in 3 files:

harman 2012-04-02 15:57 Rev.: 48496

Reverted changes made on r48480

199 lines of code changed in 2 files:

harman 2012-04-02 12:21 Rev.: 48495

BurnsChriston Class:
Global: demarcate global vars with "_"
ProblemSetup()
- added bulletproofing
- using getWithDefault instead of get
computeProps()
- fallout from global variable name change

Now runs properly.

24 lines of code changed in 1 file:

harman 2012-04-02 11:30 Rev.: 48494

added order of accuracy tests for ARCHES::RMCRT_bm1

0 lines of code changed in 2 files:

harman 2012-04-02 10:04 Rev.: 48493

Using mkpath instead of mkdir. This allows subdirectories
within a component.

3 lines of code changed in 1 file:

harman 2012-04-02 08:15 Rev.: 48492

added optimization log
baseline timings

10 lines of code changed in 1 file:

tsaad 2012-04-01 17:24 Rev.: 48491

Update the treatment of Boundary Conditions for Staggered fields when using Neumann boundary conditions. With this more rigorous formulation, the ghost/extra cell for Neumann conditions is set using a wide finite-difference stencil. In this case, we are able to update (i.e. advance in time) the staggered field at the boundary. This change will break all Wasatch BC regression tests that transport staggered fields and have Neumann BCs applied in the staggered direction (3 tests). This commit also works when using extra cells with Wasatch.

72 lines of code changed in 1 file:

March 2012 »

Generated by StatSVN 0.7.0