The option MaxStepSize permits to manually set the step size of the integration in NDSolve and similar functions.
How do I set its value in the case there are two variables with wildly different ranges?
The option MaxStepSize permits to manually set the step size of the integration in NDSolve and similar functions.
How do I set its value in the case there are two variables with wildly different ranges?
Try option , MaxStepSize -> {.1, .01}