Directory CCA/Components/Wasatch/Expressions/

Total Files:
40
Deleted Files:
3
Lines of Code:
5094

[root]/CCA/Components/Wasatch/Expressions
                    directory in repo BoundaryConditions (6 files, 13 lines)
                    directory in repo EmbeddedGeometry (7 files, 690 lines)
                    directory in repo MMS (4 files, 898 lines)
                    directory in repo PBE (11 files, 485 lines)
                        directory in repo Precipitation (9 files, 18 lines)
                    directory in repo PostProcessing (3 files, 6 lines)
                    directory in repo Turbulence (10 files, 8 lines)

Lines of Code

CCA/Components/Wasatch/Expressions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 367 (100.0%) 6185 (100.0%) 16.8
tsaad 137 (37.3%) 3168 (51.2%) 23.1
jsutherland 135 (36.8%) 1863 (30.1%) 13.8
amir 11 (3.0%) 482 (7.8%) 43.8
awabboud 9 (2.5%) 286 (4.6%) 31.7
dav 4 (1.1%) 262 (4.2%) 65.5
jas 70 (19.1%) 122 (2.0%) 1.7
qymeng 1 (0.3%) 2 (0.0%) 2.0

Most Recent Commits

tsaad 2012-12-28 16:24 Rev.: 49771

Allow users to specify moving geometry from input file. A few other cosmetic changes.

0 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Expressions: Pressure.cc (changed), Pressure.h (new)
tsaad 2012-12-26 16:43 Rev.: 49768

Add embedded geometry support to the momentum equations and the pressure solve. We currently handle wall boundary conditions on the embedded geometries. Regression tests will follow in the next commit.

242 lines of code changed in 14 files:

  • CCA/Components/Wasatch/Expressions: MomentumPartialRHS.cc (new), MomentumPartialRHS.h (+9 -2), MomentumRHS.cc (new), MomentumRHS.h (new), Pressure.cc (+146 -1), Pressure.h (+10 -2), PrimVar.cc (+16 -5), PrimVar.h (new)
tsaad 2012-12-25 16:56 Rev.: 49766

Add core framework for embedded geometries to Wasatch. In this commit, provide the basic expression wrapper to the Uintah GeometryPiece objects. Also provide appropriate mechanisms to create area fractions. Created an easy to use input specification for embedded geometries. Also provide support for creating embedded geometries through Wasatch expressions (see OscillatingCylinder in this commit). The next commit will add support of embedded geometries to the momentum equations and the pressure solve.

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: sub.mk (+2 -1)
dav 2012-11-20 01:54 Rev.: 49584

Rename MonolithicRHS to use .cc as suffix... not sure how it was even being built as the sub.mk file uses the .cc naming...

262 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: MonolithicRHS.cc (new 262), MonolithicRHS.cpp (del)
dav 2012-11-20 01:51 Rev.: 49583

Comment out not-used/confusing/re-declared 'valParams' variables.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (changed)
tsaad 2012-11-16 17:00 Rev.: 49573

add mean turbulent velocity profile bc expression (powerlaw). also add ups example for that.

148 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+148 -134)
tsaad 2012-11-12 13:22 Rev.: 49543

Allow users to specify a source term for the momentum equations. Also allow the input file to disable the pressure solve.

36 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: MomentumPartialRHS.cc (+29 -19), MomentumPartialRHS.h (+7 -4)
tsaad 2012-10-31 14:36 Rev.: 49511

Allow the pressure expression to set the filename of the Hypre solver output files. Append those output filenames with the simulation time, rkstage, and patch ID. Also allow the pressure to be cleaved from its children now that we fixed the timestep in the SetCurrentTime expression.

20 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+1 -1), Pressure.cc (+13 -2), Pressure.h (+6 -5)
tsaad 2012-10-26 15:14 Rev.: 49502

forgot to remove a few cout comments.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: ExprAlgebra.h (new)
tsaad 2012-10-26 15:11 Rev.: 49501

fix a subtle bug in the recently committed fix for initializations with volumeFractions.

89 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: ExprAlgebra.h (+89 -76)
tsaad 2012-10-25 20:49 Rev.: 49499

