Directory CCA/Components/Wasatch/

Total Files:
42
Deleted Files:
0
Lines of Code:
12875

[root]/CCA/Components/Wasatch
                directory in repo Coal (14 files, 1973 lines)
                    directory in repo CharOxidation (3 files, 629 lines)
                        directory in repo CCK (14 files, 2320 lines)
                        directory in repo FirstOrderArrhenius (3 files, 622 lines)
                        directory in repo LangmuirHinshelwood (4 files, 881 lines)
                    directory in repo Devolatilization (4 files, 431 lines)
                        directory in repo CPD (11 files, 2045 lines)
                        directory in repo KobayashiSarofim (4 files, 543 lines)
                        directory in repo SingleRate (4 files, 451 lines)
                    directory in repo VaporizationBoiling (2 files, 242 lines)
                directory in repo Expressions (53 files, 11425 lines)
                    directory in repo BoundaryConditions (21 files, 3346 lines)
                    directory in repo EmbeddedGeometry (7 files, 913 lines)
                    directory in repo MMS (6 files, 2448 lines)
                    directory in repo PBE (11 files, 1909 lines)
                        directory in repo Precipitation (15 files, 2220 lines)
                    directory in repo Particles (1 files, 30 lines)
                    directory in repo PostProcessing (13 files, 1754 lines)
                    directory in repo TarAndSoot (9 files, 876 lines)
                    directory in repo Turbulence (13 files, 2100 lines)
                directory in repo Operators (10 files, 1488 lines)
                directory in repo Transport (58 files, 14748 lines)

Lines of Code

CCA/Components/Wasatch/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 181 (100.0%) 1538 (100.0%) 8.4
mike.hansen 37 (20.4%) 963 (62.6%) 26.0
mcconnell 28 (15.5%) 200 (13.0%) 7.1
allen 21 (11.6%) 177 (11.5%) 8.4
tsaad 9 (5.0%) 78 (5.1%) 8.6
jsutherland 21 (11.6%) 76 (4.9%) 3.6
jas 62 (34.3%) 40 (2.6%) 0.6
harman 1 (0.6%) 3 (0.2%) 3.0
ahumphrey 2 (1.1%) 1 (0.1%) 0.5

Most Recent Commits

ahumphrey 2018-11-28 12:21 Rev.: 58964

Massive cleanup and refactoring in OnDemandDW. This source code was diffuclut to read, and I'm needing to make significant changes in the MPI engine to support optimizations in TG dependency analysis (in the context of RMCRT radiation with threaded schedulers).

1 lines of code changed in 2 files:

  • CCA/Components/Wasatch: Wasatch.cc (+1 -1)
allen 2018-11-21 13:02 Rev.: 58946

refactored the task graph index setting to be task based, added set/get for the index, Within arches refactor the dynamic stepping to be completing with DoRadiation and the fixed stepping in Explicit Solver, and added a check method for reduction vars

20 lines of code changed in 3 files:

  • CCA/Components/Wasatch: Wasatch.cc (+13 -21), Wasatch.h (new)
allen 2018-11-16 19:35 Rev.: 58940

added Uintah namespace

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+1 -1)
allen 2018-11-16 19:29 Rev.: 58939

added Uintah namespace

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+1 -1)
allen 2018-11-16 19:16

Changed interface to match AppCom

6 lines of code changed in 3 files:

  • CCA/Components/Wasatch: Wasatch.cc (+4 -1), Wasatch.h (+1 -1)
tsaad 2018-10-05 13:58 Rev.: 58751

delete an unused variable.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: BCHelper.h (new)
tsaad 2018-10-05 13:52 Rev.: 58750

Add support for applying dirichlet conditions on (surface) fluxes.

42 lines of code changed in 5 files:

  • CCA/Components/Wasatch: BCHelper.h (+1), FieldAdaptor.cc (new), WasatchBCHelper.h (new)
mcconnell 2018-09-12 23:45 Rev.: 58662

cleanup

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: Properties.cc (changed)
mcconnell 2018-09-11 11:30 Rev.: 58644

(re)made changes necessary after rebasing.

16 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+16 -3)
mcconnell 2018-09-11 11:30 Rev.: 58643

density-weighted scalars at STATE_NP1 are now cleaved from children and scalar BCs are now applied to STATE_NP1 rather than STATE_N when the low-Mach fluid model is implemented. Cleaving fixes an issue where the density solver would hang ro fail due to NaNs in ghost cells when the domain had more than one patch.

