Directory CCA/Components/Arches/Task/

Total Files:
9
Deleted Files:
0
Lines of Code:
2579

[root]/CCA/Components/Arches/Task

Lines of Code

CCA/Components/Arches/Task/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 59 (100.0%) 755 (100.0%) 12.7
jthornoc 56 (94.9%) 469 (62.1%) 8.3
jholmen 3 (5.1%) 286 (37.9%) 95.3

Most Recent Commits

jthornoc 2019-11-22 17:46 Rev.: 59849

This commit fixes a failing test from my last commit (not running to completion) but breaks a bunch of new ones.

I’ve moved the RHS addition of the DQMOM source to DQMOMNoInversion where no DQMOM inversion is taking place. This consolidates some work and removes the need for an extra task. As such, this breaks Coal Production tests in the fuzz.

The Kokkos dqmom_example_char test also fails, but this appears because the source wasn’t being added in the correct place for Kokkos-DQMOM. Differences are small, however. This is still under development…

Also re-grouped the particle models into fewer, more intuitive groups.

Some other minor cleanup occurred.

3 lines of code changed in 4 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (new), TaskFactoryBase.h (new)
jholmen 2019-11-07 20:11 Rev.: 59802

* Removed get_unmanage_const_field.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: FieldContainer.h (changed)
jthornoc 2019-11-06 16:01 Rev.: 59796

Remove all traces of get_unmanaged field getters.

0 lines of code changed in 5 files:

  • CCA/Components/Arches/Task: FieldContainer.h (-32), SampleTask.cc (new), TaskVariableTools.h (new)
jthornoc 2019-10-30 15:01 Rev.: 59764

Spacing/returns on DOUT.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+2 -2)
jthornoc 2019-10-29 12:13 Rev.: 59757

Find and replace all: "new_get_uintah_field" is now "get_field"

13 lines of code changed in 4 files:

  • CCA/Components/Arches/Task: SampleTask.cc (+9 -9), TaskVariableTools.h (+2 -2), TemplatedSampleTask.h (new)
jthornoc 2019-10-29 12:12 Rev.: 59754

Removing old variable getters for good.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.h (-52)
jthornoc 2019-10-29 12:12 Rev.: 59753

Final (?) cleanup of old variable getters. Old variable getters are now
commented out in TaskVariableTools and new getters are used everywhere.

43 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.h (+43 -43)
jthornoc 2019-10-29 12:12 Rev.: 59752

Fifth replacement of variable getters from TaskVariableTools.
This commit hits some of the getters with irregular spacing (thanks
RegEx).

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: SampleTask.cc (+3 -3)
jthornoc 2019-10-29 12:12 Rev.: 59751

Fourth replacement of variable getters from TaskVariableTools.
This commit comments out one of the older getters in TaskVariableTools.
Note also that this was the first commit to handle pointers with the new
method in some cases.

9 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: SampleTask.cc (+2 -2), TaskVariableTools.h (+7 -7)
jthornoc 2019-10-29 12:12 Rev.: 59750

Third replacement of variable getters from TaskVariableTools.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: SampleTask.cc (+3 -3)
jthornoc 2019-10-29 12:11 Rev.: 59749

Second replacement of variable getters from TaskVariableTools.

3 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: SampleTask.cc (+1 -1), TemplatedSampleTask.h (+2 -2)
jthornoc 2019-10-24 13:51 Rev.: 59739

Removing unused functions.

Also, FieldTool now returns a reference rather than a pointer.

17 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.h (+17 -17)
jthornoc 2019-10-18 11:48 Rev.: 59720

Removing unneeded include and fixing a warning.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.h (-1)
jthornoc 2019-10-18 09:04 Rev.: 59718

Removing the general variadic implementation as it was causing some
ambiguity for some compilers.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: FieldContainer.h (-7)
jthornoc 2019-10-16 14:54 Rev.: 59715

Make return types consistent.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.h (+2 -2)
jthornoc 2019-10-16 14:26 Rev.: 59714

Compact grid variable getters with a variadic option.

28 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+9 -2), TaskVariableTools.h (+19)
jthornoc 2019-09-27 20:48 Rev.: 59669

