Skip to main content

Questions tagged [time-integration]

For questions about the particulars of solving differential equations with time as the independent variable.

5 votes
1 answer
343 views

Time integration of first-order ODE with higher-order information

Suppose I wish to derive a numerical integrator for the first-order ODE $$x'(t)=F(x(t)).$$ By differentiating both sides of the expression in $t$, I can write a second-order relation also satisfied ...
Justin Solomon's user avatar
0 votes
1 answer
59 views

solve_ivp method=ODE23 time step not decreasing in order

My time step with the function scipy.integrate.solve_ivp is not decreasing in t_span fluctuating (reaching values below or ...
louis gouders's user avatar
0 votes
1 answer
50 views

Would a Co-simulation orchestrator work when a model uses a variable step size integrator

In every paper i was able to find, detailling the process of writing a co-simulation orchestrator (either Jacobi or Gauss-siedel), the paper assumed that both models were to compute their outputs on ...
J.M's user avatar
  • 131
0 votes
0 answers
34 views

Synchronous integration vs asynchronous integration in simulations with complex problems

Lets say i want to create a detailed simulation of a complex system. For instance a drone. This simulation will have to contain a few models, each one with it's own requirements, for instance A 6Dof ...
J.M's user avatar
  • 131
1 vote
1 answer
118 views

How to impose boundary conditions when solving a nonlinear dynamical system given by the FEM solver

I am solving a nonlinear dynamical system given by a nonlinear elastic problem which takes the following form: $$ \boldsymbol{M} \ddot{u} + \boldsymbol{K}_{\textrm{NL}}u = 0 ,$$ here $u \in \mathbb{R}...
Saddam N Y Hijazi's user avatar
0 votes
1 answer
66 views

mesh size restriction of spatial discretization in FEMs and FDMs

Is there any mesh size restriction of spatial discretization in FEMs and FDMs (finite difference)? If a mesh is very coarse there is still perhaps nothing to stop the program from running and cause ...
feynman's user avatar
  • 317
4 votes
1 answer
215 views

Estimating the spectral radius when applying the method of lines

Some time integrators, notably the Runge-Kutta-Chebyshev method, implemented in the RKC code from Sommeijer & Verwer, gives the user an option to provide a callback with an estimate of the ...
IPribec's user avatar
  • 617
2 votes
1 answer
178 views

Does this second-order implicit Runge-Kutta method have a name?

I am studying the time-integration of the following paper, Young, L. C. (1981). A finite-element method for reservoir simulation. Society of Petroleum Engineers Journal, 21(01), 115-128. A copy (PDF)...
IPribec's user avatar
  • 617
2 votes
0 answers
72 views

How can I validate my time integration scheme for my dynamic linear elasticity FEM code with a manufactured solution or similar?

I am solving for a dynamic linear elasticity problem: \begin{equation} \dfrac{\partial^2 u}{\partial^2 t} - \nabla \cdot \sigma = f \end{equation} where $ u \in R^2 $ with sufficient BCs and ...
CuteCompute's user avatar
4 votes
1 answer
587 views

Why do I get an oscillatory solution when applying the implicit trapezoidal method to the linear diffusion equation?

I wish to solve the following equation, $$\frac{\partial f}{\partial t}=\frac{\partial}{\partial x}\left(D(x)\frac{\partial f}{\partial x}\right)$$ using an exponential integrator. I discretize this ...
Sayan's user avatar
  • 97
2 votes
0 answers
69 views

Example: Velocity Verlet reduced accuracy

Velocity Verlet is often held to far more accurate than forward Euler while being no more expensive. Technically, this requires some degree of regularity on the potential. But, is there a convincing ...
msm's user avatar
  • 211
2 votes
1 answer
131 views

Need help to fully understand SciPy's odeint's reported step sizes, eval times, # of funct calls & total proc. time (re. question in Astronomy SE)

A recent question in Astronomy SE Numerical Programming using odeint takes more than 17 minutes got me interested in looking closer at SciPy's odeint. The problem is a modified orbital mechanical ...
uhoh's user avatar
  • 1,068
1 vote
1 answer
138 views

Velocity Verlet leading to faster simulation than Euler in an n-Body simulation?

I have all the constants set to the same values for each set of code, G, the timestep, the masses of the planets etc. But using Velocity Verlet doesn't work unless I lower the gravitational constant ...
ght007's user avatar
  • 95
5 votes
1 answer
1k views

Why is velocity Verlet better than Verlet for gravity if it has a worse order of magnitude for the error term

Even though this method is more widely used than the simple Verlet method mentioned above, it unfortunately has an error term of O(Δt^2) , which is two orders of magnitude worse. That said, if you ...
ght007's user avatar
  • 95
0 votes
0 answers
55 views

Numerov Method with Time Varying Potential

Is it possible to use the Numerov method to solve the Time Dependent Schrodinger Equation ($\frac{i\partial\Psi(x, y, z, t)}{\partial t} = \nabla^2\Psi(x, y, z, t) + \Psi(x, y, z, t)V(x, y, z, t)$) ...
cgbsu's user avatar
  • 33

15 30 50 per page
1
2 3 4 5
12