Hi everyone,
I am trying to do a simulation in cylindrical coordinated using C++
interface. I create a geometry and then I want to have a look at what
I actually got, so I use

h5file *h5_eps_total = f.open_h5file("eps_fiber_total");

    f.output_hdf5(Dielectric, v.surroundings(), h5_eps_total, false, false, 0);

    delete h5_eps_total;

I get a 2D hdf5 file, which makes no sense since I am working in 3D,
and plus I get Segmentation fault 11 in the terminal. What can the
problem be?
Thanks,
Oleksiy

_______________________________________________
meep-discuss mailing list
meep-discuss@ab-initio.mit.edu
http://ab-initio.mit.edu/cgi-bin/mailman/listinfo/meep-discuss

Reply via email to