Reference page for SimpleMesh

Contents

Summary

SimpleMesh Basic mesh class. Documentation for SimpleMesh doc SimpleMesh


PROPERTIES


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.