Reference page for Conductor

Contents

Summary

Conductor Base class for conductors.

Typical subclasses:

Each conductor consists of one domain (two domains in the case of split conductors). Documentation for Conductor doc Conductor


PROPERTIES


METHODS

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

this = Conductor(arguments) Base class for conductors.

Typical subclasses:

Each conductor consists of one domain (two domains in the case of split conductors).

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

Conductor.this.create(arguments) is a function.

c = create(domain, varargin)

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

d = domains(this)

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

els = elements(this)

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