Reference page for SimpleMesh
Contents
- Summary
- SimpleMesh/this = Bquiver(arguments) is a function.
- this.SimpleMesh(arguments) Basic mesh class.
- SimpleMesh/this.elementCenters(arguments) is a function.
- msh_this.getMappingMatrix(arguments) mapping matrix from reference to global element.
- SimpleMesh/this.plot_edges(arguments) is a function.
- this.plot_nodes(arguments) Plot nodes.
- SimpleMesh/this.point2element(arguments) is a function.
- this.triplot(arguments) Plot elements
Summary
SimpleMesh Basic mesh class. Documentation for SimpleMesh doc SimpleMesh
PROPERTIES
- SimpleMesh/elementType is a property.
- SimpleMesh/p is a property.
- SimpleMesh/t is a property.
METHODS
Class methods are listed below. Inherited methods are not included.
SimpleMesh/this = Bquiver(arguments) is a function.
[Bvec, h] = Bquiver(this, A, els, varargin)
this.SimpleMesh(arguments) Basic mesh class.
SimpleMesh/this.elementCenters(arguments) is a function.
x0 = elementCenters(this, inds)
msh_this.getMappingMatrix(arguments) mapping matrix from reference to global element.
Call syntax [F, F0] = msh_*getMappingMatrix*(msh, elements) for an affine mapping x_global = F:x_local + F0
OR
[dF/dx_local, F] = msh_*getMappingMatrix*(msh, elements, x_local) for isoparametric mappings: x_global = F
(c) 2018 Antti Lehikoinen / Aalto University
SimpleMesh/this.plot_edges(arguments) is a function.
plot_edges(this, inds, varargin)
this.plot_nodes(arguments) Plot nodes.
plot_nodes(this, node_indices, varargin)
Plot the nodes 'node_indices' with varargin passed to plot.
SimpleMesh/this.point2element(arguments) is a function.
elements = point2element(this, X)
this.triplot(arguments) Plot elements
triplot(this, element_indices, varargin)
Use element_indices = [] to plot all.