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

Class CVodeMemRec

externalpackages/PVODE/include/pvode/cvode.h:560–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558 /* Linear Solver functions to be called */
559
560 int (*cv_linit)(struct CVodeMemRec *cv_mem, boole *setupNonNull);
561
562 int (*cv_lsetup)(struct CVodeMemRec *cv_mem, int convfail, N_Vector ypred,
563 N_Vector fpred, boole *jcurPtr, N_Vector vtemp1,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected