Updated comments for PML class.

这个提交包含在:
Craig Warren
2017-01-27 16:58:45 +00:00
父节点 4392123817
当前提交 a43cdf7a70

查看文件

@@ -152,8 +152,9 @@ class PML(object):
def __init__(self, G, direction=None, xs=0, xf=0, ys=0, yf=0, zs=0, zf=0):
"""
Args:
xs, xf, ys, yf, zs, zf (float): Extent of the PML volume.
cfs (list): CFS class instances associated with the PML.
G (class): Grid class instance - holds essential parameters describing the model.
direction (str): Identifier for PML slab.
xs, xf, ys, yf, zs, zf (float): Extent of the PML slab.
"""
self.direction = direction