Directory CCA/Components/Arches/Task/

Total Files:
10
Deleted Files:
0
Lines of Code:
2704

[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 69 (100.0%) 2417 (100.0%) 35.0
jthornoc 61 (88.4%) 2389 (98.8%) 39.1
tsaad 8 (11.6%) 28 (1.2%) 3.5

Most Recent Commits

tsaad 2015-12-07 16:18 Rev.: 54500

Change the Wasatch namespace to WasatchCore to avoid conflicts with the Wasatch class.

28 lines of code changed in 8 files:

  • CCA/Components/Arches/Task: FieldContainer.cc (new), FieldContainer.h (new), TaskInterface.cc (new), TaskInterface.h (new)
jthornoc 2015-11-16 16:40 Rev.: 54344

Make timestep_init aware of the current dt.

7 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.cc (+7 -2)
jthornoc 2015-10-16 13:03 Rev.: 54185

Add the ability to create new tasks on-the-fly.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (new)
jthornoc 2015-10-12 10:30 Rev.: 54156

Remove the restartInitialize in the advanceTimeStep for the nonlinear
solver. A work-around exists by simply having a dummy task compute the
variable before it is required in the actual task to trick the DW into
knowing it exists in the checkpoint information.

Also some cleanup of code.

1 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.h (+1 -1)
jthornoc 2015-10-12 10:30 Rev.: 54152

- Attempting to shift the masks. Not working.
- Cleaning up more dust in the NonLinearSolver interface.

9 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.h (+9 -9)
jthornoc 2015-10-01 14:07 Rev.: 54102

Dont build RHS with the temporal part.
Revamp the FEUpdate to not worry about density. That should be handled
somewhere else.
Masks still not working. Uintah iterator does.

6 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.cc (+6 -3)
jthornoc 2015-09-30 23:10 Rev.: 54097

* Fix a boundary issue with the FE update.
* Delete BCInfo on patches that don’t need it.
* Some more work on bc, masks, etc…

3 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.h (+3)
jthornoc 2015-09-25 13:27 Rev.: 54049

Aligning the code with Tony's latest commit on the BCHelper.

6 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+3 -3), TaskInterface.h (+3 -3)
jthornoc 2015-09-25 13:27 Rev.: 54047

Add CoalHelper back in.
More work on implementing BCHelper.

66 lines of code changed in 7 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+1 -1), SampleFactory.cc (+21 -27), TaskFactoryBase.cc (new), TaskFactoryBase.h (+7 -1), TaskInterface.cc (+6 -6)
jthornoc 2015-09-25 13:26 Rev.: 54046

Leverage the BCHelper from Wasatch to store masks.

10 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+5 -1), TaskInterface.h (+5 -1)
jthornoc 2015-09-09 16:10 Rev.: 53917

Note that there was a commit snafu on my last commit.
The only thing that happened in the last commit was the addition
of the TaskAlgebra files.

* Little clean-up of the nonlinear solver interface.
* Created a common problemSetup for the nonlinear solver.
* Fix a couple bugs in TaskAlgebra.

4 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+4 -1)
jthornoc 2015-08-27 16:36 Rev.: 53866

Should have checked for the type before trying to insert the name.

8 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+8)
jthornoc 2015-08-27 16:36 Rev.: 53865

Move sharedState to the factories after they have been instantiated.
Provide base class task organization for the factories.

58 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+58 -21)
jthornoc 2015-08-19 21:33 Rev.: 53845

Fix density predictor bug with variable allocation.
Provide warnings when MODIFIES is used with ghosts (and subsequently set
nGhost = 0).

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskInterface.cc (+2 -2)
jthornoc 2015-08-12 16:04 Rev.: 53814

Allowing extra specification in the get variable functionality so that
one may grab the same variable from two different DWs as const.

142 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+122), TaskInterface.h (+20)
jthornoc 2015-08-12 16:03 Rev.: 53813

Reorder for clarity.

0 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: SampleTask.cc (new)
jthornoc 2015-08-10 16:19 Rev.: 53801

Cleaning up warnings.

5 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+1 -2), TaskInterface.h (+4 -1)
jthornoc 2015-08-10 16:19 Rev.: 53800

Clean up unused information.

0 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: FieldContainer.h (-2)
jthornoc 2015-08-10 16:19 Rev.: 53799

Fix a problem with the variable registry. The values are no longer being
altered after it is passed to the task.

18 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+1 -1), TaskInterface.cc (+17 -47)
jthornoc 2015-08-10 16:18 Rev.: 53798

Remove more _new functions.

38 lines of code changed in 5 files:

  • CCA/Components/Arches/Task: SampleTask.cc (+10 -10), TaskInterface.cc (+19 -19), TaskInterface.h (+6 -6), TemplatedSampleTask.h (new)
jthornoc 2015-08-10 16:18 Rev.: 53797

Remove the _new tags from the new functions.

12 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+6 -6), TaskInterface.h (+6 -6)
jthornoc 2015-08-10 16:18 Rev.: 53796

Minor front-end change, major back-end change to the Arches Task Interface (ATI).
* Remove the ATI variable type enums in favor of Uintah type descriptions and the FieldAdaptor mapping for better generality.
* Rather than resolving all variables in the task call-back function, resolve the labels when they are retrieved. This is now done in the FieldContainer.h

This should reduce the complexity of the field mapping behind the scenes for easier readability and maintainability.

718 lines of code changed in 8 files:

  • CCA/Components/Arches/Task: FieldContainer.cc (+15 -5), FieldContainer.h (+317 -135), SampleTask.cc (+54 -55), SampleTask.h (new), TaskInterface.cc (+93 -561), TaskInterface.h (+154 -178), TemplatedSampleTask.h (+56 -63)
jthornoc 2015-08-10 16:18 Rev.: 53795

Using Wasatch FieldAdaptor to simplify the logic in retrieving and
wrapping Uintah fields in the Arches task interface.

1054 lines of code changed in 3 files:

  • CCA/Components/Arches/Task: FieldContainer.h (+172 -405), TaskInterface.cc (+627 -626), TaskInterface.h (+255 -259)
jthornoc 2015-06-03 14:54 Rev.: 53591

* Adding a nebo-ized version of the density predictor in Arches.
This new version can also compute the exact rho-f/rho relationship for
cold-flow mixing.
* Also added a get-task-by-type mechanism in the task factory base
class.

5 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: TaskFactoryBase.h (+5 -1)
jthornoc 2015-05-11 14:56 Rev.: 53468

Comments.
For SampleTask, using the cleaner interface for computing variables.

2 lines of code changed in 1 file:

  • CCA/Components/Arches/Task: SampleTask.cc (+2 -2)
jthornoc 2015-03-24 15:32 Rev.: 53293

Clean up:
1) get_uintah_const_field -> get_const_uintah_field
2) Combine the bc and standard task interface. Now using enum to
distignuish the two. This will allow other task types to be added (if
needed) in the future.

17 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskInterface.cc (+14 -68), TaskInterface.h (+3 -8)
jthornoc 2015-03-18 22:17 Rev.: 53234

Using sched_restartInitialize to enable models to be turned on for
restart when they haven't been turned on previously.

72 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskInterface.cc (+54 -3), TaskInterface.h (+18 -1)
jthornoc 2015-01-22 11:40 Rev.: 52991

Arches Task Interface
* remove the booleans to control task execution. This is now determined
by the size of the variable registry.

DQMOM
* For the no-solve method, remove requirement for moment specification
* Allow weights to have a non-zero source term (birth)
* Fix a couple bugs in the SimpleBirth model

Other
* Change the constant particle model to be constant/environment

107 lines of code changed in 4 files:

  • CCA/Components/Arches/Task: SampleTask.cc (-4), TaskInterface.cc (+107 -121), TaskInterface.h (-3), TemplatedSampleTask.h (-4)
jthornoc 2015-01-05 18:18 Rev.: 52925

Fix a memory problem.
Turns out that the retrieve_task function was always building the task
rather than looking to see if it had previously been built. This is
corrected in this commit. Shouldn't change the answers but should fix
the failing memory test.

19 lines of code changed in 2 files:

  • CCA/Components/Arches/Task: TaskFactoryBase.cc (+19 -20), TaskFactoryBase.h (-3)
Generated by StatSVN 0.7.0