Allow users to specify a list of moments for initialization moment transport problems (QMOM) instead of creating a BasicExpression for each moment. This will reduce some production input files by hundreds of lines. Allow the transport equation base class to be aware of any volume fractions. If volume fractions exist, then automagically multiply the initial condition by the volume fraction. This will allow reduce clutter in the input file by avoiding the creation of ExprAlgebra as well as using force_on_graph. Update the QMOM input files to reflect those recent changes. cleanup some output information. Alex: you will need to update the mineralization input files.

32 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+32)
jas 2012-10-22 23:47 Rev.: 49484

Update the copyright notice to include the MIT License and fix the formatting
issues with the spurious "\".

100 lines of code changed in 66 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+2), BasicExprBuilder.h (+2), ConvectiveFlux.cc (new), ConvectiveFlux.h (new), Coordinate.h (new), DensityCalculator.h (new), DiffusiveFlux.cc (new), DiffusiveFlux.h (new), DiffusiveVelocity.cc (new), DiffusiveVelocity.h (new), Dilatation.cc (+2), Dilatation.h (+2), ExprAlgebra.h (+2), MomentumPartialRHS.cc (+2), MomentumPartialRHS.h (+2), MomentumRHS.cc (+2), MomentumRHS.h (+2), MonolithicRHS.cpp (new 21), PoissonExpression.cc (new), PoissonExpression.h (+2), Pressure.cc (+2), Pressure.h (+2), PrimVar.cc (+2), PrimVar.h (+2), RHSTerms.h (new), ScalabilityTestSrc.cc (+2), ScalabilityTestSrc.h (new), ScalarRHS.cc (new), ScalarRHS.h (+2), SetCurrentTime.cc (+2), SetCurrentTime.h (new), Stress.cc (new), Stress.h (+2), TabPropsEvaluator.h (new), VelocityMagnitude.cc (new), VelocityMagnitude.h (new), Vorticity.cc (new), Vorticity.h (new), sub.mk (+5 -3)
tsaad 2012-10-19 14:21 Rev.: 49470

simplify and expand the ParabolicBC specification. Now allow users to specify a parabola centered on a face by specifying the center, value at center, and height.

22 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+22 -5)
tsaad 2012-10-19 13:58 Rev.: 49468

simplify and expand the interface of the ExprAlgebra interface. Allow an arbitrary number of expressions to be operated upon. The only caveat is that all source expressions have to be of the same field type, which is the case for the majority of problems. When this is not the case (see initialiation of momentu, density, and velocity), the InterpolateExpression can be used to move fileds around.

70 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+14 -5), ExprAlgebra.h (+56 -71)
tsaad 2012-10-16 15:08 Rev.: 49453

Reduce the amount of BC processing (and code) using an elegant way for setting BC values for staggered fields. Also cleanup some cout statements and obsolete comments.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (-4)
jsutherland 2012-10-16 10:53 Rev.: 49445

Initialization doesn't really need a nonzero time step, so relax an assertion a bit.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: SetCurrentTime.cc (+1 -1)
jsutherland 2012-10-16 08:51 Rev.: 49444

Rework SetCurrentTime a bit to remove SimulationState from it. TimeStepper now holds a pointer to the SimulationState so that it can set appropriate values in SetCurrentTime.

26 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: SetCurrentTime.cc (+19 -24), SetCurrentTime.h (+7 -20)
jas 2012-10-12 16:59 Rev.: 49413

Squashed commit of the following:

commit a1e8c675d139003247378067ec0431806029cb14
Merge: 5e29398 49ca967
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:36:18 2012 +0000

Update branch with latest changes from trunk.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49412 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 5e293985e95fc70fd682fbf31fb93d7b72f1108e
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:36:07 2012 +0000

Fix missing slash in installation guide.

Refactor the boost discovery mechanism in configure.ac.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49411 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit dd2caee9921c7d89791d866bccc1adbddf967f04
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:35:56 2012 +0000

Update build instructions for petsc and hypre for Fedora and CentOS.

Add BASE_LIB_DIR to the Boost section in configure.ac.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49410 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit c211e5394202174e69c4781b1bfd937e6a4e9e70
Merge: 425f4ca 6255204
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:35:14 2012 +0000

Update the release branch with changes from master.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49409 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 425f4caed59a4864374dbed64d46ade4d5fa5eee
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:39 2012 +0000

Remove all remaining pieces of the Angio component.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49408 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 5a92abece778059b6a1765ebd971b71744f64793
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:24 2012 +0000

Remove the Angio component.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49407 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 78e24afb3a187a45cf3669ff4588d096c8d38b8f
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:11 2012 +0000

Remove the Dan_files/ from the StandAlone/inputs/UintahRelease/.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49406 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit a938560edb0607e2e4aa63cb742b4b55b7f62cd7
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:33:01 2012 +0000

Notes about compiling boost and cmake and changes to the Centos section.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49405 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 0c7aa437777c336f92dd8be971c1e1a1cf01c367
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:32:53 2012 +0000

Add wasatch build dependences for opensuse.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49404 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 23b71be7d9ffd177b81f64498411584c055504e1
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:32:46 2012 +0000

Update dependencies for CentOS for building Wasatch.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49403 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 5b99e25a6306b02cc8ecb9baad84fa3d470e194f
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Oct 12 23:32:38 2012 +0000

Update packages necessary for compiling Wasatch.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49402 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit add8b7cbd6668abbe4f57f584dab24c8552b6da8
Author: tsaad <tsaad@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Tue Oct 2 20:36:32 2012 +0000

remove obsolete input files.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49330 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit f7ac87d4fd61d896eb1ba9f52a0b6cd2970783e5
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sun Sep 30 02:11:34 2012 +0000

Use the 1.5.0 git branch for the various Wasatch3P libraries.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49311 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 25156c6ba612634f5d66a5fb1be670fd5a82a23b
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:39 2012 +0000

Remove the release file in the build_scripts/.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49308 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 94b484f3b209b8b5d8ee73bae0f9ba54c91592ef
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:31 2012 +0000

Change == to = in all "test statements".

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49307 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit daeab4316362d0081fb8a66832734a3ffdfbff1f
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:23 2012 +0000

Update to version 1.5.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49306 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit e3d51281308a5fbbde3f097e5826e85686fe9254
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:41:15 2012 +0000

Update release files to include Wasatch component.

Add option to build Wasatch3P libraries for a particular hash tag.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49305 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 9a8451d8a5b1fbf36626b3727dad48d7184b5e6d
Merge: 984d356 0a25aa2
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Sat Sep 29 03:38:16 2012 +0000

Update copyright notice.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49304 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 984d3566f78e7e1c2b2c29ea0368451ae768119a
Author: jas <jas@aee3fe44-4ef4-0310-ac56-cc817e9d0e43>
Date: Fri Sep 28 18:39:29 2012 +0000

Uintah 1.5.0 Branch.

git-svn-id: https://gforge.sci.utah.edu/svn/uintah/branches/UintahRelease_1_5_0@49299 aee3fe44-4ef4-0310-ac56-cc817e9d0e43

commit 0a25aa2731b9c75fcf609f70093484af5be5f23a
Author: John Schmidt <john.schmidt@utah.edu>
Date: Thu Sep 27 01:50:47 2012 -0600

Updated copyright header.

18 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: sub.mk (+18 -21)
tsaad 2012-10-06 20:13 Rev.: 49374

turns out problemspecp->require (or get) does not parse space separated strings. revert back to local parsing. also add test for modifier expressions with parabolic bc.

7 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+7 -3)
tsaad 2012-10-06 13:35 Rev.: 49372

Allow ProblemSpec to return a string vector from getAttribute. Use that to parse a list of tasks in Wasatch's forceongraph to reduce clutter in input files. test that with one of the existing input files.

11 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+11 -10)
tsaad 2012-10-05 20:52 Rev.: 49371

turns out ProblemSpec can parse a list of strings so use that instead of doing it locally.

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+5 -8)
tsaad 2012-10-05 15:45 Rev.: 49367

add linearBC function. Also allow multiple tasklists in the BCExpression. This seems to reduce the amount of expressions in the input file significantly. This will be adopted by other expressions as well soon.

46 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+46 -24)
tsaad 2012-10-02 18:15 Rev.: 49338

Graph-based boundary conditions are ready. There are some issues with boundary conditions that depend on coordinates due to Uintah's inability to handle different number of tasks on different patches.

75 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+75)
jsutherland 2012-09-24 19:08 Rev.: 49271

Fix a bunch of documentation that was causing trouble for Doxygen.
There are still a ton of doxygen warnings to be cleaned up…

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: Dilatation.h (+1 -1), VelocityMagnitude.h (+1 -1)
tsaad 2012-09-10 15:55 Rev.: 49196

add copyright info. move things around after the solverparams fix.

