March 2012 Commit Log

Number of Commits:
135
Number of Active Developers:
16
banerjee 2012-03-31 22:13 Rev.: 48489

Corrected sign of eps_v.

45 lines of code changed in 5 files:

banerjee 2012-03-31 20:31 Rev.: 48488

Updated to eliminate duplicate tags.

46 lines of code changed in 17 files:

tsaad 2012-03-31 20:14 Rev.: 48486

Allow convective flux limiters to handle embedded boundaries by defaulting to upwind when close to embedded boundaries.

149 lines of code changed in 8 files:

ahumphrey 2012-03-31 08:11 Rev.: 48485

Fix compile error in RayGPU.cu

0 lines of code changed in 1 file:

harman 2012-03-30 16:58 Rev.: 48484

Benchmark 1 runs with Arches.
Temperature field has been hardwired.
Answers need to be verified


17 lines of code changed in 2 files:

ahumphrey 2012-03-30 14:47 Rev.: 48483

Add corresponding Label changes to GPU version of Arches ray tracer.

4 lines of code changed in 2 files:

ihunsaker 2012-03-30 14:00 Rev.: 48482

Made VRFLux label local to Ray.cc

8 lines of code changed in 6 files:

harman 2012-03-30 12:22 Rev.: 48480

- removed plastic_convergence_algo flag.

- removed computePlasticStateBiswajit()
radial return is now the only option

Many of the MPM related RT tests will fail.

7 lines of code changed in 2 files:

ihunsaker 2012-03-30 11:14 Rev.: 48479

Removed obsolete boolean modifies_VRFlux.
Todd: Removal of VRFlux_label from RMCRT.cc
to Ray.cc to come shortly

11 lines of code changed in 4 files:

ahumphrey 2012-03-30 10:16 Rev.: 48478

Third time's a charm. Now we can get the various threaded schedulers under RT.

3 lines of code changed in 1 file:

ahumphrey 2012-03-30 08:59 Rev.: 48477

Use mpirun with GPU RT test.

4 lines of code changed in 1 file:

ahumphrey 2012-03-30 08:35 Rev.: 48476

Add additional command line options for sus (sus_options="string") in RGPU RT scripts.

3 lines of code changed in 2 files:

banerjee 2012-03-29 21:30 Rev.: 48475

Compiles again now.

544 lines of code changed in 58 files:

tsaad 2012-03-29 19:36 Rev.: 48474

Consolidate the convective flux expressions. Rewrite the flux limiters using a more abstract formulation: phi_face = LowOp(phi) - psi(r)*[ LowOp(phi) - HighOp(phi)] where phi_face is the desired convected value of a scalar, LowOp corresponds to a low order interpolant (e.g. upwind), psi(r) is the flux limiter function that depends on the ratio of successive gradients of phi and the flux limiter type, and finally, HighOp designates a high order interpolant (e.g. central). This changes will allow us to use exisiting operator threading in the SpatialOps library among other things. NOTE: this commit will again break the convection tests because of some round off errors accumulating from splitting algebraic operations. I will update the gold standards as soon as the RT machine fires up.

113 lines of code changed in 6 files:

guilkey 2012-03-29 15:04 Rev.: 48473

Small formatting change that was bugging me.

1 lines of code changed in 1 file:

guilkey 2012-03-29 14:59 Rev.: 48472

Remove unused variable.

0 lines of code changed in 1 file:

jthornoc 2012-03-29 13:10 Rev.: 48471

Warning...

1 lines of code changed in 1 file:

tsaad 2012-03-29 12:47 Rev.: 48470

Remove offending tests from the regression tester until we find a solution for these random values in ghost cells.

0 lines of code changed in 1 file:

qymeng 2012-03-29 10:47 Rev.: 48467

Set default threaded scheduler to centralized version.

2 lines of code changed in 1 file:

guilkey 2012-03-29 10:26 Rev.: 48466

Adding information to the output to identify the user defined inputs.

0 lines of code changed in 2 files:

qymeng 2012-03-29 10:13 Rev.: 48465

Add two debugstreams to control threaded2 scheduler and cpu affinity.

16 lines of code changed in 4 files:

