/*!\file: ParsePetscOptionsx.h * \brief header file for parsing petsc options file */ #ifndef _PARSEPETSCOPTIONSX_H #define _PARSEPETSCOPTIONSX_H #include "../../Container/Container.h" #include "../../classes/objects/objects.h" /* local prototypes: */ void ParsePetscOptionsx(Parameters* parameters, FILE* petscoptionsfid); #endif /* _PARSEPETSCOPTIONSX_H */