Rectangular3D.BoundaryConditions Class

class Rectangular3D.BoundaryConditions

Set of boundary conditions.

Subclasses

BoundaryCondition

Methods

append(place, value)

Append new boundary condition to the list.

clear()

Clear all boundary conditions.

insert(index, place, value)

Insert new boundary condition to the list at specified position.

prepend(place, value)

Prepend new boundary condition to the list.

read_from_xpl(xml, manager)

Read boundary conditions from active XPL reader.

Descriptions

Method Details

Rectangular3D.BoundaryConditions.append(place, value)

Append new boundary condition to the list.

Rectangular3D.BoundaryConditions.clear()

Clear all boundary conditions.

Rectangular3D.BoundaryConditions.insert(index, place, value)

Insert new boundary condition to the list at specified position.

Rectangular3D.BoundaryConditions.prepend(place, value)

Prepend new boundary condition to the list.

Rectangular3D.BoundaryConditions.read_from_xpl(xml, manager)

Read boundary conditions from active XPL reader.

This should only be used in the overloaded plask.Solver.load_xpl() method.