Formatting...
0 lines of code changed in 2 files:
getParent()
- fixed error in conditional. d->content can be 0x0 with a parent node.
0 lines of code changed in 2 files:
Added an optional flag when querying for a table value outside of the
table to deal with volumetric quantities (density, etc)
Fixed a bug in the flux calculation for intrusion inlets.
This will break the intrusion inlet tests.
35 lines of code changed in 11 files:
Whoops...wrong label...
2 lines of code changed in 1 file:
powerLawProfile2:
- User must specify the channel half height. Previous, the code would assume it was the height of the domain.
- Changed the equation so the profile is symmetric at the channel half height.
17 lines of code changed in 2 files:
Checking to see if neighbor is a wall before adding face area to total
inlet area.
11 lines of code changed in 1 file:
Initialize variables to zero in the extra cell to get RT passing.
19 lines of code changed in 2 files:
Clean up a leak.
2 lines of code changed in 1 file:
Renamed myBatch.slrm -> ashBatch.slrm
Added parametric study (speedTest1-ash.tst) where the DO solver tolerance was varied.
193 lines of code changed in 6 files:
Added Arches example of a parametric study using the Coal/1GW_pokluda_np.ups running on ash.
Minor polishing and cleanup
More meta data is dumped to the screen.
74 lines of code changed in 8 files:
Removed extra dash.
0 lines of code changed in 2 files:
* Updated the path to heliumKS_pressureBC.ups.
5 lines of code changed in 1 file:
* Replaced tabs with spaces.
0 lines of code changed in 2 files:
Cleaned up some of the turbulence testing and added new tests for the
parallel_for enabled models.
Removed repeated handoff tests in ARCHES.py
Updated getTKE.py to py3
3 lines of code changed in 1 file:
Cleaning up ARCHES.py and adding a few new tests:
OFC_mom
helium_plume_rk1
helium_plume_rk2
helium_plume_rk3
59 lines of code changed in 3 files:
Kokkos_dev nightly RT configuration:
- Arches & examples
- Standard optimized configure line
- "NIGHTLY" group of tests
- optimized tests only
- gold standards in the kokkos_rt directory
0 lines of code changed in 4 files:
Added regression test that uses the slip momentum exchange code.
13 lines of code changed in 1 file:
Swirl condition had a sign error on positive faces.
9 lines of code changed in 1 file:
Adding a Swirl condition for scalar (DQMOM velocities).
Note that the spec in the input file is a bit tricky. Use carefully.
Also fixed a bug in the momentum swirl condition where boundary conditions were being overwritten.
239 lines of code changed in 10 files:
Minor cleanup. Added additional output variables for helium_rk1.ups.
4 lines of code changed in 2 files:
Consolidate the FE update into one class.
27 lines of code changed in 5 files:
Removing the storage of the ProblemSpec from the Unweight function. This
was leftover from the last large commit.
11 lines of code changed in 2 files:
Added kokkos_dev to the changeSource.
removed split_flie from SVNPoller()
Removed duplicate configure command.
Added petsc to the kokkos_opt_configCmd
8 lines of code changed in 1 file:
Updated the builder names and added "Kokkos-opt" options.
0 lines of code changed in 2 files:
variable name change "c" -> "master" global variable names that are a single char are an incredibly bad idea.
Added kokkos_full regression tests and a try server.
Removed kokkos_opt_comp, which duplicated kokkos_full tests.
156 lines of code changed in 1 file:
Added machinery for kokkos:opt, kokkos:opt-omp, kokkos:opt-cuda and kokkos:opt-omp-cuda compilation
tests
237 lines of code changed in 1 file:
More work on generalizing the factories and steps.
Removed debug static factory, it's been replaced by the compile factory.
135 lines of code changed in 1 file:
Instead of having a separate factory and builder for each configuration we want to test we're
now moving towards having a common set of factories and different builders. The configureCmd,
compiler options, and work directory are set at the builder level via the "Properties" mechanism.
Those properties are propagated down into the factory steps. This move will reduce the number
of factories.
105 lines of code changed in 1 file:
Consolidated the configure and compile steps into separate functions.
106 lines of code changed in 1 file:
More preparation for Kokkos_dev buildbot:
- generalized svn_update step
- renamed schedulers
- started adding kokkos schedulers, commented out
122 lines of code changed in 1 file:
Preliminary work before adding kokkos_dev builders.
- Moved build directories to trunk/
- Prepended builderNames with 'Trunk:'
74 lines of code changed in 1 file:
Added error checking. A regression test must run at least 2 timesteps. If it doesn't then there is a memory
leak reported in hypre on a restart.
11 lines of code changed in 1 file:
Removed EOL spaces.
Changed output formatting, the delimiter is now " " instead of "\t"
containsCellInclusive()
- changes so the user can set a plane next to the x+,y+,z+ domain faces.
0 lines of code changed in 4 files: