Skip to content
Discussion options

You must be logged in to vote

solution["Voltage [V]"](t=t_fine_grid) will interpolate the voltage onto the fine grid. It's only linear interpolation though, so it will just give straight lines between your coarse data points. If you want the finer grid you have to solve with that from the start. You could solve with the finer grid then interpolate your spatial variables onto the coarse grid (solution["Negative particle concentration [mol.m-3]"](t=t_coarse_grid))

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by isaacbasil
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants