plotting.py 文件源码

python
阅读 26 收藏 0 点赞 0 评论 0

项目:rswarp 作者: radiasoft 项目源码 文件源码
def __init__(self, solver, field_data, potential_data):
        """
        Initialize instance of the interactive plotter
        Args:
            solver: Instance of a Warp FieldSolver object
            field_data: Array of 3D field data (vector component, nx, nz).
            potential_data: Array of field data (nx, nz).
        """
        self.solver = solver
        self.field_data = field_data
        self.potential_data = potential_data
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号