Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

basics/defines.hh
Go to the documentation of this file.
00001 
00006 #pragma once
00007 
00008 namespace concepts {
00009 
00010   // **************************************************************************
00011 
00013   enum intRule { GAUSS_LOBATTO = 0, GAUSS_JACOBI = 4, TRAPEZE = 5 };
00014 
00015 }

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)