![]() |
KerMor
0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
|
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 geo27 = fem.geometry.Belly | ( | parts, | |
len, | |||
varargin | |||
) |
Code to generate a belly-shaped geometry with various options.
varargin | code Belly ( ..., [ "Radius", Radius_value ] [, "InnerRadius", InnerRadius_value ] [, "Gamma", Gamma_value ] [, "Layers", Layers_value ] [, "MinZ", MinZ_value ] ) Named Parameters for varargin:
|
function geo = fem.geometry.RegularHex20Grid | ( | varargin | ) |
RegularHex20Grid:
This class is part of the framework
Homepage
http://www.morepas.org/software/kermorDocumentation
http://www.morepas.org/software/kermor/index.htmlLicense
KerMor license conditions Definition at line 19 of file RegularHex20Grid.m.
function geo = fem.geometry.RegularHex27Grid | ( | varargin | ) |
RegularHex27Grid:
This class is part of the framework
Homepage
http://www.morepas.org/software/kermorDocumentation
http://www.morepas.org/software/kermor/index.htmlLicense
KerMor license conditions Definition at line 19 of file RegularHex27Grid.m.
function geo = fem.geometry.RegularHex8Grid | ( | xr, | |
yr, | |||
zr, | |||
devperc | |||
) |
RegularHex8Grid:
This class is part of the framework
Homepage
http://www.morepas.org/software/kermorDocumentation
http://www.morepas.org/software/kermor/index.htmlLicense
KerMor license conditions Definition at line 19 of file RegularHex8Grid.m.
References Utils.findVecInMatrix(), k, t, X, and Y.