Directory CCA/Components/Wasatch/Transport/

Total Files:
59
Deleted Files:
0
Lines of Code:
9612

[root]/CCA/Components/Wasatch/Transport

Lines of Code

CCA/Components/Wasatch/Transport/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 237 (100.0%) 8586 (100.0%) 36.2
jsutherland 96 (40.5%) 5137 (59.8%) 53.5
tsaad 83 (35.0%) 3293 (38.4%) 39.6
dav 3 (1.3%) 92 (1.1%) 30.6
jas 45 (19.0%) 32 (0.4%) 0.7
ahumphrey 8 (3.4%) 20 (0.2%) 2.5
mcconnell 2 (0.8%) 12 (0.1%) 6.0

Most Recent Commits

tsaad 2016-12-12 10:57 Rev.: 56098

remove a few cout statements

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (changed)
tsaad 2016-12-08 12:48 Rev.: 56081

Add support for compressible Navier-Stokes Boundary Conditions (NSCBC) for the compressible algorithm.
This commit introduces several changes across wasatch:
1. Support for non reflecting boundaries, Hard Inlets, and Walls. We don't have a case working with Inlets yet.
2. Start migration towards a new BC specification method. This new approach requires a bit more programming, but removes ambiguity from stencil operations at the boundary as well as which mask points are to be used.
3. Use the speed sound in the calculation of the stable timestep when the compressible algorithm is switched on
4. Add regression tests for the NSCBCs
5. Various other changes that are to small to cite.
NOTE: The NSCBCs DO NOT work in parallel because of different dependencies on different patches. This will be addressed in future commits.
This commit will break the RT.

921 lines of code changed in 17 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+391 -16), CompressibleMomentumTransportEquation.h (new), MomentumTransportEquationBase.cc (+60 -20), MomentumTransportEquationBase.h (+1), ParseEquation.cc (+32 -15), ParseParticleEquations.cc (new), ScalarTransportEquation.cc (new), TotalInternalEnergyTransportEquation.cc (+237 -3), TotalInternalEnergyTransportEquation.h (+4 -1)
jsutherland 2016-12-07 17:13 Rev.: 56076

More cleanup. Fixing some doxygen output and removing a few more warnings.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: SootTransportEquation.cc (changed)
jsutherland 2016-12-07 13:38 Rev.: 56073

Clean up numerous compiler warnings

34 lines of code changed in 20 files:

  • CCA/Components/Wasatch/Transport: ParticleTemperatureEquation.cc (+2 -2), PreconditioningParser.cc (-1), PseudospeciesTransportEquation.cc (+4 -7), PseudospeciesTransportEquation.h (+2 -2), SetupCoalModels.cc (+21 -21), SetupCoalModels.h (+3 -3), SootParticleTransportEquation.cc (new), SootParticleTransportEquation.h (new), SpeciesTransportEquation_diffusion.cc (new), TarTransportEquation.cc (new)
jsutherland 2016-12-07 07:58 Rev.: 56068

Clean up a few compiler warnings

1 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: ParseEquationHelper.cc (new)
jsutherland 2016-12-06 18:00 Rev.: 56060

Commit on behalf of Josh McConnell.
Adds tar and soot transport equations, along with appropriate coupling to coal models.

1650 lines of code changed in 16 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+39), ParseEquation.h (new), PseudospeciesTransportEquation.cc (+323), PseudospeciesTransportEquation.h (+141), SetupCoalModels.cc (+16 -7), SootParticleTransportEquation.cc (+203), SootParticleTransportEquation.h (+81), SootTransportEquation.cc (+255), SootTransportEquation.h (new 83), TarAndSootInfo.cc (new 65), TarAndSootInfo.h (new 61), TarTransportEquation.cc (+278), TarTransportEquation.h (new 92), sub.mk (new)
jsutherland 2016-11-29 17:08 Rev.: 56028

Update Update due to PoKiTT API change

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: SpeciesTransportEquation.cc (new)
jsutherland 2016-11-11 12:43 Rev.: 55968

Update SpeciesN due to changes in pokitt API.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: SpeciesTransportEquation.cc (+2 -2)
tsaad 2016-09-07 14:32 Rev.: 55713

Support the non-conservation form of the scalar equations for the low-Mach algorithm.

18 lines of code changed in 5 files:

  • CCA/Components/Wasatch/Transport: MomentumTransportEquationBase.cc (+2), ParseEquation.cc (+1 -1), ScalarTransportEquation.cc (+13 -5), ScalarTransportEquation.h (+2 -1)
jsutherland 2016-09-02 15:32 Rev.: 55699

Add a file to be compiled through nvcc

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: sub.mk (+2 -2)
jsutherland 2016-09-02 15:05 Rev.: 55697

Initial commit for support of coal models. This includes:
- 23 different coal types
- 4 different devolatilization models
- 4 different char oxidation/gasification models

The coal models require PoKiTT.

Removed several GPU runnable traits from expressions while we await framework support for particles on GPU

Josh McConnell was responsible for much of the heavy lifting to bring this code over from ODT, where it has been developed over the past few years.

1329 lines of code changed in 10 files:

  • CCA/Components/Wasatch/Transport: ParseParticleEquations.cc (+306), ParseParticleEquations.h (new), ParticleTemperatureEquation.cc (+138), ParticleTemperatureEquation.h (new 111), PersistentParticleICs.cc (new 168), PersistentParticleICs.h (new 163), SetupCoalModels.cc (+329), SetupCoalModels.h (+102), sub.mk (+8 -1)
jsutherland 2016-07-27 11:36 Rev.: 55551

Fix a bug on heat capacity when PoKiTT is enabled, but we aren't running species transport.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: PreconditioningParser.cc (+3 -3)
jsutherland 2016-07-27 11:36 Rev.: 55547

Tentative basic BC support for species until full NSCBC goes in.
Add an input file.

27 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: ScalarTransportEquation.cc (+1 -1), SpeciesTransportEquation.cc (+26 -2)
jsutherland 2016-07-27 11:36 Rev.: 55546

- Add support for ASR preconditioner with species transport. Note that this doesn't treat chemical stiffness - only acoustic stiffness.
- Setup species transport regression tests

163 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: PreconditioningParser.cc (+153 -19), TotalInternalEnergyTransportEquation.cc (+10 -3)
jsutherland 2016-07-27 11:36 Rev.: 55544

More species transport development:
- energy equation coupling with species in the diffusive flux treatment
- update wasatch spec to remove some superfluous entries. This also modified a number of the compressible tests
- use TagNames for temperature and heat flux

Bug fixes:
- use proper units on gas constant in density calculation.
- use proper units on gas constant in temperature calculation.
These bug fixes required changes to input files to get molecular weights in g/mol or kg/kmol.

Misc. formatting changes.

Note that this will cause diffs on several of the compressible tests due to the bug fix and naming change on temperature.

370 lines of code changed in 14 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+36 -54), CompressibleMomentumTransportEquation.h (+14 -18), ParseEquation.cc (+53 -44), ParseEquationHelper.cc (+13 -13), PreconditioningParser.cc (+15 -5), ScalarTransportEquation.cc (+1 -2), SpeciesTransportEquation.cc (+73 -48), SpeciesTransportEquation.h (+3 -2), SpeciesTransportEquation_diffusion.cc (+11 -18), SpeciesTransportEquation_reaction.cc (+1 -2), TotalInternalEnergyTransportEquation.cc (+143 -33), TotalInternalEnergyTransportEquation.h (+7)
jsutherland 2016-07-27 11:36 Rev.: 55543

First cut at species transport via PoKiTT

669 lines of code changed in 7 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+30), ParseEquation.h (+5), SpeciesTransportEquation.cc (+253), SpeciesTransportEquation.h (+108), SpeciesTransportEquation_diffusion.cc (+197), SpeciesTransportEquation_reaction.cc (+66), sub.mk (+10)
ahumphrey 2016-06-13 11:46 Rev.: 55440

Replace usage of NULL macro (type int) with nullptr (pointer literal of type: nullptr_t).

nullptr is implicitly convertible and comparable to any pointer type or pointer-to-member type, but is not implicitly comparable to integral types, except that it is convertible to bool (explicitly).

20 lines of code changed in 8 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (new), MomentTransportEquation.cc (+5 -5), ParseEquation.cc (+4 -4), ParseEquationHelper.cc (+8 -8), ScalabilityTestTransportEquation.cc (new)
tsaad 2016-05-31 08:40 Rev.: 55395

Fix failing build.

7 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: PreconditioningParser.cc (+7 -7)
dav 2016-05-27 14:16 Rev.: 55394

Fix case-insensitive files system problem.

76 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: PreconditioningParser.h (new 76)
jsutherland 2016-05-27 10:08 Rev.: 55391

Rearrange artificial compressibility to be outside the momentum equation spec. Also move the internal energy equation outside the momentum spec.

829 lines of code changed in 7 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+35 -129), ParseEquation.cc (+76 -67), ParseEquation.h (+4 -5), PreconditioningParser.cc (+661), TotalInternalEnergyTransportEquation.cc (+50 -503), TotalInternalEnergyTransportEquation.h (+2 -2), sub.mk (+1)
tsaad 2016-05-17 11:14

