Directory CCA/Components/Wasatch/Expressions/EmbeddedGeometry/

Total Files:
6
Deleted Files:
0
Lines of Code:
856

[root]/CCA/Components/Wasatch/Expressions/EmbeddedGeometry

Lines of Code

CCA/Components/Wasatch/Expressions/EmbeddedGeometry/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 31 (100.0%) 339 (100.0%) 10.9
tsaad 18 (58.1%) 262 (77.3%) 14.5
jsutherland 13 (41.9%) 77 (22.7%) 5.9

Most Recent Commits

tsaad 2013-11-15 12:00 Rev.: 51299

cleanup the embedded geometry interface and rip out boolean flags from being passed into transport equations. Instead, have those embedded in the EmbeddedGeometryHelper.

111 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (new), EmbeddedGeometryHelper.h (new)
jsutherland 2013-11-14 18:06 Rev.: 51288

Refactor transport equations in Wasatch. Transport equation classes now encapsulate the registration of relevant expressions.

5 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (+1 -2), EmbeddedGeometryHelper.h (+4 -4)
jsutherland 2013-10-11 15:46 Rev.: 51068

Major changes to how we handle Uintah::PerPatch<double> in Wasatch.

These fields are now operable with all SpatialOps functionality including GPUs. This is the first major change in what will likely be a few iterations to get this fully functional on GPUs, however.

The major areas of change relate to Reduction variables and any expressions that use the simulation time or time step value.

19 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: OscillatingCylinder.cc (new), OscillatingCylinder.h (+11 -10)
jsutherland 2013-06-25 16:29 Rev.: 50589

Replace some deprecated spatialops header files

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: OscillatingCylinder.h (-1)
jsutherland 2013-06-14 09:47 Rev.: 50495

- for expressions that are ready for GPU execution, advertise this fact in their constructor. Note that this means that we must start to be very careful about putting anything in an evaluate() method that may break this!

- more cleanup.

48 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: AreaFraction.h (new), OscillatingCylinder.cc (+33 -32), OscillatingCylinder.h (+9 -9)
tsaad 2013-06-06 10:29 Rev.: 50415

remove an obsolete function argument from OldVariable. Repair name of some Warches tests.

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (+1 -2), EmbeddedGeometryHelper.h (+1 -2)
tsaad 2013-06-06 09:19 Rev.: 50413

repair bug in OldVariable that has to do with locking the fields that are used to construct old variables. This will nicely revert my related commit yesterday.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (-5)
tsaad 2013-06-05 11:11 Rev.: 50403

make volume fractions persistent on the initialization graph.

12 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (+10 -3), EmbeddedGeometryHelper.h (+2 -1)
tsaad 2013-05-23 13:51 Rev.: 50317

Allow Wasatch to copy variables from the old datawarehouse by expanding the OldVariable class. Use this to fix the problem of the volume fractions being recalculated at every timestep. remove an include from MomentumTransportEquation.cc.

27 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (+19 -8), GeometryPieceWrapper.h (new)
tsaad 2013-05-16 12:15 Rev.: 50279

cleanup and inline the AreaFraction expression.

10 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: AreaFraction.h (+10 -20)
jsutherland 2013-05-16 08:32 Rev.: 50277

- Simplify some syntax to use a new FieldManagerList::field_ref() function where it makes sense to do so.
- minor clean up.

5 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: AreaFraction.h (+4 -4), OscillatingCylinder.cc (+1 -1)
tsaad 2013-04-30 14:09 Rev.: 50190

Replace StringNames with TagNames to simplify access to commonly used tags.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (-1)
tsaad 2013-02-01 09:34 Rev.: 49840

improve the performance of the area fraction calculation for intrusions by getting rid of a few unecessary loops and algebraic operations.

11 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: AreaFraction.h (+11 -7)
tsaad 2013-01-04 07:57 Rev.: 49795

Cleanup embedded geometry interface. reduce input file complexity. refactor scalar and moment transport equations to make use of the new embedded geometry interface.

72 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (+48 -26), EmbeddedGeometryHelper.h (+24 -20)
tsaad 2013-01-03 12:08 Rev.: 49784

Add volume fractions to the initialization tasks. Multiply initial conditions by the volume fractions.

17 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions/EmbeddedGeometry: EmbeddedGeometryHelper.cc (+17 -5)
Generated by StatSVN 0.7.0