Reference page for LinearGeoBase

Contents

Summary

LinearGeoBase methods: LinearGeoBase - is a class. Documentation for LinearGeoBase doc LinearGeoBase


PROPERTIES


METHODS

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

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

this = LinearGeoBase

this.copy_domain(arguments) Copy domain and apply necessary rotations or

translations.

new = copy_domain(this, old_domain, sector_shift)

DEFAULT behaviour: rotate domain remanence and orientation directions, if any, by sector_shift.

this.parse_nodes(arguments) Parse special nodes.

parse_nodes(this, Surfaces)

Parses special nodes from meshed Surfaces. Usually airgap and periodic boundary nodes. Help for LinearGeoBase/*parse_nodes* is inherited from superclass GEOBASE

this.shift_elementary_nodes(arguments) Replicate nodes to a new sector.

pnew = shift_elementary_nodes(this, p, k)

Replicated the nodes p of the elementary symmetry sector into the sector k. Help for LinearGeoBase/*shift_elementary_nodes* is inherited from superclass GEOBASE