Add the Acoustic Stiffness Reduction (ASR) model of Wang and Trouve for Artifical Compressibility. This model produces less effects on the magnitude of pressure waves when compares to PGS and is a natural fit for gravity-driven/dominated flows.

353 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: TotalInternalEnergyTransportEquation.cc (+317 -10)
tsaad 2016-05-17 10:03 Rev.: 55357

Add the Pressure Gradient Scaling (PGS) Artificial Compressibility (AC) model. This rescales the acoustic speed to allow for near-advective CFLs.

253 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+101 -3), ParseEquation.cc (+1 -1), TotalInternalEnergyTransportEquation.cc (+151 -9), TotalInternalEnergyTransportEquation.h (-1)
dav 2016-05-16 14:48 Rev.: 55353


Fix the problem with fortran .h files (in Arches) not being generated correctly (on the binary
side) when CUDA is turned on.

Update the make system so that the dependency rules for CUDA enabled files are created
automatically. The user no-longer has to specify that each CUDA_ENABLED_SRCS .cu file
depends on the corresponding .cc file. Updated both Wasatch and Arches to use the
new approach.

M Makefile.in

- Add a 'function' (make-cuda-target) that will create CUDA dependency rules automatically,
instead of having the developer have to list the rules manually. This function must
be called in each sub.mk file that creates a CUDA_ENABLED_SRCS list.
- Remove all .cu and (mostly fortran) .h files from the <bin> side when
"make cleanreally" is called.

M configure
M configure.ac

- Put in check to verify that Uintah and Wasatch 3P are both (or neither) being
built with CUDA.
- Will also add Candera check once I get more info.

A include/sci_defs/wasatch_testdefs.h.in

- Place PoKitt and Candera defines in new (configure generated binary side) wasatch_defs.h
file.

M CCA/Components/Arches/sub.mk

- Fix fortran .h file dependency problem. Note, these dependencies are have been (and
continue to be) manually entered into the sub.mk file. However, previously, they
used multiple lines (eg: Source.$(OBJEXT) was written 5 times. You don't need to
do this, you can just list it once and then put all the files it depends on.

When building without CUDA, the fortran .h files are needed to create
the object files (eg: Source.o). However, if CUDA is turned on, then they are
needed to create the CUDA .cu file (eg: <bin>/Source.cu). Perviously, at least
on some machines (though the problem should have shown up on all machines?), the fortran
.h files were not being generated.

It appears that currently Arches/sub.mk is the only directory that has CUDA files that
are dependent on fortran .h files. If this occurs in other sub-dirs for Arches (as
CUDA is added to the code), then the same approach should be taken in those files.

M CCA/Components/Arches/ChemMix/sub.mk
M CCA/Components/Arches/CoalModels/sub.mk
M CCA/Components/Arches/LagrangianParticles/sub.mk
M CCA/Components/Arches/Operators/sub.mk
M CCA/Components/Arches/ParticleModels/sub.mk
M CCA/Components/Arches/PropertyModels/sub.mk
M CCA/Components/Arches/PropertyModelsV2/sub.mk
M CCA/Components/Arches/SourceTerms/sub.mk
M CCA/Components/Arches/Task/sub.mk
M CCA/Components/Arches/Transport/sub.mk
M CCA/Components/Arches/TransportEqns/sub.mk
M CCA/Components/Arches/Utility/sub.mk
M CCA/Components/Arches/WallHTModels/sub.mk
M CCA/Components/Wasatch/Expressions/BoundaryConditions/sub.mk
M CCA/Components/Wasatch/Expressions/MMS/sub.mk
M CCA/Components/Wasatch/Expressions/PostProcessing/sub.mk
M CCA/Components/Wasatch/Expressions/Turbulence/sub.mk
M CCA/Components/Wasatch/Expressions/sub.mk
M CCA/Components/Wasatch/Operators/sub.mk
M CCA/Components/Wasatch/Transport/sub.mk
M CCA/Components/Wasatch/sub.mk

- Call make system function make-cuda-target to generate CUDA .cu dependencies.

9 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: sub.mk (+9 -17)
jsutherland 2016-04-27 15:23 Rev.: 55249

Clean up some doxygen warnings.

56 lines of code changed in 9 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.h (+13 -12), MomentumTransportEquationBase.h (+2), ParseEquation.cc (+7 -7), ParseEquation.h (+4 -3), ParseEquationHelper.h (new), TotalInternalEnergyTransportEquation.cc (+9 -3), TotalInternalEnergyTransportEquation.h (+2)
dav 2016-04-25 16:50 Rev.: 55230


Fix the ability to make just Arches (--enable-arches instead of having to --enable-all-components).

M configure
M configure.ac

- Force the use of CMake 3.1+ if building Wasatch or VisIt).
- Add in RadProps info to W3P check.

