Reference page for NodalBoundaryMatrix
Contents
- Summary
- this = NodalBoundaryMatrix(arguments) /this = NodalBoundaryMatrix(arguments) is a constructor.
- NodalBoundaryMatrix/this.add_Diriclet_boundary(arguments) is a function.
- NodalBoundaryMatrix/this.add_interpolated_part(arguments) is a function.
- NodalBoundaryMatrix/this.add_nonzero_elements(arguments) is a function.
- NodalBoundaryMatrix/this.add_periodic_boundary(arguments) is a function.
- getting free nodes
Summary
NodalBoundaryMatrix methods: NodalBoundaryMatrix - is a class. finalize - getting free nodes Documentation for NodalBoundaryMatrix doc NodalBoundaryMatrix
PROPERTIES
- NodalBoundaryMatrix/Nrows is a property.
- NodalBoundaryMatrix/dirichlet_boundaries is a property.
- NodalBoundaryMatrix/interpolated_parts is a property.
- NodalBoundaryMatrix/mesh is a property.
- NodalBoundaryMatrix/new_node_indices is a property.
- NodalBoundaryMatrix/nonzero_elements is a property.
- NodalBoundaryMatrix/periodic_boundaries is a property.
- NodalBoundaryMatrix/periodicity_coefficient is a property.
METHODS
Class methods are listed below. Inherited methods are not included.
this = NodalBoundaryMatrix(arguments) /this = NodalBoundaryMatrix(arguments) is a constructor.
this = NodalBoundaryMatrix(msh)
NodalBoundaryMatrix/this.add_Diriclet_boundary(arguments) is a function.
add_Diriclet_boundary(this, bnd)
NodalBoundaryMatrix/this.add_interpolated_part(arguments) is a function.
add_interpolated_part(this, P)
NodalBoundaryMatrix/this.add_nonzero_elements(arguments) is a function.
add_nonzero_elements(this, els)
NodalBoundaryMatrix/this.add_periodic_boundary(arguments) is a function.
add_periodic_boundary(this, bnd, coeff)