|
rbmatlab 0.10.01
|
a one dimensional grid implementation
Definition at line 1 of file onedgrid.m.


Public Member Functions | |
| onedgrid ( varargin) | |
| constructor of a 1d grid | |
| function gridp = | gridpart ( eind) |
function extracting a part of a triagrid or rectgrid defined by the given element indices in the vector eind. | |
| function onedgrid gcopy = | copy () |
| deep copies the grid | |
Public Attributes | |
| global_eind | |
global enumeration of entity indices [1:nelements] | |
| onedgrid.onedgrid | ( | varargin | ) |
constructor of a 1d grid
| varargin | varargin |
xnumintervals — number of elements along x directions xrange — interval covered along the x-axes Definition at line 22 of file onedgrid.m.
| function onedgrid gcopy = onedgrid.copy | ( | ) | [virtual] |
deep copies the grid
| gcopy | a copy |
Implements gridbase.
Definition at line 110 of file onedgrid.m.
| function gridp = onedgrid.gridpart | ( | eind | ) |
function extracting a part of a triagrid or rectgrid defined by the given element indices in the vector eind.
-10gridp would be really identical to the result generated by the constructor on the subset of points.| eind | vector of cell indices which shall be extracted from the grid. |
| gridp | the partial grid with extracted cells eind. |
nelements — nelements nvertices — nvertices A — A Ainv — Ainv X — X Y — Y VI — VI CX — CX CY — CY NBI — NBI INB — INB EL — EL DC — DC NX — NX NY — NY ECX — ECX ECY — ECY SX — SX SY — SY ESX — ESX ESY — ESY DS — DS Reimplemented from gridbase.
Definition at line 2 of file gridpart.m.
1.7.4