ahumphrey 2012-03-29 09:00 Rev.: 48464

Fix syntax error in GPU RT script.

2 lines of code changed in 1 file:

ahumphrey 2012-03-28 19:19 Rev.: 48463

Initial version of updateSumI GPU kernel and rayTraceGPU method. Not optimized.

330 lines of code changed in 2 files:

ahumphrey 2012-03-28 14:49 Rev.: 48462

Add GPU version of Ray constructor. This will change when a GPU DataWarehouse is implemented.

106 lines of code changed in 6 files:

harman 2012-03-28 10:58 Rev.: 48461

fixed conditional surrounding computePlasticStateBiswajit()

1 lines of code changed in 1 file:

ahumphrey 2012-03-28 09:41 Rev.: 48460

- Fix compiler error: "no matching function for call to 'Uintah::Task::Task in RayGPU.cu"
- Also starting to add more GPU tests

7 lines of code changed in 4 files:

ihunsaker 2012-03-27 16:27 Rev.: 48459

Created a label for VRFlux in preparation for
putting the virtual radiometer model under
regression testing.

69 lines of code changed in 6 files:

ahumphrey 2012-03-27 16:18 Rev.: 48458

- Add cuRAND includes to cuda_testdefs.h.in for host and device-side GPU RNG
- Simplify build system CUDA checks
- update configure script
- Turn patch combining back on in GPU scheduler. This was crashing on jaguar GPU partition

11 lines of code changed in 5 files:

dav 2012-03-27 15:38 Rev.: 48457

Mac port hack script for bigmac

0 lines of code changed in 1 file:

harman 2012-03-27 13:38 Rev.: 48456

fixed typos

6 lines of code changed in 1 file:

cam 2012-03-27 08:54 Rev.: 48455

set mesh->logicalBounds to support better rendering with SLIVR in VisIt 2.4.2

20 lines of code changed in 1 file:

harman 2012-03-27 08:42 Rev.: 48454

computeStressTensor()
- comments
- variable name change:
oldStress-> sigma
devTrialStress -> trialS

computePlasticStateViaRadialReturn()
- computing nn instead of Stilde.

computeEPlasticTangentModulus()
- passing in trialS instead of normTrialS & nn

82 lines of code changed in 2 files:

cam 2012-03-27 08:42 Rev.: 48453

fix face-centered data problems with udaReader

87 lines of code changed in 4 files:

tsaad 2012-03-26 19:56 Rev.: 48452

Dirichlet boundary conditions treatment for pressure projection using the PPE formulation. Also fix a bug in parsing the vorticity expression from the input file. Add regression tests for a lid-driven-cavity flow in all three Cartesian planes, respectively.

123 lines of code changed in 7 files:

harman 2012-03-26 16:24 Rev.: 48451

Global:
changed task name
computeStressTensor -> computeStressTensorImplicit

ImplicitCM.cc:
Added bulletproofing. If you land in this stub function then
throw a fit.

*This should not change the answers.

110 lines of code changed in 20 files:

jpeterson 2012-03-26 15:29 Rev.: 48450

Roll back changes during continued development.

72 lines of code changed in 2 files:

jthornoc 2012-03-26 12:58 Rev.: 48449

Removed unused variable in IntrusionBC.h.
Passing parent ProblemSpec to scalarInletBase to parse the flux
direction correctly.
Update input files to reflect latest changes in IntrusionBC to fix the
RT tests. This will fix last night's failing tests.

10 lines of code changed in 2 files:

tsaad 2012-03-26 10:22 Rev.: 48448

Add calculation of delt to the Wasatch timestepper so that it is accessible by other expressions such as the pressure. NOTE: I added a new member variable to the SimulationState that stores the current deltat. This was needed because of the way we are updating delt in Wasatch. You can now access the current deltat from the SimulationState (e.g. sharedstate). The current_deltat is being set in the AMRSimulationController global loop, right before a component executes its timestep. Finally, subtract the dilatation/dt from the pressure RHS. This is required to filter out any non-divergence-free initial conditions. This will be clearly visible when projecting with boundary conditions. NOTE: THIS WILL BREAK THE REGRESSION TESTER ON THE MULTILEVEL SCALAR TRANSPORT EQUATION. JAMES WILL SOON COMMIT A FIX IN THE EXPRLIB.

