Reference page for LinearSPM
Contents
- Summary
- this = LinearSPM(arguments) /this = LinearSPM(arguments) is a constructor.
- this.Nrep(arguments) Number of times to replicate elementary mesh.
- this.create_geometry(arguments) Initialize geometry.
- LinearSPM/this.d_axis_angle(arguments) is a function.
- LinearSPM/this.sector_shift(arguments) is a function.
Summary
LinearSPM methods: LinearSPM - is a class. create_geometry - LinearSPM/create_geometry is a function. Documentation for LinearSPM doc LinearSPM
PROPERTIES
- LinearSPM/conductors is a property.
METHODS
Class methods are listed below. Inherited methods are not included.
this = LinearSPM(arguments) /this = LinearSPM(arguments) is a constructor.
this = LinearSPM(dim)
this.Nrep(arguments) Number of times to replicate elementary mesh.
Nrep(this)
Usually subclassed, but by default returns this.dimensions.*Nrep*. Help for LinearSPM/*Nrep* is inherited from superclass GEOBASE
this.create_geometry(arguments) Initialize geometry.
this = create_geometry(this, varargin)
Initializes the geometry.
Must be subclassed. Help for LinearSPM/*create_geometry* is inherited from superclass GEOBASE
LinearSPM/this.d_axis_angle(arguments) is a function.
a = d_axis_angle(this)
LinearSPM/this.sector_shift(arguments) is a function.
sa = sector_shift(this)