ThunderEgg  1.0.0
Domain.h File Reference

Domain class. More...

#include <ThunderEgg/PatchInfo.h>
#include <ThunderEgg/Timer.h>
#include <map>
#include <set>
#include <vector>
Include dependency graph for Domain.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ThunderEgg::Domain< D >
 Uses a collection of PatchInfo objects to represent the domain of the problem. More...
 

Namespaces

 ThunderEgg
 The ThunderEgg namespace.
 

Functions

template<int D>
void ThunderEgg::to_json (tpl::nlohmann::json &j, const Domain< D > &domain)
 
template void ThunderEgg::to_json< 2 > (tpl::nlohmann::json &j, const Domain< 2 > &domain)
 
template void ThunderEgg::to_json< 3 > (tpl::nlohmann::json &j, const Domain< 3 > &domain)
 

Detailed Description

Domain class.