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

Function CVEwtSet

externalpackages/PVODE/source/cvode.cpp:1140–1148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1138***********************************************************************/
1139
1140static boole CVEwtSet(CVodeMem cv_mem, real *rtol, void *atol, int tol_type,
1141 N_Vector ycur, N_Vector ewtvec, integer neq)
1142{
1143 switch(tol_type) {
1144 case SS: return(CVEwtSetSS(cv_mem, rtol, (real *)atol, ycur, ewtvec, neq));
1145 case SV: return(CVEwtSetSV(cv_mem, rtol, (N_Vector)atol, ycur, ewtvec, neq));
1146 }
1147 return TRUE;
1148}
1149
1150/*********************** CVEwtSetSS *********************************
1151

Callers 2

CVodeMallocFunction · 0.85
CVodeFunction · 0.85

Calls 2

CVEwtSetSSFunction · 0.85
CVEwtSetSVFunction · 0.85

Tested by

no test coverage detected