Reference page for Nedelec3D

Contents

Summary

Nedelec3D class for 3D Nedelec shape functions.

Only supports tets, so far.

(c) 2018 Antti Lehikoinen / Aalto University Documentation for Nedelec3D doc Nedelec3D


PROPERTIES


METHODS

Class methods are listed below. Inherited methods are not included.

this = Nedelec3D(arguments) class for 3D Nedelec shape functions.

Only supports tets, so far.

(c) 2018 Antti Lehikoinen / Aalto University

this.eval(arguments) Evaluate global shape function.

Call syntax w = this.*eval*(k, xref, msh, elements) or w = this.*eval*(k, xref, msh, F, detF, elements)

this.eval_ref(arguments) Evaluate in reference element.

Call syntax wref = this.*eval_ref*(k, xref, ~), where k = number of edge, in [1,6] xref = coordinate in reference tetrahedron.

Refence: "Fast MATLAB assembly of FEM matrices in 2D and 3D: Edge elements"

this.getData(arguments) get shape function and element data.

Call syntax [Nf, order, Nvars] = this.*getData*(msh), where Nf = number of shape functions per reference element order = order of shape functions Nvars = number of dofs in entire mesh.

this.getIndices(arguments) Get indices of DoFs.

Call syntax inds = this.*getIndices*(k, msh) inds = this.*getIndices*(k, msh, elements), where k = number of reference shape function.