FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
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
13int poisson_main(int argc, char** argv,
14 MPI_Comm comm, int numProcs, int localProc);
15
16int poisson3_main(int argc, char** argv,
17 MPI_Comm comm, int numProcs, int localProc);
18
19int beam_oldfei_main(int argc, char** argv,
20 MPI_Comm comm, int numProcs, int localProc);
21
22int beam_main(int argc, char** argv,
23 MPI_Comm comm, int numProcs, int localProc);
24
25int feiDriver_main(int argc, char** argv,
26 MPI_Comm comm, int numProcs, int localProc);
27
28int cFeiTester_main(int argc, char** argv,
29 MPI_Comm comm, int numProcs, int localProc);
30
31#endif
32
#define MPI_Comm
Definition: fei_mpi.h:56
int poisson_main(int argc, char **argv, MPI_Comm comm, int numProcs, int localProc)
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 beam_oldfei_main(int argc, char **argv, MPI_Comm comm, int numProcs, int localProc)
int feiDriver_main(int argc, char **argv, MPI_Comm comm, int numProcs, int localProc)