Encapsulating the Sandbox and SSPRK solvers a little better.
Added a test of the linear solver in the Sandbox and cleared out what was there before.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+1 -1)
jthornoc 2019-09-27 20:48 Rev.: 59667

Removing the build_task function which is not needed anymore.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (-3)
jholmen 2019-09-18 20:45 Rev.: 59656

* Re-ordered grid variable access functions.
* Cleaned up whitespace and formatting.

286 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskVariableTools.h (+286 -264)
jthornoc 2019-06-26 15:17 Rev.: 59487

Addressing multiple issues for the KokkosSolver in this commit:

1) Start with smarter naming of the Arches task names for easier debugging.
2) Clean up of code (removal of commented lines, etc)
3) Rearranging of a few things to facilitate heat loss calc. and table lookup
4) Trying to clean up some of the naming conventions in TransportFactory - more work needed
5) Starting to remove the build_all_tasks function and actually build them when initially parsing the input file to remove redundant parsing
6) Added a default momentum name
7) Removed some initialization loops in favor of the .initialize() function on grid variables. Hoping there will be kokkos/uintah backend support for this.
8) Added a “volumetric” scalar support - was there before but not explicitly.
9) Turning off computesWithScratchGhost in the dyn. model until the errant mpi errors can be sorted.

Answers on Kokkos Tests are affected because of one or more of the following:

- rho_star isn’t initialized at sched_Initialize to the density value. There was no value in doing this and it created a task ordering problem.
- Different numbers of variables in checkpoint
- Fuzz differences in the helium tests

Otherwise the grid refinement verification studies passed, which are run manually.

71 lines of code changed in 8 files:

  • CCA/Components/Arches/Task: AtomicTaskInterface.h (new), SampleTask.cc (+7 -7), TaskFactoryBase.cc (+21 -5), TaskFactoryBase.h (+4 -2), TaskInterface.h (+30 -12), TemplatedSampleTask.h (+2 -2)
jthornoc 2019-05-28 10:03 Rev.: 59430

Make it more yelly.

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+3 -3)
jthornoc 2019-05-28 10:03 Rev.: 59429

Add an end-of-line.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+2 -2)
jthornoc 2019-05-28 10:02 Rev.: 59428

Adding debug print statement for task packing.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+6)
jthornoc 2019-05-01 09:20 Rev.: 59384

Fix a line continuation problem causing a DOUT to not be compiled.
Thanks, Dav, for pointing this out!

7 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+7 -1)
jthornoc 2019-04-17 10:22 Rev.: 59352

More edits on ghost tracking including a new SCI_DEBUG flag.

80 lines of code changed in 4 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+70), TaskFactoryBase.h (+5 -19), TaskVariableTools.cc (new)
jthornoc 2019-04-16 14:07 Rev.: 59350

Fixing a bug in the max ghost cell tracking. Also clean out the list of
max ghost cells between scheduleInitialize and scheduleTimeAdvance.

27 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+1 -1), TaskFactoryBase.h (+26 -9)
jthornoc 2019-04-09 08:37 Rev.: 59314

Updating the ghost reporting and folding it into a SCI_DEBUG flag in
Arches with the Arches_Variable_Task_Dep tag.

51 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+1 -2), TaskFactoryBase.h (+50 -17)
jthornoc 2019-04-03 23:07 Rev.: 59305

Changing initialization for the struct since it was causing problems
with the inlet compiler.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+4 -1)
jthornoc 2019-04-03 13:40 Rev.: 59304

Slight reordering of things..

8 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+8 -7)
jthornoc 2019-04-03 13:35 Rev.: 59303

Replace the simple int with a ghost cell information container (struct)
for the max ghost cell information.

31 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+31 -30)
jthornoc 2019-04-02 13:05 Rev.: 59298

Adding max ghost tracking per factory and per entire variable space
across new and old DW.

52 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+3 -1), TaskFactoryBase.h (+49)
jthornoc 2019-03-21 15:50 Rev.: 59276

Two more boost headers creeping around.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.h (-1)
Generated by StatSVN 0.7.0