Dear all, I'm afraid my indications are misleading, sorry. What I'd like to know is:
1) whether it is possible to print out variables within the mako templates pointwise kernels, such as during the computation of inviscid/viscous fluxes. 2) whether and where in the code to print out the variables after a matrix multiplication kernel, such as after the extrapolation of solution gradients from the solution to the flux points. I know that all the kernels are executed inside the subroutines "runall([q1, q2])" or "runall([q1])" inside "rhs". However the flowchart inside these subroutines is a bit confusing and I'd need some indications, if possible. Thanks a lot once more. Best regards, Antonio On Wednesday, May 6, 2015 at 9:01:09 AM UTC+2, Antonio Garcia-Uceda wrote: > > Dear all, > > My name is Antonio Garcia-Uceda, and I'm a researcher on Flux > Reconstruction methods. I'm using pyFR as part of my project. > > I'd like to know whether it is possible to print out variables within the > mako templates subroutines in pyFR. For instance, to print out the > resulting data contained in tgradu_fpts after its extrapolation from the > solution to the flux points. > > Also, is it possible to visualize the temporary .c or .cu files generated > by these templates when running pyFR with a particular backend? > > Thanks a lot for your help. > > Best regards, > Antonio > -- You received this message because you are subscribed to the Google Groups "PyFR Mailing List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send an email to [email protected]. Visit this group at http://groups.google.com/group/pyfrmailinglist. For more options, visit https://groups.google.com/d/optout.