123 lines of code changed in 11 files:

jpedel 2012-03-26 09:18 Rev.: 48447

Fixing the convergence criteria

4 lines of code changed in 1 file:

tsaad 2012-03-26 07:12 Rev.: 48446

Use SpatialOps syntax evaluations in Vorticity.

1 lines of code changed in 1 file:

qymeng 2012-03-25 22:57 Rev.: 48445

Silent a warning for older gcc compiler.

2 lines of code changed in 1 file:

jthornoc 2012-03-25 22:32 Rev.: 48444

Scalar/Velocity input file option for intrusion inlets.

224 lines of code changed in 2 files:

tsaad 2012-03-25 19:40 Rev.: 48443

Further improvements on the performance of the Wasatch pressure solver. Use the previous pressure solution as an initial guess - from now on, we will need to specify an initial condition for the pressure from the input file. This is simply a constant BasicExpression. Also, start pushing for the RK3 multiprocessor pressure solve. As of this commit, RK3 pressure solve works with multiprocessor problems. Finally, reduce the number of timesteps on some of the convection regression tests as they are taking a long time to complete. THIS COMMIT WILL BREAK THE WASATCH REGRESSION TESTS.

24 lines of code changed in 4 files:

jas 2012-03-25 16:12 Rev.: 48442

This is the current buildbot config file.

438 lines of code changed in 1 file:

qymeng 2012-03-25 13:58 Rev.: 48441

Update GPUThreadedMPIScheduler to support the same number of threads as
ThreadedMPIScheduler.

6 lines of code changed in 2 files:

qymeng 2012-03-25 12:43 Rev.: 48440

Support up to 64 threads per MPI rank.

37 lines of code changed in 12 files:

tsaad 2012-03-24 22:42 Rev.: 48439

Update the way Wasatch sets up the matrix for the pressure solve. Since we're using the CG Hypre solver for symmetric matrices, we can substantially improve the solver's performance by solving: {- [A] p = - p_rhs}. In essence we need to supply the hypre CG solver with a positive definite matrix. Also make some solver input settings optional. Finally, update the regression tests for the Taylor-Vortex MMS tests - This will break the regression tests for Wasatch. Will update goldstandards after the RT machine fires up.

17 lines of code changed in 1 file:

tsaad 2012-03-24 18:41 Rev.: 48438

Additional regression tests for high order flux limiters with boundary conditions.

69 lines of code changed in 1 file:

jpeterson 2012-03-24 14:53 Rev.: 48437

Fixed the errors in compilation. I don't know why my compilation at work didn't catch these.

9 lines of code changed in 2 files:

jthornoc 2012-03-23 17:18 Rev.: 48436

Fixed a bug with the laminar Pr model + a problem in referencing the
incorrect cell when actually using the model in Discretization_new.h.

Also, further refinement on the intrusion class. Seems to be working for
multiple patches now, even when geometry lines up with the patch
boundaries.

686 lines of code changed in 6 files:

ihunsaker 2012-03-23 16:11 Rev.: 48435

Updated the VR code. Now compatible with
the abstracted intensity function.

7 lines of code changed in 1 file:

tsaad 2012-03-23 12:41 Rev.: 48434

Fix bug in the z-direction flux limiter interpolant. Also use central interpolation for the convected scalar when the velocity is zero instead of setting the scalar to zero. Regression tests will follow.

6 lines of code changed in 1 file:

ihunsaker 2012-03-23 12:03 Rev.: 48433

Placed ray marching and computation of sumI in
its own function. sumI is used for many calculations
including the virtual radiometer, divQ, and surface
fluxes. The abstraction of sumI allows the intensity
solver to be easily caled without code duplication
for the various applications.

Also changed variable name "SumI" to "sumI" for
consistency.

185 lines of code changed in 2 files:

jpeterson 2012-03-23 10:47 Rev.: 48432

In iterative solvers added the modified EOS to correctly handle cases where the relative volume is close to 1.

141 lines of code changed in 2 files:

sadeghirad 2012-03-23 10:19 Rev.: 48431

