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
fem.geometry Namespace Reference

Classes

class  BaseGeometry
 
class  Cube20Node
 Hexahedral geometry with 20 position nodes on each basic hexahedron/cube. More...
 
class  Cube27Node
 Hexahedral geometry with 27 position nodes on each basic hexahedron/cube. More...
 
class  Cube8Node
 % Cube indexing: /7—8 1: (-1,-1,-1) 5-+-6/| 2: ( 1,-1,-1) | 3-+-4 3: (-1, 1,-1) 1—2/ 4: ( 1, 1,-1) 5: (-1,-1, 1) 6: ( 1,-1, 1) 7: (-1, 1, 1) 8: ( 1, 1, 1) More...
 

Functions

function geo27 = Belly (parts, len, varargin)
 Code to generate a belly-shaped geometry with various options. More...
 
function geo = RegularHex20Grid (varargin)
 RegularHex20Grid: More...
 
function geo = RegularHex27Grid (varargin)
 RegularHex27Grid: More...
 
function geo = RegularHex8Grid (xr, yr, zr, devperc)
 RegularHex8Grid: More...
 

Function Documentation

function geo27 = fem.geometry.Belly (   parts,
  len,
  varargin 
)

Code to generate a belly-shaped geometry with various options.

Parameters
varargincode Belly ( ..., [ "Radius", Radius_value ] [, "InnerRadius", InnerRadius_value ] [, "Gamma", Gamma_value ] [, "Layers", Layers_value ] [, "MinZ", MinZ_value ] ) Named Parameters for varargin:
  • Radius Radius ( Default: 1 )
  • InnerRadius InnerRadius ( Default: .5 )
  • Gamma Gamma ( Default: 2 )
  • Layers Layers ( Default: 1 )
  • MinZ MinZ ( Default: [] )

Definition at line 19 of file Belly.m.

References k, and t.

function geo = fem.geometry.RegularHex20Grid (   varargin)

RegularHex20Grid:

Documentation Update:
Author
Daniel Wirtz
Date
2015-08-11
New in 0.7:
(Daniel Wirtz, 2015-08-11) Added this function.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 19 of file RegularHex20Grid.m.

function geo = fem.geometry.RegularHex27Grid (   varargin)

RegularHex27Grid:

Documentation Update:
Author
Daniel Wirtz
Date
2015-08-10
New in 0.7:
(Daniel Wirtz, 2015-08-10) Added this function.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 19 of file RegularHex27Grid.m.

function geo = fem.geometry.RegularHex8Grid (   xr,
  yr,
  zr,
  devperc 
)

RegularHex8Grid:

Documentation Update:
Author
Daniel Wirtz
Date
2015-08-10
New in 0.8:
(Daniel Wirtz, 2015-08-10) Added this function.

This class is part of the framework

KerMor - Model Order Reduction using Kernels

Definition at line 19 of file RegularHex8Grid.m.

References Utils.findVecInMatrix(), k, t, X, and Y.

Here is the call graph for this function: