This is a read only copy of the old FEniCS QA forum. Please visit the new QA forum to ask questions

About Tanganyika multi-adaptive solver

0 votes

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.

asked Dec 1, 2013 by Skroopa FEniCS Novice (190 points)
edited Dec 1, 2013 by Skroopa

1 Answer

0 votes
 
Best answer

Problem is solved! Tanganyika is the best ODE solver that I ever seen! Thanks for developers, you are genious!

answered Dec 1, 2013 by Skroopa FEniCS Novice (190 points)
selected Dec 1, 2013 by Skroopa
...