root/include/secOrd_op.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 /*! \file secOrd_op.h
   2 
   3     \brief <Program Name>
   4 
   5      Revision history:
   6 
   7           Revised by Christian Power dd.mm.yyyy
   8           Originally written by Christian Power
   9                (power22c@gmail.com) 27. Januar 2016
  10 
  11      This programm implements a basic expression calculator.
  12      Input from cin; output to cout.  The grammar for input is: etc.
  13 
  14      Created by Christian Power on 27.01.2016
  15      Copyright (c) 2016 Christian Power.  All rights reserved.
  16  */
  17 
  18 #ifndef SECORD_OP_H
  19 #define SECORD_OP_H 
  20 
  21 #include "secOrd_op_identity.h"
  22 #include "secOrd_op_initData.h"
  23 #include "secOrd_op_initData_u.h"
  24 #include "secOrd_op_initData_w.h"
  25 #include "secOrd_op_rhs.h"
  26 #include "secOrd_op_rhs_u.h"
  27 #include "secOrd_op_rhs_w.h"
  28 #include "secOrd_op_linearHeat.h"
  29 #include "secOrd_op_brusselator.h"
  30 #include "secOrd_op_solutionDriven.h"
  31 
  32 #endif // SECORD_OP_H
  33 
  34 /*! Log:
  35  */

/* [<][>][^][v][top][bottom][index][help] */