-
#1697 increased the performance considerably, and passed the tests with only slightly higher tolerances.
Surprisingly @Fati-Mon observed this behavior on a Basin running dry:
![image](https://gith…
visr updated
2 months ago
-
You have deserialization. How about serialization?
-
It would be nice to have a guide on how to add new blocks to the solver for new developers. I am working with @kharold23 and @aabrown100-git to add a new valve block. I will try and document the steps…
-
Comment below with questions or thoughts about the reading for this week's workshop.
Please make your comments by Wednesday 11:59 PM, and upvote at least five of your peers' comments on Thursday pr…
-
Hello,
I would like to know if you have already used your AMGCL library on AMD graphics cards? It would be for the resolution of a pseudo Poisson equation in a fluid mechanics code (finite volume) w…
-
Looking at the mess Rust has created with its handling of mutability, and also the confusion l-values and r-values cause in C/C++ I think a simpler model is needed for mutability. I also think that mu…
keean updated
4 years ago
-
Issue opened to collect info about possible future SPSA improvements.
### SPSA references
SPSA is a fairly simple algorithm to be used for local optimization (not global optimization).
The wiki h…
-
Not super familiar with the literature lately. Can you explain what are the differences of your approach to ConFIG?
https://github.com/tum-pbs/ConFIG
-
-
Quoting @siefkenj:
I haven't been keeping up with recent changes, but I have some comments from when I was doing the major refactors.
1) Indeed there is too much packed into the `Matrix` class…