Electromagnetics.h
Go to the documentation of this file.00001 /*============================================================================== 00002 00003 O F E L I 00004 00005 Object Finite Element Library 00006 00007 ============================================================================== 00008 00009 Copyright (C) 1998 - 2008 Rachid Touzani 00010 00011 This program is free software; you can redistribute it and/or modify it under 00012 the terms of the GNU General Public License as published by the Free 00013 Software Foundation; Version 2 of the License. 00014 00015 This program is distributed in the hope that it will be useful, but WITHOUT 00016 ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 00017 FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 00018 details. 00019 00020 You should have received a copy of the GNU General Public License 00021 along with this program; if not, write to the : 00022 00023 Free Software Foundation 00024 Inc., 59 Temple Place - Suite 330 00025 Boston, MA 02111-1307, USA 00026 00027 ============================================================================== 00028 00029 Header file that includes headers of 'Electromagnetics' classes 00030 00031 ==============================================================================*/ 00032 00033 00034 #ifndef __ELECTROMAGNETICS_H 00035 #define __ELECTROMAGNETICS_H 00036 00037 #include "electromagnetics/EC2D1T3.h" 00038 #include "electromagnetics/EC2D2T3.h" 00039 #include "electromagnetics/HelmholtzBT3.h" 00040 00045 #endif