Reference page for SplitConductor

Contents

Summary

SplitConductor methods: SplitConductor - is a class. set_matrices - SplitConductor/set_matrices is a function. Documentation for SplitConductor doc SplitConductor


PROPERTIES


METHODS

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

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

this = SplitConductor(type, domain, domain_over_split)

SplitConductor/this.copy(arguments) is a function.

c = copy(this)

SplitConductor/this.domains(arguments) is a function.

ds = domains(this)

SplitConductor/this.electric_potential_at_nodes(arguments) is a function.

U = electric_potential_at_nodes(this, u)

SplitConductor/this.elements(arguments) is a function.

els = elements(this)

SplitConductor/this.integration_matrix(arguments) is a function.

M = integration_matrix(this)

SplitConductor/this.next_domain(arguments) is a function.

[dnext, coeff] = next_domain(this)

SplitConductor/this.nodes(arguments) is a function.

[n, n_first, n_next] = nodes(this)

SplitConductor/this.set_matrices(arguments) is a function.

this = set_matrices(this, msh, M, C_Ai, C_au, CC_uu, sigma, column)