root/include/esfem.h

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

INCLUDED FROM


   1 /*! \file esfem.h
   2     \author Christian Power
   3     \date 30. March 2016
   4 
   5     \brief Concatenates all public esfem headers
   6 
   7      Revision history
   8      --------------------------------------------------
   9 
  10           Revised by Christian Power March 2016
  11           Originally written by Christian Power
  12                (power22c@gmail.com) Januar 2016
  13 
  14      Idea
  15      --------------------------------------------------
  16      
  17      Includes `io.h`, `grid.h`, `secord_op.h`.  In these files more
  18      headers are included.
  19 
  20          Created by Christian Power on 30.03.2016
  21          Copyright (c) 2016 Christian Power. All rights reserved.    
  22  */
  23 
  24 #ifndef ESFEM_H
  25 #define ESFEM_H 
  26 
  27 #include "io.h"
  28 #include "grid.h"
  29 #include "grid_FEfunSet.h"
  30 #include "secOrd_op.h"
  31 
  32 #endif // ESFEM_H

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