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

Function CVAdjustBDF

externalpackages/PVODE/source/cvode.cpp:1471–1479  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1469******************************************************************/
1470
1471static void CVAdjustBDF(CVodeMem cv_mem, int deltaq)
1472{
1473 switch(deltaq) {
1474 case 1 : CVIncreaseBDF(cv_mem);
1475 return;
1476 case -1: CVDecreaseBDF(cv_mem);
1477 return;
1478 }
1479}
1480
1481/******************** CVIncreaseBDF **********************************
1482

Callers 1

CVAdjustOrderFunction · 0.85

Calls 2

CVIncreaseBDFFunction · 0.85
CVDecreaseBDFFunction · 0.85

Tested by

no test coverage detected