modified a tiny bug in Arenisca.cc

10 lines of code changed in 1 file:

banerjee 2012-03-22 22:52 Rev.: 48430

Updated but a long way to go.

142 lines of code changed in 31 files:

banerjee 2012-03-22 18:57 Rev.: 48429

Under development. Significant changes are expected in the structure.

18540 lines of code changed in 90 files:

banerjee 2012-03-22 18:44 Rev.: 48428

Forgot ElasticPlastic.

0 lines of code changed in 1 file:

banerjee 2012-03-22 18:42 Rev.: 48427

Commenting out Biswajit subdir.

1 lines of code changed in 1 file:

banerjee 2012-03-22 18:41 Rev.: 48426

Removed ElasticPlastic.

1 lines of code changed in 4 files:

banerjee 2012-03-22 18:37 Rev.: 48425

Moved to Biswajit folder.

0 lines of code changed in 30 files:

sadeghirad 2012-03-22 16:44 Rev.: 48424

updated Arenisca: improved its upper limit for kappa

65 lines of code changed in 2 files:

qymeng 2012-03-22 14:30 Rev.: 48423

Better handling papi and google performance toolkit configure.

734 lines of code changed in 2 files:

harman 2012-03-22 08:07 Rev.: 48422

using gforge.sci.utah.edu instead of code.sci.utah.edu for svn repository.

1 lines of code changed in 1 file:

harman 2012-03-21 16:33 Rev.: 48421

global, variable name change:
tensorSig -> sigma
phi -> flow_rule
sqrtSxS -> normS
doNewtonIterations -> doRadialReturn

added ups option
<plastic_convergence_algo> radialReturn or biswajit </plastic_convergence_algo>
not fully implemented.

computeStressTensor v.1()
- moved code inside of if(sqrtSXS) {} into a new function named
computePlasticStateBiswajit()

- renamed computeStilde() -> computePlasticStateViaRadialReturn()
I'm still working on consolidating this.

* This should not change the answers

245 lines of code changed in 2 files:

tsaad 2012-03-21 15:48 Rev.: 48420

Add Stencil4 structure for symmetric matrices. Update the HypreSolver interface to deal with Stencil4 matrices. NOTE: the current workaround does NOT require any of the components to make changes to their linear solver. It would be nice to move to a templated version of the hypre solver with the Stencil type as a template argument, but that will require reworking all the schedul_solver calls. Regression tests passed on ARCHES, ICE, MPM, MPMARCHES, and Wasatch. Please let me know if you get into problems with your linear solver.

261 lines of code changed in 15 files:

qymeng 2012-03-21 14:59 Rev.: 48419

Support --with-gperftools in static build.

11 lines of code changed in 3 files:

harman 2012-03-21 14:29 Rev.: 48418

removed unused deltaGamma().

0 lines of code changed in 2 files:

awabboud 2012-03-21 10:41 Rev.: 48417

Multiplying Precipitation Source term by rho within expression. Fixing overlooked compile warning.

21 lines of code changed in 3 files:

harman 2012-03-21 09:26 Rev.: 48416

Removed unused functions/methods --Scott Bardenhagen

0 lines of code changed in 5 files:

harman 2012-03-21 09:23 Rev.: 48415

LOCALTESTS == NIGHTLYTESTS

1 lines of code changed in 1 file:

qymeng 2012-03-20 15:32 Rev.: 48414

Squashed commit of the following:

Add support for google cpuprofiler heapprofiler heapchecker

The env variables to turn them on:
CPUProfiler HeapProfiler HeapChecker

Note: you cannot do heap profile and heap check at the same time.

61 lines of code changed in 4 files:

ahumphrey 2012-03-20 14:33 Rev.: 48413

- Add build system support for Google Perftools (CPU and heap profiler)
- Add file: include/sci_defs/gperftools_testdefs.h.in
- Update configure script

397 lines of code changed in 6 files:

harman 2012-03-19 16:35 Rev.: 48412

removed errant ] and spaces

5 lines of code changed in 1 file:

harman 2012-03-19 15:29 Rev.: 48411

More fallout from swapping hypo_elastic_plastic -> elastic_plastic_hp.
Updated addMPMmaterial machinery.

