Get the state data at a given x/y/z coordinate inside prob.H #810
Unanswered
RSuryaNarayan
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Can you elaborate a bit more on what you're trying to do? From your code snippet, it looks like you're trying to get a slice plane of yz data at a particular value of x? There's machinery to do that in the runtime Diagnostics code (lives in Or are you tryin to get point data at a particular (x,y,z) coordinate? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello
I am trying to modify the solution using
void::PeleC::post_time_step
function inprob.H
(similar to #333 ) and need a function that can tell me what thestate
is at a givenx
location i.e. roughly the function call must look something like:I am trying to see where would a good location be to code this function up. Any pointers are appreciated...
Beta Was this translation helpful? Give feedback.
All reactions