[root]/Packages/Uintah/CCA/Components/Arches/Radiation
fortran
(1 files, 54 lines)
Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 25 (100.0%) | 52 (100.0%) | 2.0 |
jas | 3 (12.0%) | 18 (34.6%) | 6.0 |
borodai | 15 (60.0%) | 16 (30.8%) | 1.0 |
worthen | 2 (8.0%) | 15 (28.8%) | 7.5 |
mjc | 1 (4.0%) | 1 (1.9%) | 1.0 |
dgroulx | 1 (4.0%) | 1 (1.9%) | 1.0 |
dav | 1 (4.0%) | 1 (1.9%) | 1.0 |
guilkey | 2 (8.0%) | 0 (0.0%) | 0.0 |
Change SUBMINOR == 1 to SUBMINOR >= 1
0 lines of code changed in 2 files:
Added extra projection option, mostly for debugging.
Changed all solver tolerances to be absolute.
4 lines of code changed in 4 files:
Force petsc to use absolute tolerance
1 lines of code changed in 1 file:
Tolerance given now will be used as absolute tolerance,
not as relative one. Name of the tag to set tolerance in input file
is res_tol (ugly, but to match Hypre solver).
3 lines of code changed in 1 file:
Prep configure to run under cygwin. Not quite ready yet.
Windows port of Uintah. Currently does not support Arches or Radiation (due to lack of fortran).
15 lines of code changed in 2 files:
Made input tags more meaningful
0 lines of code changed in 5 files:
Fixed hypre solver for DO radiation, if it has to work for spherical harmonics
as well , look in Models/Radiation to see how to do that. Spherical harmonics
is disabled now (it does not run in parallel) so having solvers work for it
is not required.
1 lines of code changed in 2 files:
Use PCFactorSetFill instead of PCILUSetFill if using petsc 2.3.1 (latest
version).
6 lines of code changed in 1 file:
Spherical harmonics radiation model and weighted sum of grey gases property
model for radiation do not pass 0th order verification. They do not run
in parallel (they crash). Thus, they have been disabled.
Patchmean property model option runs, but shows difference between 1 and 8 processor
run after 2.5 sec. on 10^3 case, so users are warned. In contrast, discrete
ordinats with radcoef (default options, only ones left) results compare
just fine for 10 seconds in this case.
7 lines of code changed in 2 files:
Reorder the arguments for VecAXPY for petsc 2.3.0.
2 lines of code changed in 1 file:
More Updates to fix getID() problems and to address the move of Dataflow/Ports
1 lines of code changed in 1 file:
add with-tetgen option to configure, Make Module.h conform to the coding standard, and all the massive fallout from renaming variables and slots in that class
1 lines of code changed in 1 file:
Conditional compilation based on the PETSC_VERSION_MINOR id. One can install
either petsc 2.2 or petsc 2.3.
10 lines of code changed in 1 file:
The libxml2 branch merge
1 lines of code changed in 1 file: