KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
general.geometry.RectGrid3D Class Reference

Rect3D: Rectangular three-dimensional grid. More...

Detailed Description

Rect3D: Rectangular three-dimensional grid.

Given the number of elements in each direction, this class contains information (=indices) about the different geometric objects like sides, edges etc.

Author
Daniel Wirtz
Date
2011-10-06
New in 0.5:
(Daniel Wirtz, 2011-10-06) Added this class.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 19 of file RectGrid3D.m.

Public Member Functions

 RectGrid3D (dim1, dim2, dim3)
 

Public Attributes

 Inner
 The indices of the rectangular interior points. More...
 
 Sides
 A struct with fields F, Ba, L, R, T, Bo denoting the indices of the interior points of the respective rectangle sides. More...
 
 Corners
 A struct with the fields. More...
 
 Edges
 A struct with the fields. More...
 
 Dims
 A 1x3 row vector containing the dimensions in x,y and z direction. More...
 
 Points
 The total number of points in the grid. More...
 
 IndexMatrix
 A matrix of size dim1 x dim2 x dim3 containing the linear indices of the entry at each entry. More...
 
 F
 The front side interior points indices. More...
 
 Ba
 The back side interior point indices. More...
 
 L
 The left side interior point indices. More...
 
 R
 The right side interior point indices. More...
 
 T
 The top side interior point indices. More...
 
 Bo
 The bottom side interior point indices. More...
 
- Public Attributes inherited from handle
 addlistener
 Creates a listener for the specified event and assigns a callback function to execute when the event occurs. More...
 
 notify
 Broadcast a notice that a specific event is occurring on a specified handle object or array of handle objects. More...
 
 delete
 Handle object destructor method that is called when the object's lifecycle ends. More...
 
 disp
 Handle object disp method which is called by the display method. See the MATLAB disp function. More...
 
 display
 Handle object display method called when MATLAB software interprets an expression returning a handle object that is not terminated by a semicolon. See the MATLAB display function. More...
 
 findobj
 Finds objects matching the specified conditions from the input array of handle objects. More...
 
 findprop
 Returns a meta.property objects associated with the specified property name. More...
 
 fields
 Returns a cell array of string containing the names of public properties. More...
 
 fieldnames
 Returns a cell array of string containing the names of public properties. See the MATLAB fieldnames function. More...
 
 isvalid
 Returns a logical array in which elements are true if the corresponding elements in the input array are valid handles. This method is Sealed so you cannot override it in a handle subclass. More...
 
 eq
 Relational functions example. See details for more information. More...
 
 transpose
 Transposes the elements of the handle object array. More...
 
 permute
 Rearranges the dimensions of the handle object array. See the MATLAB permute function. More...
 
 reshape
 hanges the dimensions of the handle object array to the specified dimensions. See the MATLAB reshape function. More...
 
 sort
 ort the handle objects in any array in ascending or descending order. More...
 

Constructor & Destructor Documentation

general.geometry.RectGrid3D.RectGrid3D (   dim1,
  dim2,
  dim3 
)

Definition at line 192 of file RectGrid3D.m.

References Corners, Dims, Edges, IndexMatrix, Inner, k, L, handle.reshape, and Sides.

Member Data Documentation

general.geometry.RectGrid3D.Ba

The back side interior point indices.

Note
This property has the MATLAB attribute Dependent set to true.
Matlab documentation of property attributes.
[readonly]

Definition at line 135 of file RectGrid3D.m.

general.geometry.RectGrid3D.Bo

The bottom side interior point indices.

Note
This property has the MATLAB attribute Dependent set to true.
Matlab documentation of property attributes.
[readonly]

Definition at line 179 of file RectGrid3D.m.

general.geometry.RectGrid3D.Corners

A struct with the fields.

Note
This property has non-standard access specifiers: SetAccess = Private, GetAccess = Public
Matlab documentation of property attributes.

Definition at line 65 of file RectGrid3D.m.

Referenced by RectGrid3D().

general.geometry.RectGrid3D.Dims

A 1x3 row vector containing the dimensions in x,y and z direction.

Note
This property has non-standard access specifiers: SetAccess = Private, GetAccess = Public
Matlab documentation of property attributes.

Definition at line 87 of file RectGrid3D.m.

Referenced by RectGrid3D().

general.geometry.RectGrid3D.Edges

A struct with the fields.

Note
This property has non-standard access specifiers: SetAccess = Private, GetAccess = Public
Matlab documentation of property attributes.

Definition at line 76 of file RectGrid3D.m.

Referenced by RectGrid3D().

general.geometry.RectGrid3D.F

The front side interior points indices.

Note
This property has the MATLAB attribute Dependent set to true.
Matlab documentation of property attributes.
[readonly]

Definition at line 124 of file RectGrid3D.m.

general.geometry.RectGrid3D.IndexMatrix

A matrix of size dim1 x dim2 x dim3 containing the linear indices of the entry at each entry.

Note
This property has the MATLAB attribute Dependent set to true.
Matlab documentation of property attributes.
[readonly]

Definition at line 112 of file RectGrid3D.m.

Referenced by RectGrid3D().

general.geometry.RectGrid3D.Inner

The indices of the rectangular interior points.

Note
This property has non-standard access specifiers: SetAccess = Private, GetAccess = Public
Matlab documentation of property attributes.

Definition at line 42 of file RectGrid3D.m.

Referenced by RectGrid3D().

general.geometry.RectGrid3D.L

The left side interior point indices.

Note
This property has the MATLAB attribute Dependent set to true.
Matlab documentation of property attributes.
[readonly]

Definition at line 146 of file RectGrid3D.m.

Referenced by RectGrid3D().

general.geometry.RectGrid3D.Points

The total number of points in the grid.

Note
This property has the MATLAB attribute Dependent set to true.
Matlab documentation of property attributes.
[readonly]

Definition at line 101 of file RectGrid3D.m.

general.geometry.RectGrid3D.R

The right side interior point indices.

Note
This property has the MATLAB attribute Dependent set to true.
Matlab documentation of property attributes.
[readonly]

Definition at line 157 of file RectGrid3D.m.

general.geometry.RectGrid3D.Sides

A struct with fields F, Ba, L, R, T, Bo denoting the indices of the interior points of the respective rectangle sides.

Note
This property has non-standard access specifiers: SetAccess = Private, GetAccess = Public
Matlab documentation of property attributes.

Definition at line 53 of file RectGrid3D.m.

Referenced by RectGrid3D().

general.geometry.RectGrid3D.T

The top side interior point indices.

Note
This property has the MATLAB attribute Dependent set to true.
Matlab documentation of property attributes.
[readonly]

Definition at line 168 of file RectGrid3D.m.


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