FEI Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
fei_LibraryWrapper.hpp
Go to the documentation of this file.
1 #ifndef _LibraryWrapper_hpp_
2 #define _LibraryWrapper_hpp_
3 
4 /*--------------------------------------------------------------------*/
5 /* Copyright 2005 Sandia Corporation. */
6 /* Under the terms of Contract DE-AC04-94AL85000, there is a */
7 /* non-exclusive license for use of this work by or on behalf */
8 /* of the U.S. Government. Export of this program may require */
9 /* a license from the United States Government. */
10 /*--------------------------------------------------------------------*/
11 
12 #include <fei_macros.hpp>
13 #include <fei_SharedPtr.hpp>
14 
15 #include <fei_LinearSystemCore.hpp>
17 
19  public:
22  virtual ~LibraryWrapper();
23 
26 
29 
30  private:
35 };
36 
37 #endif
LibraryWrapper(fei::SharedPtr< LinearSystemCore > lsc)
fei::SharedPtr< LinearSystemCore > lsc_
fei::SharedPtr< LinearSystemCore > getLinearSystemCore()
fei::SharedPtr< FiniteElementData > getFiniteElementData()
fei::SharedPtr< FiniteElementData > feData_