GraphNet: Discrete element modeling for network connected materials
Applications to polymeric networks
Functions
mpi_network.cpp File Reference
#include "mpi_network.h"
Include dependency graph for mpi_network.cpp:

Functions

bool Rinset (float *R, float x_lo, float x_hi, float y_lo, float y_hi)
 Checks if a node lies in a particular partitioning of the graph. More...
 

Function Documentation

bool Rinset ( float *  R,
float  x_lo,
float  x_hi,
float  y_lo,
float  y_hi 
)
inline

Checks if a node lies in a particular partitioning of the graph.

Parameters
R–> A float array for a nodes position
x_lo–> Takes the x-dimension of the left side of the partition
x_hi
y_lo