Reference page for SolidConductor
Contents
- Summary
- this = SolidConductor(arguments) /this = SolidConductor(arguments) is a constructor.
- SolidConductor/this.copy(arguments) is a function.
- SolidConductor/this.electric_potential_at_nodes(arguments) is a function.
- SolidConductor/this.elements(arguments) is a function.
- SolidConductor/this.integration_matrix(arguments) is a function.
- SolidConductor/this.nodes(arguments) is a function.
- SolidConductor/this.set_matrices(arguments) is a function.
Summary
SolidConductor methods: SolidConductor - is a class. set_matrices - SolidConductor/set_matrices is a function. Documentation for SolidConductor doc SolidConductor
PROPERTIES
METHODS
Class methods are listed below. Inherited methods are not included.
this = SolidConductor(arguments) /this = SolidConductor(arguments) is a constructor.
this = SolidConductor(varargin)
SolidConductor/this.copy(arguments) is a function.
c = copy(this)
SolidConductor/this.electric_potential_at_nodes(arguments) is a function.
U = electric_potential_at_nodes(this, u)
SolidConductor/this.elements(arguments) is a function.
els = elements(this)
SolidConductor/this.integration_matrix(arguments) is a function.
M = integration_matrix(this)
SolidConductor/this.nodes(arguments) is a function.
n = nodes(this)
SolidConductor/this.set_matrices(arguments) is a function.
this = set_matrices(this, msh, M, C_Ai, C_au, CC_uu, sigma, column)