34 lines of code changed in 1 file:

ihunsaker 2012-03-19 10:37 Rev.: 48410

Bug fix. DivQ at cell 0,0,0 was being affected
by the VR code. This should fix the problem

15 lines of code changed in 1 file:

harman 2012-03-19 10:00 Rev.: 48409

Updated localTests

localTest = NightlyTest - explode2D_amr

9 lines of code changed in 1 file:

jsutherland 2012-03-18 13:45 Rev.: 48408

Remove unary field operators in favor of <<= assignment syntax

32 lines of code changed in 4 files:

harman 2012-03-18 11:02 Rev.: 48407

Changed task name : computeStressTensor -> computeStressTensorImplicit

Most of the input files that use these CMs don't run so cross your fingers.

33 lines of code changed in 8 files:

ihunsaker 2012-03-16 15:39 Rev.: 48405

Added virtual radiometer model. This allows for the
modeling of both wide and narrow-angle radiometers
with user-specified location, orientation, and view
angle. Currently the divQ is also computed for the
location of the radiometer, but with incident
radiation restricted to the view angle. That will
be fixed shortly. Multiple radiometer capability
will also be added shortly.

115 lines of code changed in 2 files:

harman 2012-03-16 14:25 Rev.: 48404

Constitutive model cleanup:
- moved hypo_elastic_plastic -> land of discarded CMs
- moved small_strain_plastic -> land of discarded CMs

All ups files:
small_strain_plastic -> elastic_plastic_hp
hypoelastic_plastic -> elastic_plastic_hp

This will change the answers

5972 lines of code changed in 10 files:

harman 2012-03-16 10:02 Rev.: 48403

Rename task:
computeStressTensor -> computeStressTensorImplicit

added printTask() & printSched() throughout.

47 lines of code changed in 2 files:

jthornoc 2012-03-15 17:04 Rev.: 48402

A few more modifications to the intrusion boundary class.
Also, ensuring that the velocity is set on the face of the intrusion
where the velocity != 0.0.

57 lines of code changed in 3 files:

jsutherland 2012-03-15 14:00 Rev.: 48401

Modifications on ghost handling in Wasatch

17 lines of code changed in 4 files:

harman 2012-03-15 11:25 Rev.: 48400

Global:
computeStressTensor()
removed
- if (flag->d_integrator == MPMFlags::Implicit) {
- computeStressTensorImplicit(patches, matl, old_dw, new_dw);
- return;
- }

Now calling computeStressTensorImplicit() directly.

ConstituteModel.cc:
Throw an exception if you land in a empty stub function that is required.

* This should not change the answers

23 lines of code changed in 12 files:

awabboud 2012-03-15 11:01 Rev.: 48399

Added new source term to avoid using messy ExprAlgebra from input files. Reformatted some comments. Changed nebo_cond to cond to be consistent with SpatialOps update.

237 lines of code changed in 7 files:

sadeghirad 2012-03-15 11:00 Rev.: 48398

A version of Arenisca which passes verification tests and works for penetration sim with considering cap function

145 lines of code changed in 2 files:

harman 2012-03-15 10:20 Rev.: 48397

Complete hack to get the localRT to run consistently on hmx & fin.

6 lines of code changed in 1 file:

harman 2012-03-15 09:23 Rev.: 48396

reverted formatting change that was causing RT to fail.

2 lines of code changed in 1 file:

jthornoc 2012-03-14 16:48 Rev.: 48395

Fix mistake in last commit with EnthalpyShaddix.
Clean out more warnings.

8 lines of code changed in 5 files:

jthornoc 2012-03-14 15:54

Warnings...

11 lines of code changed in 3 files:

jthornoc 2012-03-14 15:36 Rev.: 48392

Changing the map storage to use patchID.
Clean up of input interface.
Changing the way iterators are assined for the intrusion. They now
should be the face index of the intrusion rather than the first interior
index.

142 lines of code changed in 6 files:

harman 2012-03-14 15:04 Rev.: 48391

Formatting, alignment and demarcations

*This should not change the answers.

287 lines of code changed in 1 file:

jsutherland 2012-03-14 12:49 Rev.: 48390

