Preprocessor reporting

For purposes of reporting, there are routines for retrieving the names of all preprocessors in sequence. This is the general idea:
  ierr = GetFirstPreprocessor(&name); CHKERRQ(ierr);
  while (name) {
   .....
   ierr = GetNextPreprocessor(&name); CHKERRQ(ierr);
  }
Similarly, StartRetrievingCurrentPreprocessors() and ContinueRetrievingCurrentPreprocessors() get the class and specific choice of the currently active preprocessors.

With StartRetrievingAllPreprocessors() and ContinueRetrievingAllPreprocessors() one can the classes, and in each class all defined choices.

The specific reporting funtions are:


Generated on Sun Oct 4 04:03:05 2009 for System Preprocessors by  doxygen 1.5.9