Directory Packages/Uintah/Core/Exceptions/

Total Files:
9
Deleted Files:
4
Lines of Code:
431

[root]/Packages/Uintah/Core/Exceptions

Lines of Code

Packages/Uintah/Core/Exceptions/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 24 (100.0%) 99 (100.0%) 4.1
dav 9 (37.5%) 89 (89.9%) 9.8
jas 11 (45.8%) 10 (10.1%) 0.9
harman 4 (16.7%) 0 (0.0%) 0.0

Most Recent Commits

harman 2008-12-17 17:21 Rev.: 42738

eliminated MaxIteration exception.

0 lines of code changed in 4 files:

  • Packages/Uintah/Core/Exceptions: MaxIteration.cc (del), MaxIteration.h (del), sub.mk (new)
dav 2008-08-21 16:25 Rev.: 41954


M Core/Exceptions/PetscError.cc ----renamed_to---> UintahPetscError.cc
M Core/Exceptions/PetscError.h ----renamed_to---> UintahPetscError.h

PetscError implies a function defined in Petsc (and actually, there is
a Petsc PetscError which caused a naming conflict with our PetscError.
So I renamed our PetscError to the more clear UintahPetscError.

M CCA/Components/Models/Radiation/Models_PetscSolver.cc
M CCA/Components/MPM/PetscSolver.cc
M CCA/Components/Arches/PetscSolver.cc
M CCA/Components/Arches/Radiation/RadLinearSolver.cc
M CCA/Components/Arches/Filter.cc

Using UintahPetscError. Some coding convention cleanups.

M CCA/Components/Models/Radiation/RadiationConstVariables.h
M CCA/Components/Arches/ArchesConstVariables.h

This file doesn't use PetscError, so doesn't need to include it.
ALSO, PLEASE don't place #includes above the '#ifndef .h file guard'
at the top of a .h file.

M CCA/Components/Models/Radiation/Models_HypreSolver.cc

Finish cleanup up what Todd started. ;) Removed references to
PetscError from this Hypre file. Rearranged the #includes to
be in a better order. Fixed #include "" to use #include <>.

M CCA/Components/Arches/Radiation/RadHypreSolver.cc

This file doesn't use PetscError, so don't #include it. Fixed
#include "" to be #include <>.

M CCA/Components/Arches/StencilMatrix.h

Don't use std::vector when it isn't used in the file.

M CCA/Components/Regridder/PatchFixer.cc

Untabify. Indent. Group using statements. Few coding standard
updates.

M Core/Exceptions/sub.mk

PetscError -> UintahPetscError. Clean up ordering of src files.

M Core/Grid/Variables/ReductionVariable_special.cc

Still trying to get the symbols to be defined correctly on all
compilers.

89 lines of code changed in 5 files:

  • Packages/Uintah/Core/Exceptions: PetscError.cc (del), PetscError.h (del), UintahPetscError.cc (new 44), UintahPetscError.h (new 39), sub.mk (+6 -6)
jas 2008-07-21 16:11 Rev.: 41664

Remove using namespace std; and replace with only what is needed.

8 lines of code changed in 8 files:

  • Packages/Uintah/Core/Exceptions: ConvergenceFailure.cc (new), InvalidCompressionMode.cc (new), MaxIteration.cc (new 1), PetscError.cc (new 2), VariableNotFoundInGrid.cc (+1 -1)
dav 2008-04-24 17:56 Rev.: 40827

Slightly cleaner (more concise) output

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Exceptions: ProblemSetupException.cc (new)
dav 2008-04-16 13:39 Rev.: 40743

cosmetics

0 lines of code changed in 2 files:

  • Packages/Uintah/Core/Exceptions: ProblemSetupException.h (new)
jas 2008-03-03 01:28 Rev.: 40351

Use const char

2 lines of code changed in 3 files:

  • Packages/Uintah/Core/Exceptions: ConvergenceFailure.cc (+1 -1), ConvergenceFailure.h (+1 -1)
Generated by StatSVN 0.4.0