Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92833936
butchertableau.cpp
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 24, 01:49
Size
432 B
Mime Type
text/x-c
Expires
Tue, Nov 26, 01:49 (1 d, 21 h)
Engine
blob
Format
Raw Data
Handle
22522005
Attached To
rSPECMICP SpecMiCP / ReactMiCP
butchertableau.cpp
View Options
#include "catch.hpp"
#include "odeint/butcher_tableau.hpp"
TEST_CASE
(
"Butcher tableau"
)
{
SECTION
(
"Cash-Karp"
)
{
CHECK
(
specmicp
::
odeint
::
butcher_cash_karp45
.
a
(
2
)
==
1.0
/
5.0
);
CHECK
(
specmicp
::
odeint
::
butcher_cash_karp45
.
b
(
6
,
3
)
==
575.0
/
13824.0
);
CHECK
(
specmicp
::
odeint
::
butcher_cash_karp45
.
c
(
4
)
==
125.0
/
594.0
);
CHECK
(
specmicp
::
odeint
::
butcher_cash_karp45
.
cs
(
4
)
==
13525.0
/
55296.0
);
}
}
Event Timeline
Log In to Comment