rbmatlab  1.16.09
 All Classes Namespaces Files Functions Variables Modules Pages
Functions
compute_edge_indices.m File Reference

edge index matrix. This matrix maps each edge specified by the tuple (element_id, local_edge_id) to a unique and continuous edge index enumeration. More...

Go to the source code of this file.

Functions

function [ gEI
,
in_edges ,
b_edges ,
i_ints_bigger , b_ints ] = 
compute_edge_indices (gridbase grid)
 edge index matrix. This matrix maps each edge specified by the tuple (element_id, local_edge_id) to a unique and continuous edge index enumeration. More...
 

Detailed Description

edge index matrix. This matrix maps each edge specified by the tuple (element_id, local_edge_id) to a unique and continuous edge index enumeration.

Definition in file compute_edge_indices.m.

Function Documentation

function [ gEI , in_edges , b_edges , i_ints_bigger , b_ints ] = compute_edge_indices ( gridbase  grid)

edge index matrix. This matrix maps each edge specified by the tuple (element_id, local_edge_id) to a unique and continuous edge index enumeration.

Parameters
gridan object
Return values
gEIgEI
in_edgesin edges
b_edgesb edges
i_ints_biggeri ints bigger
b_intsb ints
Required fields of grid:
  • nelements —  number of elements
  • NBI —  NBI
  • nneigh —  number of neighbours of each element

Definition at line 17 of file compute_edge_indices.m.

Here is the caller graph for this function: