Jean-Paul Pelteret
Jean-Paul Pelteret
The `NumberWrapper` class opens up some interesting possibilities as to what one might be able to interpret the result of symbol operations as. Without looking under the hood, it would...
I've been developing some features in an external library that uses both SymEngine and Trilinos. Because I've been adding features to SymEngine as well I've built it in debug mode,...
Hi all, I'm one of the developers of the [deal.II finite element library](http://dealii.org/), and have been working towards integrating SymEngine support into our codebase. For this to be possible, we've...
Here's a test that demonstrates this behaviour: ```c++ // Check that SymEngine does not incorrectly assume that custom // number type classes derived NumberWrapper are of the same type. #pragma...
Try as much as possible to limit the amount of symbolic output, and focus on numerical values instead. Although it was good for initial development, the symbolic output may potentially...
Linear elastoplasticity with linear isotropic hardening. Geometries include a notched cylindrical specimen and a tensile specimen.
Some of the codes mention the version requirement for deal.II. This is no longer necessary, and should be removed.
As reported on the mailing list (https://groups.google.com/g/dealii/c/kI-Ii8N0kFU). ``` Time step = 206, at t = 2.060000e-01 GMRES_ITR = 8 GMRES_RES = 7.647033e-07 ************************************************************************************************ Time step = 207, at t =...