FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
poisson_beam_mains.hpp
Go to the documentation of this file.
1 /*--------------------------------------------------------------------*/
2 /* Copyright 2005 Sandia Corporation. */
3 /* Under the terms of Contract DE-AC04-94AL85000, there is a */
4 /* non-exclusive license for use of this work by or on behalf */
5 /* of the U.S. Government. Export of this program may require */
6 /* a license from the United States Government. */
7 /*--------------------------------------------------------------------*/
8 
9 #ifndef _poisson_cube_mains_hpp_
10 #define _poisson_cube_mains_hpp_
11 
12 
13 int poisson_main(int argc, char** argv,
14  MPI_Comm comm, int numProcs, int localProc);
15 
16 int poisson3_main(int argc, char** argv,
17  MPI_Comm comm, int numProcs, int localProc);
18 
19 int beam_oldfei_main(int argc, char** argv,
20  MPI_Comm comm, int numProcs, int localProc);
21 
22 int beam_main(int argc, char** argv,
23  MPI_Comm comm, int numProcs, int localProc);
24 
25 int feiDriver_main(int argc, char** argv,
26  MPI_Comm comm, int numProcs, int localProc);
27 
28 int cFeiTester_main(int argc, char** argv,
29  MPI_Comm comm, int numProcs, int localProc);
30 
31 #endif
32 
int poisson_main(int argc, char **argv, MPI_Comm comm, int numProcs, int localProc)
int beam_oldfei_main(int argc, char **argv, MPI_Comm comm, int numProcs, int localProc)
#define MPI_Comm
Definition: fei_mpi.h:56
int poisson3_main(int argc, char **argv, MPI_Comm comm, int numProcs, int localProc)
int cFeiTester_main(int argc, char **argv, MPI_Comm comm, int numProcs, int localProc)
int beam_main(int argc, char **argv, MPI_Comm comm, int numProcs, int localProc)
Definition: beam_main.cpp:43
int feiDriver_main(int argc, char **argv, MPI_Comm comm, int numProcs, int localProc)
int localProc(MPI_Comm comm)
int numProcs(MPI_Comm comm)