anuga.Transmissive_boundary

class anuga.Transmissive_boundary(domain=None)[source]

Transmissive boundary returns same conserved quantities as those present in its neighbour volume.

Underlying domain must be specified when boundary is instantiated

__init__(domain=None)[source]

Methods

__init__([domain])

evaluate(vol_id, edge_id)

Transmissive boundaries return the edge values of the volume they serve.

evaluate_segment(domain, segment_edges)

Evaluate boundary condition at edges of a domain in a list defined by segment_edges

get_boundary_values([t])

get_time()