Directory Core/ProblemSpec/

Total Files:
3
Deleted Files:
0
Lines of Code:
1946

[root]/Core/ProblemSpec

Lines of Code

Core/ProblemSpec/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 12 (100.0%) 326 (100.0%) 27.1
tsaad 10 (83.3%) 320 (98.2%) 32.0
dav 2 (16.7%) 6 (1.8%) 3.0

Most Recent Commits

dav 2013-10-08 16:43 Rev.: 51043

This commit will (hopefully) fix the Mac OSX regression tester.

M Makefile.in

- Don't run the verify_zlib if it is a static build.

M CCA/Components/ProblemSpecification/sub.mk
M Core/ProblemSpec/sub.mk

- On some Mac installs, the MPI library brings in a library load path
that has alternative system libraries in it. The most usual case is
with libz.dylib. If we don't add the MPI_LIBRARY line to this link
line, then these libs will link vs the system (usually /usr/lib/libz.dylib)
and thus we will have two different compression libraries linked
into the same executable... which will eventually cause a bad UDA to
be created.

M CCA/Components/ProblemSpecification/ProblemSpecReader.cc

- Add a better error message.

M CCA/Components/Regridder/TiledRegridder.cc

- Alphabetize the includes.

6 lines of code changed in 2 files:

  • Core/ProblemSpec: sub.mk (+6 -1)
tsaad 2013-10-08 12:22 Rev.: 51038

Allow users to specify BC values via a value attribute instead of an xml child. This will help reduce the number of lines in the BC specification by up to 66%. Based on conversation with Todd and Jeremy, this commit is fully backward compatible to smooth the transition. You don't have to change any of your input files at the moment. if you want to adopt the new specification, see my next commit for examples. If you are a user, please consult with your component developer for possible implications of using this new interface. A script is being developed to help you convert your input files into using the new format.

59 lines of code changed in 4 files:

  • Core/ProblemSpec: ProblemSpec.cc (new), ProblemSpec.h (new)
tsaad 2013-09-03 10:46 Rev.: 50899

Add methods to remove and replace xml attributes in ProblemSpec. This is part of a major refactor of Wasatch BC treatment - those specific methods will allow us to manipulate <Face> properties (e.g. name) to guarantee and/or generate unique names, for example.

31 lines of code changed in 2 files:

  • Core/ProblemSpec: ProblemSpec.cc (+18), ProblemSpec.h (+13 -4)
tsaad 2013-06-22 14:57 Rev.: 50571

allow problemspec to get boolean attributes.

207 lines of code changed in 2 files:

  • Core/ProblemSpec: ProblemSpec.cc (+202 -13), ProblemSpec.h (+5)
tsaad 2013-02-14 10:45 Rev.: 49883

Allow the problemSpec reader to get integer-valued attributes.

23 lines of code changed in 2 files:

  • Core/ProblemSpec: ProblemSpec.cc (+18), ProblemSpec.h (+5)
Generated by StatSVN 0.7.0