Newer
Older

Nicolas Marsic
committed
import solver as Solver
import beyn as Beyn
import numpy as np
# Data
pro = "maxwell.pro"
mesh = "square.msh"
resolution = "Maxwell"
# Initialise GetDP
operator = Solver.GetDPWave(pro, mesh, resolution)
# Compute
Beyn.simple(operator, 1e8, complex(9e8, 0))