Reference page for NodalBase

Contents

Summary

NodalBase is a class. this = NodalBase(oper) Documentation for NodalBase doc NodalBase


PROPERTIES


METHODS

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

this = NodalBase(arguments) /this = NodalBase(arguments) is a constructor.

this = NodalBase(oper)

EVAL Execute MATLAB expression in text.

EVAL(EXPRESSION) *eval*uates the MATLAB code in EXPRESSION. Specify EXPRESSION as a character vector or string scalar.

[OUTPUT1,...,OUTPUTN] = EVAL(EXPRESSION) returns output from EXPRESSION in the specified variables.

Example: Interactively request the name of a matrix to plot.

expression = input('Enter the name of a matrix: ','s'); if (exist(expression,'var')) plot(eval(expression)) end

See also FEVAL, EVALIN, ASSIGNIN, EVALC.

NodalBase/this.getData(arguments) is a function.

[Nf, order, Nvars] = getData(this, msh)

NodalBase/this.getIndices(arguments) is a function.

inds = getIndices(~, k, msh, varargin)

NodalBase/this.instantiate_subclass_for_mesh(arguments) is a function.

Nmsh = instantiate_subclass_for_mesh(N, msh)