NiHu  2.0
lib_domain.hpp File Reference

implementation of library domains More...

#include "../core/domain.hpp"
Include dependency graph for lib_domain.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  NiHu::domain_traits::space_type< line_domain >
 metafunction returning the space type More...
 
struct  NiHu::domain_traits::volume< line_domain >
 metafunction returning the domain's volume More...
 
struct  NiHu::domain_traits::num_corners< line_domain >
 metafunction returning the number of corners More...
 
struct  NiHu::domain_traits::num_edges< line_domain >
 metafunction returning the number of edges More...
 
class  NiHu::line_domain
 a 1D line domain More...
 
struct  NiHu::domain_traits::space_type< tria_domain >
 metafunction returning the domain's space type More...
 
struct  NiHu::domain_traits::volume< tria_domain >
 metafunction returning the domain's volume More...
 
struct  NiHu::domain_traits::num_corners< tria_domain >
 metafunction returning the domain's number of corners More...
 
struct  NiHu::domain_traits::num_edges< tria_domain >
 metafunction returning the domain's number of edges More...
 
class  NiHu::tria_domain
 a 2D triangle domain More...
 
struct  NiHu::domain_traits::space_type< quad_domain >
 metafunction returning the domain's space type More...
 
struct  NiHu::domain_traits::volume< quad_domain >
 metafunction returning the domain's volume More...
 
struct  NiHu::domain_traits::num_corners< quad_domain >
 metafunction returning the domain's number of corners More...
 
struct  NiHu::domain_traits::num_edges< quad_domain >
 metafunction returning the domain's number of edges More...
 
class  NiHu::quad_domain
 a 2D quad domain More...
 
struct  NiHu::domain_traits::space_type< brick_domain >
 metafunction returning the space type More...
 
struct  NiHu::domain_traits::volume< brick_domain >
 metafunction returning the domain's volume More...
 
struct  NiHu::domain_traits::num_corners< brick_domain >
 metafunction returning the domain's number of corners More...
 
struct  NiHu::domain_traits::num_edges< brick_domain >
 metafunction returning the domain's number of edges More...
 
class  NiHu::brick_domain
 a 3D brick domain More...
 

Detailed Description

implementation of library domains

Definition in file lib_domain.hpp.