M CCA/Components/Wasatch/Transport/sub.mk
M CCA/Components/Wasatch/Expressions/sub.mk
M CCA/Components/Wasatch/Operators/sub.mk
M CCA/Components/Arches/CoalModels/sub.mk
M CCA/Components/Arches/sub.mk

- Remove superfluous white space.
- Alphabetize.
- Fix comment typo (cut/paste error).
- Untabify (as appropriate).

M CCA/Components/Wasatch/sub.mk

- Same as above and:
- Fix the problem where CUDA_ENABLED_SRCS was not set if just building Arches.
- A number of files (eg: BCHelper.cc) were listed twice in the list of sources.

M Core/Grid/UnknownVariable.h

- Remove warning (Exception is now in the Uintah namespace so don't need to qualify it).

7 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: sub.mk (+7 -22)
tsaad 2016-03-29 13:11 Rev.: 55140

Fix a bad bug in the SolverParameters base class that essentially set the Matrix setup frequency to 1 - ALWAYS. Unless the user specifies setupFrequency in the input file or the component developer casts the SolverParameters as a HypreSolver2Params, the setupFrequency is always set to 1. This likely impacted all Wasatch results that required a linear solver since Feb 2014. I think the setupFrequency should not be specified by the user from the input file. In addition, if the Matrix stencil is not changing, then there's no need to re-setup the matrix. Instead, I added a new option updateCoefFrequency that allows one to keep the Matrix structure intact but only update the coefficients. Test this via setUpdateCoefFrequency. I also added this option to the Uintah ups spec. This commit should not impact Arches simulations since Arches sets the setupFrequency through the input file. This commit will break many Wasatch RT tests with minor diffs.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+3 -3)
tsaad 2016-03-29 09:28 Rev.: 55139

Do NOT setup the matrix every timestep for variable density flows.
Turns out that we really don't need to do that since our interface to Hypre will allow changing values while sparsity patterns are fixed.
This SHOULD put us back on track with scalability on the linear solver in Wasatch with varden problems.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+1 -1)
tsaad 2016-03-28 10:09 Rev.: 55128

When the pressure solver is disabled, allow users to specify an expression for the pressure. This untangles a few knots related to the fact that the pressure expression requires access to Uintah-related information.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+3 -1)
tsaad 2016-03-25 15:24 Rev.: 55122

GPU-ready particle operators. Commit on behalf of Dr. Babak Goshayeshi.

9 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+2 -2), ScalabilityTestTransportEquation.cc (+1 -1), ScalarTransportEquation.cc (+1 -1), sub.mk (+5 -2)
jas 2016-03-15 18:24 Rev.: 55024

Move non-conflicting classes that were in SCIRun namespace to Uintah namespace.

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: LowMachMomentumTransportEquation.cc (+1 -1), ParseEquation.cc (+1 -1)
tsaad 2016-03-09 10:45 Rev.: 54995

untangle a mess of circular includes that was causing problems for GPU particle operators.

1139 lines of code changed in 13 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+1 -1), CompressibleMomentumTransportEquation.h (+2 -1), EquationAdaptors.h (new 88), MomentTransportEquation.cc (+1 -1), ParseEquation.cc (+205 -898), ParseEquation.h (+1 -106), ParseEquationHelper.cc (+467), ParseEquationHelper.h (+100), ParseParticleEquations.h (+269), ScalabilityTestTransportEquation.cc (+1 -1), ScalarTransportEquation.cc (+1 -1), TotalInternalEnergyTransportEquation.cc (+1 -1), sub.mk (+2 -1)
tsaad 2016-02-26 16:45 Rev.: 54921

Fix a bug that showed up when using a GPU build in CPU-only mode.

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: TotalInternalEnergyTransportEquation.cc (+5 -13)
tsaad 2016-02-10 14:47 Rev.: 54812

Make sure we get GPU versions of the pressure and density IC for compressible flows.

150 lines of code changed in 2 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+149), CompressibleMomentumTransportEquation.h (+1 -142)
tsaad 2016-02-01 12:06 Rev.: 54757

support Lagrangian particle transport with compressible flows.

45 lines of code changed in 6 files:

  • CCA/Components/Wasatch/Transport: ParseEquation.cc (+18 -3), ParseEquation.h (+1), ParticleMomentumEquation.cc (+25 -20), ParticleMomentumEquation.h (new)
tsaad 2016-01-29 14:35 Rev.: 54747

fix a bug that prevents restarts on scalar transport

4 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: ScalarTransportEquation.cc (+4 -1)
tsaad 2016-01-28 12:27 Rev.: 54741

add body force effects to the total internal energy equation.
Fix a bug in passing the body force tag to the compressible momentum equations.

44 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+1 -1), ParseEquation.cc (+6 -5), TotalInternalEnergyTransportEquation.cc (+35 -1), TotalInternalEnergyTransportEquation.h (+2 -1)
tsaad 2016-01-28 10:05 Rev.: 54739

change the STATE of all transported quantities to STATE_NP1 rather than STATE_NONE.
This makes things consistent with the "state" nomenclature.
This commit will NOT change the answers. The failing RT is caused by my previous commit.

21 lines of code changed in 9 files:

  • CCA/Components/Wasatch/Transport: CompressibleMomentumTransportEquation.cc (+2 -2), CompressibleMomentumTransportEquation.h (+1 -1), EquationBase.cc (new), EquationBase.h (new), LowMachMomentumTransportEquation.cc (+2 -2), ParticleMomentumEquation.cc (+1 -1), ScalarTransportEquation.cc (+2 -2)
tsaad 2016-01-25 12:05 Rev.: 54724

Fix a serious bug in the compressible flow solver.
1. Problems with the units for the gas constant (universal/specific). Must use specific gas constant.
2. The default behavior for the transport equation is to compute the diffusive flux based on the transported variable. In the case of the totalInternalEnergy, use the temperature instead.
Thanks to Mike Hansen for helping out and providing comparison datasets.

10 lines of code changed in 1 file:

  • CCA/Components/Wasatch/Transport: TotalInternalEnergyTransportEquation.cc (+10 -11)
tsaad 2016-01-14 12:29 Rev.: 54652

This is embarrassing...
Fix several bugs in the refactor that was done for the compressible flow formulation:
1. Fix sign error for the dissipation function. Note that Wasatch computes the strain tensor and then constructs the stress tensor as needed on the fly. This was the source of the sign error issue. (Thanks to Mike Hansen who suspected an issue with the diffusive terms).
2. Fix how the stress tensor is calculated in the dissipation function. One must not forget to multiply the strain tensor by the viscosity and also subtract the dilatation from the normal strain.
3. This one is bad. The dilatation and the density were swapped in the construction of the stress tensor in the momentum rhs.
This commit will break every single Wasatch test that solves the Navier-Stokes equations.

48 lines of code changed in 4 files:

  • CCA/Components/Wasatch/Transport: MomentumTransportEquationBase.cc (+8 -3), ParseEquation.cc (+1 -1), TotalInternalEnergyTransportEquation.cc (+38 -21), TotalInternalEnergyTransportEquation.h (+1)
jas 2016-01-08 15:45 Rev.: 54640

Update copyright date to 2016.

30 lines of code changed in 43 files:

  • CCA/Components/Wasatch/Transport: EnthalpyTransportEquation.cc (new), EnthalpyTransportEquation.h (new), EquationBase.cc (+1 -1), EquationBase.h (+1 -1), LowMachMomentumTransportEquation.cc (+1 -1), LowMachMomentumTransportEquation.h (+1 -1), MomentTransportEquation.cc (+1 -1), MomentTransportEquation.h (new), MomentumTransportEquationBase.cc (+1 -1), MomentumTransportEquationBase.h (+1 -1), ParseEquation.cc (+1 -1), ParseEquation.h (+1 -1), ParticleEquationBase.cc (new), ParticleEquationBase.h (new), ParticleMassEquation.cc (new), ParticleMassEquation.h (+1 -1), ParticleMomentumEquation.cc (+1 -1), ParticleMomentumEquation.h (+1 -1), ParticlePositionEquation.cc (+1 -1), ParticlePositionEquation.h (new), ParticleSizeEquation.h (new), ScalabilityTestTransportEquation.cc (+1 -1), ScalabilityTestTransportEquation.h (new), ScalarTransportEquation.cc (+1 -1), ScalarTransportEquation.h (+1 -1), TotalInternalEnergyTransportEquation.cc (+1 -1), TotalInternalEnergyTransportEquation.h (+1 -1), TransportEquation.cc (+1 -1), TransportEquation.h (new), sub.mk (+1 -1)

(5 more)

Generated by StatSVN 0.7.0