Johannes Schmölder
Johannes Schmölder
Did you use the updated command? ``` sphinx-multiversion ./ ./build/ -D 'exhale_args.containmentFolder=${sourcedir}/api' ```
Hmm, it does work for me and I got the command from the [sphinx-multiversion documentation](https://holzhaus.github.io/sphinx-multiversion/master/configuration.html#overriding-configuration-variables). Maybe it's a Windows issue? @ronald-jaepel could you try to reproduce this?
Thanks! Unfortunately, it doesn't run on Linux without the quotes so I added a comment in the README.
Sorry to ask, but what are the next steps?
See also previous work done here: #69
I like this! :)
Thanks for putting this together! I pulled and it compiled fine. However, if I try to run it, it does not seem to read the parameters properly. ``` ERROR: GIEX_NU...
> > Maybe it's because of the 'skipConfig' flag? > > Indeed, that was the case. The validation code ran before the custom parameter reading code. Lucky guess! ^^ >...
I noticed that the total resin capacity seems to be exceeded sometimes. [giex_check_lambda.zip](https://github.com/modsim/CADET/files/6862502/giex_check_lambda.zip) For example, if you check `cadet.root.output.solution.unit_003.solution_solid[-1,0,:]` (last solution time, first column cell, all components), it returns ```...
I think there is an issue with the variable names here: > ```python > con = nu_const[n_pieces * i:n_pieces*(i+1)] > lin = nu_const[n_pieces * i:n_pieces*(i+1)] > quad = nu_const[n_pieces *...