FEI
Version of the Day
test_utils
LibraryFactory.hpp
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>
14
#include <fei_LibraryWrapper.hpp>
15
16
#include <fei_Factory.hpp>
17
18
namespace
fei
{
19
32
fei::SharedPtr<LibraryWrapper>
create_LibraryWrapper
(MPI_Comm comm,
33
const
char
* libraryName);
34
43
fei::SharedPtr<fei::Factory>
create_fei_Factory
(MPI_Comm comm,
44
const
char
* libraryName);
45
}
//namespace fei
46
47
#endif // _LibraryFactory_hpp_
48
fei::create_LibraryWrapper
fei::SharedPtr< LibraryWrapper > create_LibraryWrapper(MPI_Comm comm, const char *libraryName)
Definition:
LibraryFactory.cpp:30
fei::create_fei_Factory
fei::SharedPtr< fei::Factory > create_fei_Factory(MPI_Comm comm, const char *libraryName)
Definition:
LibraryFactory.cpp:77
fei::SharedPtr< LibraryWrapper >
fei
Definition:
fei_ArrayUtils.hpp:16
Generated by
1.8.16