photo

J2A2B2


Aktiv seit 2017

Followers: 0   Following: 0

Statistik

  • Thankful Level 2
  • Thankful Level 1

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How do I implement the midpoint method when solving a pde?
I have one function that uses a for loop to iterate through every timestep to solve my pde and within that for loop I call three...

mehr als 6 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


What is the most efficient way to find the position in the column of a matrix where the value drops below a given threshold (values are constantly decreasing down the columns)?
I have a large (up to 1000x1000) matrix which is the solution to a pde - the columns are the increments in time and the rows are...

mehr als 6 Jahre vor | 4 Antworten | 0

4

Antworten

Frage


How do I only save my solution every x iterations in a for loop?
I'm solving a PDE and iterating in time in a for loop. However, I don't want to store the solution at every single time step. In...

mehr als 6 Jahre vor | 2 Antworten | 0

2

Antworten