[root]/CCA/Components/Parent
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 52 (100.0%) | 268 (100.0%) | 5.1 |
jas | 45 (86.5%) | 237 (88.4%) | 5.2 |
harman | 2 (3.8%) | 14 (5.2%) | 7.0 |
jsutherland | 4 (7.7%) | 13 (4.9%) | 3.2 |
jpeterson | 1 (1.9%) | 4 (1.5%) | 4.0 |
Update documentation to version 1.3. Allow Wasatch, TabProps and
other new components in the new release.
0 lines of code changed in 4 files:
Update copyright date.
3 lines of code changed in 5 files:
Improved code segregation by added new component impAMRICE, in an effort to make
Justin happy.
ComponentFactory.cc
- added logic for calling impAMRICE
ICE.h
- added friend class impAMRICE
ICE.cc
- removed previous mechanism for calling impAMRICE
impAMRICE.cc
global ICE:: -> impARMICE::
impAMRICE.h
added prototypes for all the functions
AMRICE.cc
reflux_BP_check_CFI_cells()
- clearingFaceMarks for each fine patch.
14 lines of code changed in 2 files:
Move unused CM's to archive directory
4 lines of code changed in 1 file:
This checkin adds a new component (Wasatch) to Uintah. Wasatch uses
graph theory to automatically assemble algorithms from individual
"expressions." It also uses an operator approach to discrete field
operations, i.e. application of a gradient to a field. It provides
general wrapper capabilities for these "expression graphs" and exposes
them as Uintah tasks.
Currently Wasatch will not be built by default. This is to avoid
breaking other developers until we get the build system in shape.
Noteworthy changes outside of wasatch:
- the configure stuff was changed to allow Wasatch to be turned on
during configure. This required me to re-run autoconf, resulting
in numerous changes to configure since I was using a different
version of autoconf than was previously run.
- Modified the ups_spec.xml file to add a few more "common tags."
Dav is working on a better way to introduce these so that we don't
need to "pollute" this file.
- Modified CCA/Components/Parent/ComponentFactory.cc to plug Wasatch
in. In doing this, I moved a header file inclusion up a bit so
that the appropriate #define were available when including header
files.
- Changes to the appropriate sub.mk files to plug in the new component.
13 lines of code changed in 4 files:
Update copyright dates.
1 lines of code changed in 1 file:
Update release number to version 1.2.
Remove components not used in the release, i.e. Angio, and SpatialOps.
40 lines of code changed in 2 files:
Backout revision 45413
45 lines of code changed in 4 files:
Update release files that remove specific components.
47 lines of code changed in 4 files:
Update copyright dates
5 lines of code changed in 9 files:
Undoing commit 45403
23 lines of code changed in 7 files:
Add missing include files that were accidently removed.
22 lines of code changed in 1 file:
Update copyright date.
46 lines of code changed in 7 files:
Add benchmark component which is a clone of the poisson1 example.
5 lines of code changed in 1 file: