Home
last modified time | relevance | path

Searched refs:cp_maxnpf (Results 1 – 3 of 3) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes_impl.h175 int cp_maxnpf; /* maximum number of projection failures */ member
H A Dcpodes_proj.c103 #define maxnpf (cp_mem->cp_maxnpf)
H A Dcpodes.c272 cp_mem->cp_maxnpf = MXNPF; in CPodeCreate()