SU2
Public Attributes | List of all members
mesh_t Struct Reference

#include <struct.h>

Public Attributes

idx_t ne
 
idx_t nn
 
idx_t ncon
 
idx_t * eptr
 
idx_t * eind
 
idx_t * ewgt
 
idx_t etype
 
idx_t gnelms
 
idx_t gnns
 
idx_t nelms
 
idx_t nns
 
idx_t esize
 
idx_t gminnode
 
idx_t * elmdist
 
idx_t * elements
 
idx_t * elmwgt
 

Detailed Description

This data structure holds a mesh

Member Data Documentation

§ eind

idx_t * mesh_t::eind

The CSR-structure storing the nodes in the elements

§ ewgt

idx_t* mesh_t::ewgt

The weights of the elements

§ ncon

idx_t mesh_t::ncon

The number of element balancing constraints (element weights)

§ nn

idx_t mesh_t::nn

The # of elements and nodes in the mesh


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