Add license & copyright information

2143 lines of code changed in 81 files:

ahumphrey 2012-03-14 12:26 Rev.: 48389

- Fix portability problem related to cudaHostRegister. Now works on both Keeneland and Jaguarpf GPU partition.
- Fix problem where GPUSchdeduler crashes when run without "-gpu", meaning it should be able to run in CPU-only mode too.
- Update message shown when GPUScheduler throws ProblemSetupException.

22 lines of code changed in 1 file:

ahumphrey 2012-03-14 11:47 Rev.: 48388

Backing out addition of Mersenne Twister GPU, opting for a much simpler, and more portable GPU RNG provided by CURAND library.
- Includes an updated configure script.

9 lines of code changed in 6 files:

awabboud 2012-03-13 14:42 Rev.: 48386

Added use of new Spatial Ops nebo conditionals. Adding additional error printout for QMOM. Added constant expressions of table headers for wasatch-in-arches build. Removed unecessary ifdef.

30 lines of code changed in 7 files:

jsutherland 2012-03-12 20:14 Rev.: 48383

Take 2 on incorporating RadProps.

24 lines of code changed in 1 file:

ahumphrey 2012-03-12 14:14 Rev.: 48381

Turn on GPU tests for GPU RT machine. Need to make this more generic.

5 lines of code changed in 1 file:

jsutherland 2012-03-12 14:10 Rev.: 48380

minor formatting changes

0 lines of code changed in 1 file:

jsutherland 2012-03-12 14:10 Rev.: 48379

Modify some memory management in QMOM to hold some work arrays as temporaries and avoid reallocation at each execution.

101 lines of code changed in 1 file:

harman 2012-03-11 16:21 Rev.: 48378

Data onion:
- rays now march over a region of the fine level, not just a fine level patch
The region is defined by user defined thresholds.
Still testing.

98 lines of code changed in 2 files:

jthornoc 2012-03-09 17:09 Rev.: 48377

Fixing some bad error checking.

0 lines of code changed in 1 file:

jthornoc 2012-03-09 16:50 Rev.: 48376

Added the new efficiency calculator.

647 lines of code changed in 3 files:

tsaad 2012-03-09 11:56 Rev.: 48375

Allow boundary geometry objects (circle, ellipse, annulus, rectangle) to be included on boxes with differen upper and lower bounds. The current behavior when multiple boxes are used defaults to those with lowest and highest bounds.

39 lines of code changed in 1 file:

jsutherland 2012-03-08 20:16 Rev.: 48374

Fix a memory leak that was occurring on the multi-level regression test related to VarLabel creation (thanks, Todd!)

15 lines of code changed in 2 files:

jsutherland 2012-03-08 20:16 Rev.: 48373

minor cleanup

27 lines of code changed in 2 files:

jsutherland 2012-03-08 20:15 Rev.: 48372

Improve support for <double> field types in wasatch.

7 lines of code changed in 2 files:

harman 2012-03-08 17:55 Rev.: 48371

added const explicit template instantiations

8 lines of code changed in 1 file:

harman 2012-03-08 17:38 Rev.: 48370

is_BC_specified()
-don't check if BCs are specified if the domain is periodic in all directions.

3 lines of code changed in 1 file:

jsutherland 2012-03-08 15:24 Rev.: 48369

Add field adaptors for <double>

7 lines of code changed in 1 file:

jpeterson 2012-03-07 22:36 Rev.: 48365

A solid state reaction model with various different constituent pieces.

2195 lines of code changed in 25 files:

qymeng 2012-03-07 19:59 Rev.: 48364

Fix last commit. Update configure and configure.ac to really check
"cblas" lib.

64 lines of code changed in 2 files:

ahumphrey 2012-03-07 19:28 Rev.: 48363

Added "-D__STDC_CONSTANT_MACROS" to NVCC_CFLAGS and NVCC_CXXFLAGS (for MersenneTwisterGPU.cu).

__STDC_CONSTANT_MACROS is for the macro UINT64_C() to work correctly from stdint.h and appends
the correct suffix for a 64-bit unsigned integer literal to c. __STDC_CONSTANT_MACROS
is a workaround to allow C++ programs to use macros specified in the C99 standard that
aren't in the C++ standard.

