-
Notifications
You must be signed in to change notification settings - Fork 3
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
Print the final solution #20
Comments
bench_ras.cpp has the overall final solution in explicit_laplacian_solution. It is a It should be easy to print this out to a file. For each subdomain, the |
I tried doing |
To get the size of an object of type |
From the definition of Edit: I can do it the sloppy way of printing the vector like a matrix but is there a library function to convert it to a matrix ? |
You can technically, use |
A way to visualize the final solution in the domain would be helpful. My suggestion would be to write the final solution to a file aand then use matplotlib in a python script to do the plotting as a heatmap.
The text was updated successfully, but these errors were encountered: