[root]/CCA/Components/Examples
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 155 (100.0%) | 1391 (100.0%) | 8.9 |
harman | 97 (62.6%) | 985 (70.8%) | 10.1 |
jas | 54 (34.8%) | 374 (26.9%) | 6.9 |
derekhar | 2 (1.3%) | 27 (1.9%) | 13.5 |
ahumphrey | 1 (0.6%) | 4 (0.3%) | 4.0 |
allen | 1 (0.6%) | 1 (0.1%) | 1.0 |
Added cloud benchmark to RMCRT examples component.
The cloud benchmark consists of hot and cold radiation attenuating clouds with transparent windows and cold walls.
This benchmark was created to help quantify errorsassociated with coarsening far field regions of RMCRT.
In particular this benchmark was designed to emulate spatial radiative combustion dynamics.
This numerical solution is expected to be ~0.01% of the true solution.
Incident radiation files were also provided since the radiative windows in the solution clearly result in a divQ of zero.
27 lines of code changed in 2 files:
added 2 test problems.
<< "__________________________________\n"
<< " RMCRT:Initialization (6)\n"
<< " abskg = 5\n"
<< " T = ( ( 1 + sin(4.5 * 2Pi * x) ) * 1000^4 )^ 0.25 \n"
<< "__________________________________\n";
<< "__________________________________\n"
<< " RMCRT:Initialization (7)\n"
<< " abskg = 5.0 * exp ( -2 * x - 0.1)\n"
<< " T = ( 2*1000^4 * x + 1000^4)^0.25 \n"
<< "__________________________________\n"
To use
<benchmark dir= {0,1,2} > {6,7} </benchmark>
Removed redundant benchmark tags.
74 lines of code changed in 3 files:
turned an exception into a warning.
2 lines of code changed in 1 file:
Revert c++-11 namespace changes.
2 lines of code changed in 4 files:
Explicit namespace usage as part of the transition to c++-11.
2 lines of code changed in 2 files:
Removed heat equation. It doesn't run and is a copy & paste of Poisson1 which does run
0 lines of code changed in 4 files:
Delay deletion of Ray object.
There seems to be a race condition surrounding the deletion of the SimulationInterface object (UintahParallelComponent) in sus.cc. When this is done, it appears that for the RMCRT_Test destructor may evaluate d_RMCRT as non-null before it is deleted. This allows a second attempt to delete d_RMCRT, causing a double delete.
NOTE: credit goes to John Holmen for finding this one. Thanks John.
4 lines of code changed in 1 file:
Added new DOSweep example component for testing/development purposes.
329 lines of code changed in 3 files:
Initilization of cellType on the coarse levels is now the component's responsibility.
RMCRT_test.cc Arches:RMCRT
- define cellType during the initialization and just carry forward on coarser levels.
RMCRT_test.cc
- Initialize cellType on coarse level to d_flowCell (-1). This is correct and
will changed multi-level answers.
11 lines of code changed in 1 file:
Added scheduleRestartInitialize() to the framework. It's currently disabled, waiting for Alan's mods.
173 lines of code changed in 55 files:
Starting to use cellType the dataOnion tasks. Just pulling it out of the DW. Not being used yet.
3 lines of code changed in 1 file:
Removed tabs.
722 lines of code changed in 32 files:
added std::VisIt/libsim/visit_libsim.cc
1 lines of code changed in 1 file:
Made the following changes:
1. Compress large xml files. Remove sus log.
2. Add Changelog.
3. Add instructions for adding a new component to the build system.
4. Update OSX build in install documentation.
5. Update petsc version in install documentation.
6. Change Petsc version.
7. Remove references to Teem in installation. Remove the build directory
after creating the tarball for the release.
8. Remove Tracker feature.
9. Remove AIX references. Remove Basis/. Remove Teem. Remove sci_defs
include files related to SCIRun.
10. Remove old build dependency versions.
11. Add wasatch_3P 1.6.0 branch.
12. Remove bench.config file, update excludes when building release tar ball.
13. Remove *.orig and *.release files.
14. Update copyright date. Update version to 1.6.
41 lines of code changed in 45 files: