MESTI.jl
MESTI.jl copied to clipboard
3D multi-source electromagnetic simulations in frequency domain, implementing the augmented partial factorization (APF) and other methods.
Hi, I tried to run the examples "basic_solve.jl" and "schur_complement.jl" on a Ubuntu workstation, but kept receiving the error "Segmentation fault (core dumped)". MUMPS runs properly when I call it...
Hello, there is an issue inside the `mesti_subpixel_smoothing()` function at line 148: ```julia if xBC == "periodic" || xBC == "Bloch" object_list_temp = deepcopy(object_list) num_new_periodic_object = 0 for obj_ind =...