00001 /*========================================================================= 00002 00003 Program: Insight Segmentation & Registration Toolkit 00004 Module: $RCSfile: itkFEM.h,v $ 00005 Language: C++ 00006 Date: $Date: 2009-01-29 21:28:16 $ 00007 Version: $Revision: 1.16 $ 00008 00009 Copyright (c) Insight Software Consortium. All rights reserved. 00010 See ITKCopyright.txt or http://www.itk.org/HTML/Copyright.htm for details. 00011 00012 This software is distributed WITHOUT ANY WARRANTY; without even 00013 the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR 00014 PURPOSE. See the above copyright notices for more information. 00015 00016 =========================================================================*/ 00017 #ifndef __itkFEM_h 00018 #define __itkFEM_h 00019 00026 #include "itkFEMElements.h" 00027 #include "itkFEMLoads.h" 00028 #include "itkFEMMaterials.h" 00029 00030 #include "itkFEMSolver.h" 00031 #include "itkFEMSolverHyperbolic.h" 00032 #include "itkFEMSolverCrankNicolson.h" 00033 00034 #include "itkFEMObjectFactory.h" 00035 #include "itkFEMUtility.h" 00036 00037 #include "itkFEMException.h" 00038 00039 #include "itkFEMGenerateMesh.h" 00040 00041 00042 // Perform the initialization of the library when this header is included 00043 #include "itkFEMInitialization.h" 00044 00050 #endif 00051