Reference page for MatrixConstructor

Contents

Summary

MatrixConstructor Constructor for FE matrices. Documentation for MatrixConstructor doc MatrixConstructor


PROPERTIES


METHODS

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

this = MatrixConstructor(arguments) Constructor

this = MatrixConstructor()

Initialize empty constructor.

this = MatrixConstruct(varargin)

Initialize AND then call this.assemble_matrix(varargin)

this.assemble_matrix(arguments) Increment matrix.

assemble_matrix(this, fun_test, fun_shape, v, elements, msh)

Input arguments:

fun_test : test function. Typically Nodal2D or variants.

MatrixConstructor/this.assemble_vector(arguments) is a function.

this = assemble_vector(this, fun_test, k, v, elements, msh, varargin)

no elements listed --> going over all