Also updated configure script

25 lines of code changed in 3 files:

ahumphrey 2012-03-07 19:04 Rev.: 48362

The beginnings of a GPU Mersenne Twister (for RMCRT).

12709 lines of code changed in 8 files:

qymeng 2012-03-07 17:01 Rev.: 48361

Really check blas library.

27 lines of code changed in 1 file:

ahumphrey 2012-03-07 10:52 Rev.: 48360

Disable super-patch creation in GPU SCheduler (for now).

5 lines of code changed in 1 file:

ahumphrey 2012-03-07 10:13 Rev.: 48359

Prevent name mangling for GPU kernel in GPU scheduler test component.This will enable usage of CUDA driver API at a later point.

65 lines of code changed in 2 files:

harman 2012-03-07 09:53 Rev.: 48358

set the output base file name for the system. Works for

HypreSolver.cc #define PRINTSYSTEM

8 lines of code changed in 1 file:

harman 2012-03-07 08:40 Rev.: 48357

tabs!
formatting

5 lines of code changed in 1 file:

ahumphrey 2012-03-06 14:26 Rev.: 48356

Cleaning up how components are GPU-enabled,

138 lines of code changed in 4 files:

qymeng 2012-03-06 12:48 Rev.: 48355

Added new reduction variable types minvec and maxvec.

86 lines of code changed in 2 files:

ahumphrey 2012-03-06 09:47 Rev.: 48354

- Cleanup includes for RayGPU.cu
- Add MIT license to CCA/Components/Models/Radiation/RMCRT sources and headers.

149 lines of code changed in 4 files:

jsutherland 2012-03-06 09:38 Rev.: 48353

Disable multithreading on Wasatch3P for now to get things building again.

1 lines of code changed in 1 file:

harman 2012-03-06 09:06 Rev.: 48352

carryOverVars()
- manually carryOver reduction variable of type double. Thanks Dav!

28 lines of code changed in 1 file:

harman 2012-03-04 17:42 Rev.: 48349

SourceTerms/RMCRT.cc
- added single level RMCRT to SourceTerm Framework
90ish% complete

EnthalpySolver & Explicit Solver
- removed RMCRT code.

312 lines of code changed in 5 files:

harman 2012-03-04 17:24 Rev.: 48348

burns Christon:
define min & max if using grid spatial range.

2 lines of code changed in 1 file:

harman 2012-03-03 17:31 Rev.: 48347

BurnsChriston()
- user can specify the min & max of a bounding box where abskg will be
set. The default is the entire domain. This will be useful
in multi-level RMCRT tests.

<property_calculator type="burns_christon">
<min> [0,0,0] <min>
<max> [1,1,1] <max>
<property_calculator>

52 lines of code changed in 1 file:

ahumphrey 2012-03-02 19:31 Rev.: 48346

Stubs and necessary modifications to begin the GPU ray tracer.

81 lines of code changed in 4 files:

ahumphrey 2012-03-02 18:01 Rev.: 48344

Unoptimized GPU FirstOrderAdvector. Using new interface... experimental.

158 lines of code changed in 2 files:

jthornoc 2012-03-02 16:54 Rev.: 48343

Fix Todd's RMCRT soot problem.

Turn back on intrusion inlets.

7 lines of code changed in 3 files:

harman 2012-03-01 14:07 Rev.: 48342

RadPropertyCalculator.h:
- added missing include files

RMCRT:
- added property calculator

arches_spec.xml:
- added rmcrt_radiation tags

18 lines of code changed in 3 files:

guilkey 2012-03-01 11:49 Rev.: 48341

Add the function areAllNodeValuesNumbers. This takes in an NCVariable of
Vectors and returns the first node that it finds with an inf or nan.

43 lines of code changed in 2 files:

jsutherland 2012-03-01 08:40 Rev.: 48340

Helping Jeremy with a header inclusion problem.
Also improve const correctness

35 lines of code changed in 1 file:

jthornoc 2012-03-01 08:29 Rev.: 48339

Wrong header in previous commit.

1 lines of code changed in 1 file:

February 2012 »

Generated by StatSVN 0.7.0