Question about the numerical precision

  • JElgy
  • New Member
  • New Member
More
2 years 5 months ago #4407 by JElgy
Hi All,

I have a quick question about what numerical precision NGSolve uses. For example, I'm converting between ngsolve base vectors and complex numpy arrays, i.e.

Theta_Return = np.zeros([fes2.ndof],dtype=complex)
Theta_Return[:] = Theta.vec.FV().NumPy()

Does the dtype complex match the precision of the base vector, or should I be using a long complex double?

Thanks for your help,
James
Time to create page: 0.113 seconds