13 lines of code changed in 2 files:

  • CCA/Components/Wasatch: TimeStepper.cc (new)
mcconnell 2018-09-11 11:30 Rev.: 58634

fixed another bug. silly me.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: TagNames.cc (changed)
mcconnell 2018-09-11 11:30 Rev.: 58633

fixed a bug I introduced at some point.

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+2 -1)
mcconnell 2018-09-11 11:30 Rev.: 58632

Some work getting turbulent low-mach capability fixed

7 lines of code changed in 3 files:

  • CCA/Components/Wasatch: TagNames.cc (+6 -5), TagNames.h (+1)
mcconnell 2018-09-11 11:29 Rev.: 58624

Removing star quantities for weak scalar transport for low-Mach model... not done yet.

11 lines of code changed in 3 files:

  • CCA/Components/Wasatch: Properties.cc (+10 -17), TagNames.cc (-2), TagNames.h (+1 -2)
mcconnell 2018-09-11 11:29 Rev.: 58623

Removed more star stuff. Yet more to come.

20 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Properties.cc (+20 -15)
mcconnell 2018-09-11 11:29 Rev.: 58622

More cleanup.

1 lines of code changed in 3 files:

  • CCA/Components/Wasatch: Properties.cc (+1 -4), TagNames.cc (-1), TagNames.h (-3)
mcconnell 2018-09-11 11:28 Rev.: 58616

the flow treatment is given directly to TransportEquation, negating the need to pass the 'isConstDensity" bool

2 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+2 -4)
mcconnell 2018-09-11 11:28 Rev.: 58615

more cleanup

12 lines of code changed in 3 files:

  • CCA/Components/Wasatch: Properties.cc (+7 -7), TagNames.cc (+2), TagNames.h (+3)
mcconnell 2018-09-11 11:28 Rev.: 58614

cleanup

11 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Properties.cc (+11 -20)
mcconnell 2018-09-11 11:28 Rev.: 58612

More work

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Properties.cc (+3 -3)
mcconnell 2018-09-11 11:28 Rev.: 58611

More progress removing star variables

5 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Properties.cc (+5 -8)
jsutherland 2018-08-13 12:25 Rev.: 58523

Remove a few BOOST_FOREACH in favor of c++11 style for.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: WasatchBCHelper.cc (changed)
jsutherland 2018-08-13 09:14 Rev.: 58522

clean up a few warnings out of Wasatch and update target ExprLib version.

2 lines of code changed in 2 files:

  • CCA/Components/Wasatch: TagNames.h (+1 -1), Wasatch.cc (+1 -2)
allen 2018-08-10 09:00 Rev.: 58514

removal of shared state and introduction of a material manager

34 lines of code changed in 11 files:

  • CCA/Components/Wasatch: ParticlesHelper.h (new), TaskInterface.cc (+2 -2), TaskInterface.h (+2 -2), TimeStepper.cc (+1 -1), TimeStepper.h (new), Wasatch.cc (+26 -26), Wasatch.h (+1 -1)
harman 2018-05-18 17:48 Rev.: 58250

Arches & Wasatch:
- added calls to
m_solver -> scheduleInitialize()
m_solver -> scheduleRestartInitialize()

Hypre:
- Set the solver and preconditioner type once during initialization. There's no need to set
them every time the solver is executed.
- solver and preconditioner types are defined as enums.
- consolidate redundant conditional blocks.
- Now using switch statements instead of if()-elseif().
- formatting.

The nightly tests pass, except for those that were previously failing.

3 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+3)
mike.hansen 2018-05-14 22:19 Rev.: 58234

- fix some more header-header includes on Wasatch's GPU linker issue

14 lines of code changed in 5 files:

  • CCA/Components/Wasatch: DualTimeMatrixManager.cc (new), DualTimeMatrixManager.h (+7 -1), TimeStepper.h (+6 -2)
mike.hansen 2018-05-14 21:12 Rev.: 58233

- get rid of header-header includes with forward declarations, and do some ancillary cleanup. This ought to fix the broken GPU build. If it doesn't I'm going to need some help...

37 lines of code changed in 4 files:

  • CCA/Components/Wasatch: TaskInterface.cc (+2), TimeStepper.h (-2), Wasatch.cc (+28 -24), Wasatch.h (+7 -9)