154 lines of code changed in 7 files:

  • CCA/Components/Wasatch/Expressions: Dilatation.cc (+22), ExprAlgebra.h (+22), RHSTerms.h (+22), VelocityMagnitude.cc (+22), VelocityMagnitude.h (+22), Vorticity.cc (+22), Vorticity.h (+22)
jas 2012-09-10 14:45 Rev.: 49195

Fix memory leaks.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: PoissonExpression.cc (+2)
tsaad 2012-08-25 14:58 Rev.: 49134

add Lamb's dipole (aka Chaplygin's dipole - first discovery) to our repertoire of initial conditions. this is a wonderful initial condition to test outflow boundary conditions. i'll commit the analytical solution to the Wasatch doc soon in case you want to check it out.

29 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+29)
jas 2012-08-24 14:27 Rev.: 49128

Use the DW to keep track of the HypreSolver data structures from one time
step to the next to avoid the setup costs that occur for doing very large
core count runs.

For smaller core counts, this does not affect the efficiency of the solver.

Answers should not change.


2 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: PoissonExpression.cc (+1 -1), Pressure.cc (+1 -1)
jsutherland 2012-08-21 08:32 Rev.: 49102

more dead code removal and warning cleanup

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc (+2 -2)
jsutherland 2012-08-21 08:29 Rev.: 49101

1. remove some dead code.
2. silence a few warnings

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.h (+3 -2)
jsutherland 2012-08-17 13:46 Rev.: 49093

Fix another warning.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc (+2 -2)
jsutherland 2012-08-17 13:42 Rev.: 49092

Clean up a few warnings.

4 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc (+1 -1), DiffusiveFlux.h (+2 -2), DiffusiveVelocity.h (+1 -1)
tsaad 2012-08-17 08:41 Rev.: 49088

allow the exponential vortex expression to move in any direction, specified by user. This commit modifies the free stream by adding the transverse component. user now specifies both free stream velocities which then determines the advective direction of the vortex.

9 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+9 -9)
tsaad 2012-08-16 16:15 Rev.: 49085

add a vortex in a uniform stream initialization to start testing with non-reflecting boundary conditions. this expression corresponds to an exponential vortex superimposed on a uniform stream. the exponential vortex is an upgraded model of Rankine's vortex and provides a smooth transition for the tangential velocity at the vortex boundary. also add an example that uses this vortex.

31 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+31)
amir 2012-08-13 18:42 Rev.: 49066

Turbulent scalar closure model. The verification test case is not included. It will be added after getting LES model verification test case. The plus shape profile is committed for initial condition purposes as well.

231 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+15), DiffusiveFlux.cc (+54 -25), DiffusiveFlux.h (+54 -36), DiffusiveVelocity.cc (+51 -15), DiffusiveVelocity.h (+57 -30)
jsutherland 2012-08-09 10:52 Rev.: 49051

Eliminate support for staggered scalar fields and diffusive fluxes.

0 lines of code changed in 3 files:

  • CCA/Components/Wasatch/Expressions: DiffusiveFlux.cc (-3), DiffusiveVelocity.cc (-3), ScalarRHS.cc (-3)
jsutherland 2012-08-09 10:52 Rev.: 49050

rip out some dead code.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.cc (-4)
tsaad 2012-08-02 09:17 Rev.: 49009

fix subtle bug in the calculation of the convective flux and associated flux limiters. Previously, we were upwinding at both physical and processor boundaries. This introduced a spurious effect at the boundary and had the effect of a larger convective flux at the boundary. This fix will use central discretization at physical boundaries while staying with upwind at processor boundaries. NOTE: this fix will not work with staggered scalars. I will be changing to using memory windows in the flux limiter to avoid the complicated counters that cause problems with staggered scalars. This will break some convection regression tests as expected.

54 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: ConvectiveFlux.cc (+54 -53)
jsutherland 2012-07-30 10:40 Rev.: 48998

Force ExprAlgebra builder to take an enum rather than string. String->enum conversion is now done during parse.

67 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+14 -2), ExprAlgebra.h (+53 -61)
tsaad 2012-07-26 12:05 Rev.: 48987

Allow the InterpolateExpression to interpolate from all-fields to all-fields. It was originally designed to interpolate to SVolFields only. This is useful for example when trying to add a source term to the momentum equations (i.e. YVolField) based on an SVolField scalar. The interpolate expression makes this possible.

10 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Expressions: BasicExprBuilder.cc (+10 -7)

(77 more)

Generated by StatSVN 0.7.0