#include <syspro_impl.h>
Data Fields | |
char * | name |
SalsaTransform | transform |
char * | preserved |
char * | required |
PetscTruth | exhaustive |
PetscErrorCode(* | setup )(NumericalProblem, SalsaTransform) |
PetscErrorCode(* | unset )(NumericalProblem) |
PetscErrorCode(* | ctxcreate )(NumericalProblem, void **) |
PetscErrorCode(* | ctxdelete )(void *) |
PetscErrorCode(* | start_function )(char *, int, PetscTruth, NumericalProblem, NumericalProblem *, void *, void **, PetscTruth *) |
PetscErrorCode(* | end_function )(char *, PetscTruth, void *, void *, NumericalProblem, NumericalProblem, NumericalSolution, NumericalSolution) |
PetscErrorCode(* | optionshandling )() |
PetscErrorCode(* | intelligence )(NumericalProblem, char **, char **) |
Definition at line 17 of file syspro_impl.h.
PetscErrorCode(* SystemPreprocessor_::ctxcreate)(NumericalProblem, void **) |
Referenced by DeclarePreprocessor(), and PreprocessedSolution().
PetscErrorCode(* SystemPreprocessor_::ctxdelete)(void *) |
Referenced by DeclarePreprocessor(), and PreprocessedSolution().
PetscErrorCode(* SystemPreprocessor_::end_function)(char *, PetscTruth, void *, void *, NumericalProblem, NumericalProblem, NumericalSolution, NumericalSolution) |
Referenced by DeclarePreprocessor(), and SysProPreprocessorEndFunction().
PetscTruth SystemPreprocessor_::exhaustive |
Definition at line 21 of file syspro_impl.h.
Referenced by DeclarePreprocessor(), PreprocessedSolution(), and PreprocessorsOptionsHandling().
PetscErrorCode(* SystemPreprocessor_::intelligence)(NumericalProblem, char **, char **) |
Referenced by ChooseFirstTransform(), and DeclarePreprocessorIntelligentChoice().
Definition at line 18 of file syspro_impl.h.
Referenced by ChooseFirstTransform(), ContinueRetrievingAllPreprocessors(), ContinueRetrievingCurrentPreprocessors(), DeclarePreprocessor(), GetNextPreprocessor(), SuccessorPreprocessor(), SysProFinalize(), and SysproPreprocessorStartFunction().
PetscErrorCode(* SystemPreprocessor_::optionshandling)() |
Referenced by DeclarePCPreprocessor(), and PreprocessorsOptionsHandling().
Definition at line 20 of file syspro_impl.h.
Referenced by PreprocessorGetPreservedCategories(), PreprocessorSetPreservedCategories(), and SysProFinalize().
Definition at line 20 of file syspro_impl.h.
Referenced by ChooseFirstTransform(), and DeclarePreprocessorRequiredCategories().
PetscErrorCode(* SystemPreprocessor_::setup)(NumericalProblem, SalsaTransform) |
Referenced by DeclarePreprocessor(), and PreprocessorSpecificSetup().
PetscErrorCode(* SystemPreprocessor_::start_function)(char *, int, PetscTruth, NumericalProblem, NumericalProblem *, void *, void **, PetscTruth *) |
Referenced by DeclarePreprocessor(), and SysproPreprocessorStartFunction().
Definition at line 19 of file syspro_impl.h.
Referenced by ContinueRetrievingAllPreprocessors(), DeclarePreprocessor(), PreprocessedSolution(), PreprocessorApplyAprioriSelection(), PreprocessorSaveAprioriSelection(), SysProFinalize(), and TransformGetByName().
PetscErrorCode(* SystemPreprocessor_::unset)(NumericalProblem) |
Referenced by DeclarePreprocessor(), and PreprocessedSolution().