|
System Preprocessors
|
#include <stdlib.h>#include <stdio.h>#include "syspro.h"#include "sysprotransform.h"#include "syspro_impl.h"Go to the source code of this file.
Defines | |
| #define | TYPELEN 200 |
Functions | |
| PetscErrorCode | SysProShowOptions (MPI_Comm comm) |
| PetscErrorCode | PreprocessorsOptionsHandling () |
| #define TYPELEN 200 |
Referenced by PreprocessorsOptionsHandling().
| PetscErrorCode PreprocessorsOptionsHandling | ( | ) |
Process commandline options that control the behaviour of SysPro. For more information see Command line options handling.
Definition at line 72 of file options.c.
References CHKERRQ(), SystemPreprocessor_::exhaustive, GetFirstPreprocessor(), GetNextPreprocessor(), ierr, SystemPreprocessor_::optionshandling, PreprocessorSaveAprioriSelection(), ReportEnabledPreprocessors(), SystemPreprocessorGetByName(), TransformGetByName(), TransformGetNextUnmarkedItem(), TransformGetNUnmarked(), TransformItemOptionsUseOnly(), TransformObjectGetName(), TransformObjectsUseOnly(), TransformSetUserChoices(), TRUTH, and TYPELEN.
Referenced by main().
| PetscErrorCode SysProShowOptions | ( | MPI_Comm | comm | ) |
Display all available options.
Definition at line 45 of file options.c.
References CHKERRQ(), ContinueRetrievingAllPreprocessors(), ierr, and StartRetrievingAllPreprocessors().
1.7.6.1