Reference page for EdgeBoundaryMatrix
Contents
- Summary
- this = EdgeBoundaryMatrix(arguments) /this = EdgeBoundaryMatrix(arguments) is a constructor.
- EdgeBoundaryMatrix/this.add_Diriclet_boundary(arguments) is a function.
- EdgeBoundaryMatrix/this.add_nonzero_elements(arguments) is a function.
- EdgeBoundaryMatrix/this.add_periodic_boundary(arguments) is a function.
- EdgeBoundaryMatrix/this.finalize(arguments) is a function.
- EdgeBoundaryMatrix.this.from_mesh(arguments) is a function.
Summary
EdgeBoundaryMatrix methods: EdgeBoundaryMatrix - is a class. finalize - EdgeBoundaryMatrix/finalize is a function. from_mesh - EdgeBoundaryMatrix.from_mesh is a function. Documentation for EdgeBoundaryMatrix doc EdgeBoundaryMatrix
PROPERTIES
- EdgeBoundaryMatrix/dirichlet_boundaries is a property.
- EdgeBoundaryMatrix/mesh is a property.
- EdgeBoundaryMatrix/periodic_boundaries is a property.
- EdgeBoundaryMatrix/periodicity_coefficient is a property.
METHODS
Class methods are listed below. Inherited methods are not included.
this = EdgeBoundaryMatrix(arguments) /this = EdgeBoundaryMatrix(arguments) is a constructor.
this = EdgeBoundaryMatrix(msh)
EdgeBoundaryMatrix/this.add_Diriclet_boundary(arguments) is a function.
add_Diriclet_boundary(this, bnd)
EdgeBoundaryMatrix/this.add_nonzero_elements(arguments) is a function.
add_nonzero_elements(this, els)
EdgeBoundaryMatrix/this.add_periodic_boundary(arguments) is a function.
add_periodic_boundary(this, bnd, coeff)
EdgeBoundaryMatrix/this.finalize(arguments) is a function.
P = finalize(this, varargin)
EdgeBoundaryMatrix.this.from_mesh(arguments) is a function.
P = from_mesh(msh, periodicity_coefficient)