MCPcopy Create free account
hub / github.com/boutproject/BOUT-dev / CVnls

Function CVnls

externalpackages/PVODE/source/cvode.cpp:1823–1831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1821******************************************************************/
1822
1823static int CVnls(CVodeMem cv_mem, int nflag)
1824{
1825 switch(iter) {
1826 case FUNCTIONAL : return(CVnlsFunctional(cv_mem));
1827 case NEWTON : return(CVnlsNewton(cv_mem, nflag));
1828 }
1829 fprintf(errfp, "Should be unreachable ...");
1830 return (ERR_FAILURE);
1831}
1832
1833/***************** CVnlsFunctional ********************************
1834

Callers 1

CVStepFunction · 0.85

Calls 2

CVnlsFunctionalFunction · 0.85
CVnlsNewtonFunction · 0.85

Tested by

no test coverage detected