karniadakis.hh File Reference
#include <iostream>
#include "toolbox/hashMap.hh"
#include "basics/typedefs.hh"
#include "shapefunction.hh"
Go to the source code of this file.
Classes | |
struct | std::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::Orders< number > |
Class combining polynomial order and number of quadrature points. More... | |
class | concepts::OrdersBase |
Class containing number of quadrature points. More... | |
struct | std::OrdersEqual< number > |
Key equal function class. More... | |
Namespaces | |
concepts | |
Basic namespace for Concepts-2. | |
std | |
Functions | |
template<int number> | |
size_t | std::hash_value (const concepts::Orders< number > &o) |
template<int number> | |
std::ostream & | concepts::operator<< (std::ostream &os, const Orders< number > &o) |
Detailed Description
Expansion bases for tensorial shape functions not only for quads and hexahedrons but also for triangles and tetrahedrons. Due to Karniadakis, Sherwin
Definition in file karniadakis.hh.