Last change
on this file since 10937 was 8330, checked in by Eric.Larour, 14 years ago |
Serial and parallel runs now running with marshalling routines, more homogeneous
|
File size:
360 bytes
|
Line | |
---|
1 | /*!\file: ParsePetscOptionsx.h
|
---|
2 | * \brief header file for parsing petsc options file
|
---|
3 | */
|
---|
4 |
|
---|
5 | #ifndef _PARSEPETSCOPTIONSX_H
|
---|
6 | #define _PARSEPETSCOPTIONSX_H
|
---|
7 |
|
---|
8 | #include "../../Container/Container.h"
|
---|
9 | #include "../../objects/objects.h"
|
---|
10 |
|
---|
11 | /* local prototypes: */
|
---|
12 | void ParsePetscOptionsx(Parameters* parameters, FILE* petscoptionsfid);
|
---|
13 |
|
---|
14 | #endif /* _PARSEPETSCOPTIONSX_H */
|
---|
Note:
See
TracBrowser
for help on using the repository browser.