Skip to content
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

Is there any way to run solvepde with batch_job (non numeric output?) #15

Open
AnselmDr opened this issue Jan 10, 2022 · 0 comments
Open

Comments

@AnselmDr
Copy link

I want to run parallel simulations with the PDE toolbox because the parallel computing toolbox causes other issues. Unfortunately the result of solvepde is an object so batch_job produces an error message. It is caused by write_bin.m, line 2:

'Exporting non-numeric variables not supported'

Is there any way to fix that? One Idea of mine is that I just need one numerical array of the output object of solvepde. So would it maybe possible to just pass the array as an output?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant