FEI Package Browser (Single Doxygen Collection) Version of the Day
Loading...
Searching...
No Matches
LibraryFactory.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 _LibraryFactory_hpp_
10#define _LibraryFactory_hpp_
11
12#include <fei_macros.hpp>
13#include <fei_SharedPtr.hpp>
15
16#include <fei_Factory.hpp>
17
18namespace fei {
19
33 const char* libraryName);
34
44 const char* libraryName);
45}//namespace fei
46
47#endif // _LibraryFactory_hpp_
48
#define MPI_Comm
Definition fei_mpi.h:56
fei::SharedPtr< fei::Factory > create_fei_Factory(MPI_Comm comm, const char *libraryName)
fei::SharedPtr< LibraryWrapper > create_LibraryWrapper(MPI_Comm comm, const char *libraryName)