You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In driving_function_imp_wfs_ls() the line source has an orientation in the 3D case, which is provided by the user.
In greens_function_imp() this is not the case for the line source, see line 97. Should we include this there, too?
The text was updated successfully, but these errors were encountered:
Same thing with driving_function_mono_wfs_ls() and greens_function_mono().
It would be nice to do this in a consistent way, but there will be some difficulties:
With the driving functions, xs(3:6) indicates orientation of the virtual line source.
For secondary sources on the other hand, x0(3:6) is needed for direction.
For the moment I think we should leave it as it is.
In
driving_function_imp_wfs_ls()
the line source has an orientation in the 3D case, which is provided by the user.In
greens_function_imp()
this is not the case for the line source, see line 97. Should we include this there, too?The text was updated successfully, but these errors were encountered: