Directory | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 111 (100.0%) | 1933 (100.0%) | 17.4 |
CCA/Components/Wasatch/ | 37 (33.3%) | 963 (49.8%) | 26.0 |
CCA/Components/Wasatch/Expressions/ | 35 (31.5%) | 504 (26.1%) | 14.4 |
CCA/Components/Wasatch/Expressions/BoundaryConditions/ | 11 (9.9%) | 250 (12.9%) | 22.7 |
CCA/Components/Wasatch/Transport/ | 19 (17.1%) | 142 (7.3%) | 7.4 |
R_Tester/ | 6 (5.4%) | 71 (3.7%) | 11.8 |
build_scripts/ | 3 (2.7%) | 3 (0.2%) | 1.0 |
- update test input filename
2 lines of code changed in 1 file:
- fix some more header-header includes on Wasatch's GPU linker issue
14 lines of code changed in 5 files:
- 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...
48 lines of code changed in 15 files:
- get rid of duplicate test in the wasatch python script
0 lines of code changed in 1 file:
- 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
1332 lines of code changed in 46 files:
Revert "-- Block-implicit Wasatch for advection-diffusion-reaction equations (scalar transport)"
This reverts commit 24b8a688906ad98c051867365ce9c1c4322cb502.
29 lines of code changed in 21 files:
-- 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
491 lines of code changed in 21 files:
- add tests for the new multicomponent, compressible flow boundary conditions
17 lines of code changed in 1 file: