Reference page for Nodal3D
Contents
Summary
Nodal3D is a class. this = Nodal3D(varargin) Documentation for Nodal3D doc Nodal3D
PROPERTIES
- Nodal3D/op is a property.
METHODS
Class methods are listed below. Inherited methods are not included.
this = Nodal3D(arguments) /this = Nodal3D(arguments) is a constructor.
this = Nodal3D(varargin)
this.eval(arguments) evaluates the global shape function
call syntax eval(k, X, msh, F, detF) or eval(k, X, msh, elements)
evaluates the reference shape function (either identity or
gradient)
Nodal3D/this.eval_tet(arguments) is a function.
Nref = eval_tet(this, k, X, msh)
getData
Nodal3D/this.getIndices(arguments) is a function.
inds = getIndices(~, k, msh, varargin)