00001 // -*- C++ -*- 00002 /*************************************************************************** 00003 * 00004 * The IPPL Framework 00005 * 00006 * This program was prepared by PSI. 00007 * All rights in the program are reserved by PSI. 00008 * Neither PSI nor the author(s) 00009 * makes any warranty, express or implied, or assumes any liability or 00010 * responsibility for the use of this software 00011 * 00012 * Visit http://www.acl.lanl.gov/POOMS for more details 00013 * 00014 ***************************************************************************/ 00015 00016 // -*- C++ -*- 00017 /*************************************************************************** 00018 * 00019 * The IPPL Framework 00020 * 00021 * 00022 * Visit http://people.web.psi.ch/adelmann/ for more details 00023 * 00024 ***************************************************************************/ 00025 00026 // include files 00027 #include "DataSource/FileFieldDataSource.h" 00028 #include "Meshes/Cartesian.h" 00029 #include "Meshes/Centering.h" 00030 #include "AppTypes/Vektor.h" 00031 #include "AppTypes/Tenzor.h" 00032 #include "AppTypes/SymTenzor.h" 00033 #include "AppTypes/AntiSymTenzor.h" 00034 00035 // 2D Cartesian Vert instantiations 00036 template class FileFieldDataSource<Vektor<IPPL_PRECISION_TYPE,2U>, 2U, 00037 Cartesian<2U,IPPL_PRECISION_TYPE>, Vert>; 00038 template class FileFieldDataSource<Tenzor<IPPL_PRECISION_TYPE,2U>, 2U, 00039 Cartesian<2U,IPPL_PRECISION_TYPE>, Vert>; 00040 template class FileFieldDataSource<SymTenzor<IPPL_PRECISION_TYPE,2U>, 2U, 00041 Cartesian<2U,IPPL_PRECISION_TYPE>, Vert>; 00042 template class FileFieldDataSource<AntiSymTenzor<IPPL_PRECISION_TYPE,2U>, 2U, 00043 Cartesian<2U,IPPL_PRECISION_TYPE>, Vert>; 00044 00045 00046 /*************************************************************************** 00047 * $RCSfile: FileFieldAppTypesDS_Cart_Vert_2D.cpp,v $ $Author: adelmann $ 00048 * $Revision: 1.1.1.1 $ $Date: 2003/01/23 07:40:25 $ 00049 * IPPL_VERSION_ID: $Id: FileFieldAppTypesDS_Cart_Vert_2D.cpp,v 1.1.1.1 2003/01/23 07:40:25 adelmann Exp $ 00050 ***************************************************************************/ 00051