xref: /petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example/main.c (revision c20d77252dee0f9c80fc6f8b1a6f948e11175edb)
1 //
2 //  main.c
3 //  PETSc command line example
4 //
5 //  Created by Barry Smith on 8/2/12.
6 //  Copyright (c) 2012 Barry Smith. All rights reserved.
7 //
8 
9 #define PETSC_APPLE_FRAMEWORK
10 
11 #include "../../../../../../src/snes/tutorials/ex19.c"
12