mike.hansen 2018-05-14 16:01 Rev.: 58226

- adds a block-implicit pseudotransient continuation method for compressible, multicomponent gases or compressible, calorically perfect gases, or for scalar advection-diffusion-reaction equations with a passive velocity field
- enable fixed-point with local dual time step
- add debug stream for dual time matrix info
- clean up some of the info containers and dual time maps

805 lines of code changed in 14 files:

  • CCA/Components/Wasatch: DualTimeMatrixManager.cc (+450), DualTimeMatrixManager.h (+165), TagNames.cc (+2 -1), TagNames.h (+1 -1), TaskInterface.cc (+72 -38), TaskInterface.h (+9 -3), TimeIntegratorTools.h (+1 -6), TimeStepper.cc (+16 -14), TimeStepper.h (+12 -4), Wasatch.cc (+67 -21), Wasatch.h (+9 -2), sub.mk (new)
mcconnell 2018-04-16 15:54 Rev.: 58140

rolled back changes to r58119

35 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+35 -60)
mcconnell 2018-04-16 15:04 Rev.: 58137

Update copyright date.

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+1 -1)
mcconnell 2018-04-16 15:03 Rev.: 58122

removed need for calls to shared state for the time step and sim time

61 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+61 -36)
jsutherland 2018-04-02 20:04 Rev.: 58035

Remove code that Allen commented.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (-8)
allen 2018-04-02 17:54 Rev.: 58034

removed the shared state from the radiation model and re-invoked the in-situ

6 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+6 -5)
mike.hansen 2018-03-14 12:15 Rev.: 57932

Revert "-- Block-implicit Wasatch for advection-diffusion-reaction equations (scalar transport)"

This reverts commit 24b8a688906ad98c051867365ce9c1c4322cb502.

15 lines of code changed in 7 files:

  • CCA/Components/Wasatch: TaskInterface.cc (+5 -64), TaskInterface.h (-1), TimeIntegratorTools.h (-2), TimeStepper.cc (+7 -9), TimeStepper.h (+1 -3), Wasatch.cc (+2 -11), Wasatch.h (-2)
mike.hansen 2018-03-13 15:27 Rev.: 57931

-- Block-implicit Wasatch for advection-diffusion-reaction equations (scalar transport)
- convective flux and diffusive velocity sensitivities
- scalar RHS sensitivities
- add optional block-implicit input file attribute for dual time
- add simple Jacobian matrix setup
- scalar transport tests for convection, diffusion, reaction each in 1D x y z, coupled in 2D xy xz yz, and coupled in 3D on 2 procs
- expression algebra sensitivities
- update ExprLib Wasatch3P hash
- add Gaussian boundary function
- add commented-out dependency of scalar rhs on the coordinates to get the grid spacing (pending fix of observed sensitivity issue)
- turn off debug on implicit tests with transport

92 lines of code changed in 7 files:

  • CCA/Components/Wasatch: TaskInterface.cc (+64 -5), TaskInterface.h (+1), TimeIntegratorTools.h (+2), TimeStepper.cc (+9 -7), TimeStepper.h (+3 -1), Wasatch.cc (+11 -2), Wasatch.h (+2)
tsaad 2018-03-12 10:13 Rev.: 57928

delete and inadvertent character

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+1 -1)
tsaad 2018-03-12 09:56 Rev.: 57927

Fix dual time subscheduler: we should NOT call the expression factory registration process twice. This is causing problems with sensitivities in the expression graph. This change will cause a diff in the RT.

35 lines of code changed in 1 file:

  • CCA/Components/Wasatch: Wasatch.cc (+35 -53)
jsutherland 2018-03-08 12:40 Rev.: 57921

Clean up some warnings; update to a new version of NSCBC to clean up more warnings.

0 lines of code changed in 1 file:

  • CCA/Components/Wasatch: WasatchBCHelper.cc (-1)
jsutherland 2018-03-08 11:53 Rev.: 57920

Update w3p ExprLib autobuild version

1 lines of code changed in 1 file:

  • CCA/Components/Wasatch: WasatchBCHelper.cc (+1 -1)
jsutherland 2018-03-08 11:53 Rev.: 57919

Clean up a few warnings.

0 lines of code changed in 2 files:

  • CCA/Components/Wasatch: BCHelper.cc (-2)

(4 more)

Generated by StatSVN 0.7.0