rbmatlab 0.10.01
|
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. |
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 [ 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.
grid | an object |
gEI | gEI |
in_edges | in edges |
b_edges | b edges |
i_ints_bigger | i ints bigger |
b_ints | b ints |
nelements —
number of elements NBI —
NBI nneigh —
number of neighbours of each element Definition at line 1 of file compute_edge_indices.m.