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

Classes | Namespaces | Defines | Functions
integration/karniadakis.hh File Reference
#include <iostream>
#include <hash_map>
#include "basics/typedefs.hh"
#include "shapefunction.hh"
Include dependency graph for karniadakis.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  __gnu_cxx::hash< concepts::Orders< number > >
class  concepts::Karniadakis< type, mode >
 Part of the multidimensional expansion bases for the shape functions of Karniadakis and Sherwin. More...
class  concepts::Orders< number >
 Class combining polynomial order and number of quadrature points. More...
class  concepts::OrdersBase
 Class containing number of quadrature points. More...
struct  __gnu_cxx::OrdersEqual< number >
 Key equal function class. More...

Namespaces

namespace  __gnu_cxx
namespace  concepts
 

Geometries and material constants for eddy current problems.


Defines

#define __gnu_cxx   std

Functions

template<int number>
size_t __gnu_cxx::hash_value (const concepts::Orders< number > &o)
template<int number>
std::ostream & concepts::operator<< (std::ostream &os, const Orders< number > &o)

Define Documentation

#define __gnu_cxx   std

Definition at line 22 of file karniadakis.hh.


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