Re: [Users] Grid function timelevels

2018-07-03 Thread Erik Schnetter
Jens My previous instructions were unclear: You need to set up zeroth order TIME interpolation. SPACE interpolation can be any order. If your function is constant in time, this will not reduce accuracy. -erik On Tue, Jul 3, 2018 at 10:22 AM, Erik Schnetter wrote: > Jens > > What you are doing

Re: [Users] Grid function timelevels

2018-07-03 Thread Erik Schnetter
Jens What you are doing is correct, and I would not worry about the inefficiencies. Another, more complicated way, would be the following: - Since your variable is constant, you declare it and you allocate only a single time level - You then don't have to copy any time levels; the current value w

[Users] Grid function timelevels

2018-07-03 Thread Jens Mahlmann
Dear all, I am currently optimizing some code in the Einstein Toolkit and have a general question on time levels and declarations. Throughout my evolution, I use some quantities (initialized as grid functions with various time levels) which are not changed throughout the evolution or only chan