Seth R. Johnson
Seth R. Johnson
Or potentially generate C++ structs and conversion code from Python data models... 🤔
Also I regret insisting on using `Vecgeom` instead of following their styling as `VecGeom`.
Released in [v2.7](https://github.com/pydantic/pydantic/releases/tag/v2.7.0)! It would be great if the [documentation](https://docs.pydantic.dev/latest/api/config/#pydantic.config.ConfigDict.use_attribute_docstrings) had an annotation that this feature is only available with 2.7 or later—since ConfigDict doesn't reject unknown kwargs, it took...
It took me literally half an hour of digging through source code, github support, and google, to find this. As of some recent update, Github syntax highlighting for C++ is...
I don't think this is a bug in this repository because the issue only recently started manifesting on GitHub, and the last commit for this repository was years ago.
@jonglezb you did install `gcc+binutils`, correct? In my experience this does correctly set up the GCC compiler internals (with at least [one exception](https://github.com/spack/spack/issues/21870)) without the need for any shenanigans with...
Is the fact that it passes on a single processor surprising?
This is at least better-understood and worked around in #282. The check for convergence has been removed in favor of an accessor on the solved values.
@rouson Regarding SWIG: we're not using the Python bindings created by SWIG; instead, we've developed a new "target language" model that produces `.f90` module files and `_wrap.cxx` files that flatten...
Excellent, thank you for the nits and suggestions -- Fortran is not my forte, so all corrections and improvements are appreciated. The point about the very latest compilers fully supporting...