Fuller's Problem (Muscod)

From mintOC
Revision as of 11:18, 28 January 2016 by SebastianSager (Talk | contribs) (SebastianSager moved page Fuller's Problem (C) to Fuller's Problem (Muscod) without leaving a redirect: Moved C to Muscod)

Jump to: navigation, search

The differential equations for Fuller's problem in C code read as follows

double myu = -1 + 2*u[0];
 
rhs[0] = xd[1];
rhs[1] = myu;
rhs[2] = xd[0]*xd[0];