Gowdy solver
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
numMethods.h
Go to the documentation of this file.
00001 /**
00002  *  @file      numMethods.h
00003  *  @brief     Implemented numerical modules.
00004  *  @author    Mikica Kocic
00005  *  @copyright GNU General Public License (GPLv3).
00006  */
00007 
00008 #include "numMethods/dataTypes.h"
00009 #include "numMethods/finiteDifferences.h"
00010 #include "numMethods/methodOfLines.h"
00011 #include "numMethods/matrix.h"
00012 #include "numMethods/bandSol.h"
00013 #include "numMethods/cubicSpline.h"