Esempio n. 1
0
        public int Solve(Ode ode, StateType timePoints, double step)
        {
            int ret = CorePINVOKE.Solver_Solve__SWIG_3(swigCPtr, Ode.getCPtr(ode), StateType.getCPtr(timePoints), step);

            if (CorePINVOKE.SWIGPendingException.Pending)
            {
                throw CorePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 public static extern void Ode_director_connect(HandleRef jarg1, Ode.SwigDelegateOde_0 delegate0, Ode.SwigDelegateOde_1 delegate1);
Esempio n. 3
0
 internal static HandleRef getCPtr(Ode obj)
 {
     return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
 }
Esempio n. 4
0
        public int Solve(Ode ode, double from, double step, int stepsCount)
        {
            int ret = CorePINVOKE.Solver_Solve__SWIG_2(swigCPtr, Ode.getCPtr(ode), from, step, stepsCount);

            return(ret);
        }
Esempio n. 5
0
        public int Solve(Ode ode, double from, double step, double to, IntegrateFunctionTypeCode integrateFunctionTypeCode)
        {
            int ret = CorePINVOKE.Solver_Solve__SWIG_0(swigCPtr, Ode.getCPtr(ode), from, step, to, (int)integrateFunctionTypeCode);

            return(ret);
        }
Esempio n. 6
0
        public int Solve(Ode ode, double from, double step, double to)
        {
            int ret = CorePINVOKE.Solver_Solve__SWIG_1(swigCPtr, Ode.getCPtr(ode), from, step, to);

            return(ret);
        }
Esempio n. 7
0
 internal static HandleRef getCPtr(Ode obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 8
0
        public int ConvenienceSolve(Ode od, double from, double step, double to)
        {
            int ret = CorePINVOKE.Solver_ConvenienceSolve(swigCPtr, Ode.getCPtr(od), from, step, to);

            return(ret);
        }
Esempio n. 9
0
 public int Solve(Ode ode, StateType timePoints, double step)
 {
     int ret = CorePINVOKE.Solver_Solve__SWIG_3(swigCPtr, Ode.getCPtr(ode), StateType.getCPtr(timePoints), step);
     if (CorePINVOKE.SWIGPendingException.Pending) throw CorePINVOKE.SWIGPendingException.Retrieve();
     return ret;
 }
Esempio n. 10
0
 public int Solve(Ode ode, double from, double step, int stepsCount)
 {
     int ret = CorePINVOKE.Solver_Solve__SWIG_2(swigCPtr, Ode.getCPtr(ode), from, step, stepsCount);
     return ret;
 }
Esempio n. 11
0
 public int Solve(Ode ode, double from, double step, double to)
 {
     int ret = CorePINVOKE.Solver_Solve__SWIG_1(swigCPtr, Ode.getCPtr(ode), from, step, to);
     return ret;
 }
Esempio n. 12
0
 public int Solve(Ode ode, double from, double step, double to, IntegrateFunctionTypeCode integrateFunctionTypeCode)
 {
     int ret = CorePINVOKE.Solver_Solve__SWIG_0(swigCPtr, Ode.getCPtr(ode), from, step, to, (int)integrateFunctionTypeCode);
     return ret;
 }
Esempio n. 13
0
 public int ConvenienceSolve(Ode od, double from, double step, double to)
 {
     int ret = CorePINVOKE.Solver_ConvenienceSolve(swigCPtr, Ode.getCPtr(od), from, step, to);
     return ret;
 }