-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
get the variation of source term #28
Comments
Also, I cannot visualize the source term even if I copy the code from the example page. The error page is a huge page but at last it says" AssertionError: Pieces mismatches: [{1768, 1769}, {1776, 1775}, {1784, 1783}] ". Also the animation does not run. #Visualize result |
Ciao karnapravin You can get the source term with the method sourceprofile() of the class simulation. For example, you can run where
-12 is the number of points where the diffusion equation is imposed, in the current version of the code must be 12 For the problems with the plot tools, I am not sure what is the cause. May I ask what IDE and interpreter are you using? (so I can try to reproduce the same error) If I take a long time to respond, you can email me at [email protected] (for some reason the repository owners did not received any notification of the issue form github) |
How do I get the values of the source term at each time and position, like for electron or lattice temperature? I
need to get the source term values to calculate the contribution of -(Ke/G del^2Te).
Thanks
The text was updated successfully, but these errors were encountered: