OpenFPM_pdata  1.1.0
Project that contain the implementation of distributed structures
 All Data Structures Namespaces Functions Variables Typedefs Enumerations Friends Pages
CartesianGraphFactory< dim, Graph > Class Template Reference

This class construct a cartesian graph. More...

Detailed Description

template<unsigned int dim, typename Graph>
class CartesianGraphFactory< dim, Graph >

This class construct a cartesian graph.

This class construct a cartesian graph

Parameters
dimdimensionality of the cartesian grid

Definition at line 507 of file CartesianGraphFactory.hpp.

#include <CartesianGraphFactory.hpp>

Static Public Member Functions

template<int se, int id_prp, typename T , unsigned int dim_c, int... pos>
static Graph construct (const size_t(&sz)[dim], Box< dim, T > dom, const size_t(&bc)[dim])
 Construct a cartesian graph, with V and E edge properties. More...
 

Member Function Documentation

template<unsigned int dim, typename Graph>
template<int se, int id_prp, typename T , unsigned int dim_c, int... pos>
static Graph CartesianGraphFactory< dim, Graph >::construct ( const size_t(&)  sz[dim],
Box< dim, T >  dom,
const size_t(&)  bc[dim] 
)
inlinestatic

Construct a cartesian graph, with V and E edge properties.

Construct a cartesian graph, with V and E edge properties

Each vertex is a subspace (Hyper-cube) of dimension dim, each vertex is connected with an edge if two vertex (Hyper-cube) share a element of dimension grater than dim_c. One property can be used to store the contact size or the d-dimensional surface in common between two connected hyper-cube.

Template Parameters
seIndicate which properties fill with the contact size. The contact size is the point, line , surface, d-dimensional object size in contact (in common) between two hyper-cube. NO_EDGE indicate no property will store this information
id_prpproperty 'id' that stores the vertex id (with -1 it skip)
Ttype of the domain like (int real complex ... )
dim_cConnectivity dimension
pos...(optional)one or more integer indicating the spatial properties
Parameters
szstore the size of the cartesian grid on each dimension
domBox enclosing the physical domain
bcboundary conditions {PERIODIC = torus and NON_PERIODIC = cube}
Returns
the constructed graph

Definition at line 540 of file CartesianGraphFactory.hpp.


The documentation for this class was generated from the following file: