Dear developers and users,
I have some troubles with creating multi-adaptive parameters for Tanganyika solver (downloaded from https://code.launchpad.net/~benjamik/tanganyika/trunk ) and using it in C++ environment.
Problem is system of 1st order ODEs:
dI/dt = k0 I,
dM/dt = k1 I - k2 * I * M,
where (k0, k1, k2) = const.
It is a simplest example. How can I solve this system with multi-adaptive cont. Galerkin method? I tryed to use demo/reaction/main.cpp, but it not working correctly (output of this demo wrote, that mono-adaptive solver is using). Thanks for any help!
Regards,
N.I.I.