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
The upcoming PR #109 does the numerical integration in logarithmic scale. This requires a step size dependent on the width of the profile and the distance of it from the origin (center of the sphere). This requires some thinking to do it correctly, since a membrane has two width parameters.
The following lines of code should be reintroduced in SphericalDiffuse.hpp to re-enable the use of membrane profiles from the constructor:
The upcoming PR #109 does the numerical integration in logarithmic scale. This requires a step size dependent on the width of the profile and the distance of it from the origin (center of the sphere). This requires some thinking to do it correctly, since a membrane has two width parameters.
The following lines of code should be reintroduced in
SphericalDiffuse.hpp
to re-enable the use of membrane profiles from the constructor:and the complementary SFINAE check:
The text was updated successfully, but these errors were encountered: