OPAL (Object Oriented Parallel Accelerator Library)  2.2.0
OPAL
FieldAppTypes_Cart_Cell_1D.cpp
Go to the documentation of this file.
1 // -*- C++ -*-
2 /***************************************************************************
3  *
4  * The IPPL Framework
5  *
6  * This program was prepared by PSI.
7  * All rights in the program are reserved by PSI.
8  * Neither PSI nor the author(s)
9  * makes any warranty, express or implied, or assumes any liability or
10  * responsibility for the use of this software
11  *
12  * Visit http://www.acl.lanl.gov/POOMS for more details
13  *
14  ***************************************************************************/
15 
16 // -*- C++ -*-
17 /***************************************************************************
18  *
19  * The IPPL Framework
20  *
21  *
22  * Visit http://people.web.psi.ch/adelmann/ for more details
23  *
24  ***************************************************************************/
25 
26 // include files
27 #include "Field/Field.h"
28 #include "Field/Assign.h"
29 #include "Field/AssignDefs.h"
30 #include "Meshes/Cartesian.h"
31 #include "Meshes/Centering.h"
32 #include "AppTypes/Vektor.h"
33 #include "AppTypes/Tenzor.h"
34 #include "AppTypes/SymTenzor.h"
35 #include "AppTypes/AntiSymTenzor.h"
36 
37 // 1D Cartesian Cell instantiations
38 template class Field<Vektor<IPPL_PRECISION_TYPE,1U>,1U,
40 template class Field<Tenzor<IPPL_PRECISION_TYPE,1U>,1U,
41  Cartesian<1U,IPPL_PRECISION_TYPE>,Cell>;
43  Cartesian<1U,IPPL_PRECISION_TYPE>,Cell>;
45  Cartesian<1U,IPPL_PRECISION_TYPE>,Cell>;
46 
47 
48 /***************************************************************************
49  * $RCSfile: FieldAppTypes_Cart_Cell_1D.cpp,v $ $Author: adelmann $
50  * $Revision: 1.1.1.1 $ $Date: 2003/01/23 07:40:26 $
51  * IPPL_VERSION_ID: $Id: FieldAppTypes_Cart_Cell_1D.cpp,v 1.1.1.1 2003/01/23 07:40:26 adelmann Exp $
52  ***************************************************************************/
53 
Definition: Centering.h:31