Regarding the use of “pointInterpolation_t” after modifying the mesh by usrdat2() #698
Answered
by
yslan
DiscoverXV
asked this question in
Meshing
-
Beta Was this translation helpful? Give feedback.
Answered by
yslan
Apr 6, 2026
Replies: 1 comment 7 replies
-
|
What version of nekrs are you using? |
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Yes. That's expected. This is typically for simulations that has moving mesh. Therefore, simulation can also reads mesh from the checkpoint files.
It makes sense now.
startFrom = "Rough.f00101+X,Smooth.f00001+U+PThis reads mesh from
Rough.f00101, velocity and pressure fromSmooth.f00001.Here are the some examples of multiple files restart:
nekRS/examples/ethier/ci.inc
Line 894 in 36f8977
I had a concern that your reader and writer must use the same #mpi ranks. That's why I su…