UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Public Attributes | List of all members
GridParams Struct Reference

Grid element structure. More...

#include <grid2d.hpp>

Public Member Functions

void init_clean ()
 

Public Attributes

bool isWell
 
int bodyNum
 
double vel
 
int_ar brdns
 
int_ar n1
 
int_ar n2
 

Detailed Description

Grid element structure.

Member Data Documentation

int GridParams::bodyNum

if there is a bound, then -1, else - number of body, which contain grid element

int_ar GridParams::brdns

dynamic arrays of numbers of bounds, contained in this grid element

bool GridParams::isWell

flag of well presence

int_ar GridParams::n1

array of initial numbers of nodes of bounds, contained in this grid element

int_ar GridParams::n2

array of last numbers of nodes of bounds, contained in this grid element


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