Schnek
domainsubdivision.hpp File Reference

Interface for wrapping and exchanging boundaries. More...

#include "boundary.hpp"
#include <boost/shared_ptr.hpp>
#include "domainsubdivision.t"
Include dependency graph for domainsubdivision.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  schnek::DomainSubdivision< GridType >
 Interface for wrapping and exchanging boundaries . More...
 
class  schnek::SerialSubdivision< GridType >
 

Detailed Description

Interface for wrapping and exchanging boundaries.

This interface is used to exchange the boundaries of distribution functions and scalar fields. It can be implemented to define periodic boundaries or exchange data with other processes.