Home
last modified time | relevance | path

Searched refs:CP_FUNCTIONAL (Results 1 – 7 of 7) sorted by relevance

/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/tests/
H A Dcpsadamsx.c105 cpode_mem = CPodeCreate(ODE, CP_ADAMS, CP_FUNCTIONAL); in Problem1()
177 cpode_mem = CPodeCreate(ODE, CP_ADAMS, CP_FUNCTIONAL); in Problem2()
H A DcpsVanDPol_non.c75 cpode_mem = CPodeCreate(ODE, CP_ADAMS, CP_FUNCTIONAL); in main()
H A DcpsAdvDiff_non.c81 cpode_mem = CPodeCreate(ODE, CP_ADAMS, CP_FUNCTIONAL); in main()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/include/cpodes/
H A Dcpodes.h127 #define CP_FUNCTIONAL 1 macro
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/sundials/src/cpodes/
H A Dcpodes_nls.c149 case CP_FUNCTIONAL: in cpNls()
H A Dcpodes.c199 if ((nls_type != CP_FUNCTIONAL) && (nls_type != CP_NEWTON)) { in CPodeCreate()
203 if ((ode_type == CP_IMPL) && (nls_type == CP_FUNCTIONAL)) { in CPodeCreate()
/dports/science/simbody/simbody-Simbody-3.7/SimTKmath/Integrators/src/CPodes/
H A DSimTKcpodes.cpp209 case CPodes::Functional: return CP_FUNCTIONAL; in mapNonlinearSystemIterationType()