-
## Reason
The fix introduced in #15122 is just temporary and can be removed when libMesh properly handles the extraneous flags and the libMesh submodule is updated.
## Design
Remove the additions…
-
### Motivation
Figure out the pinning requirements to make PyTorch compatible with our Conda packages
### Design
Add more pinnings to our conda/mpi recipe.
### Impact
Users will be able to instal…
-
Hello:
I would like to compile libmesh on Windows. I tried using Cygwin but got linking warnings related to linking to static library "libnetcdf." I set the LD_FLAG to -no-undefined and some of the …
ghost updated
7 years ago
-
This isn't so much an issue as it is a question. Apologies, I tried to join both the libmesh-users and libmesh-devel and sent this inquiry originally to
libmesh-users@lists.sourceforge.net
But for …
-
After doing some more thinking about https://github.com/libMesh/libmesh/pull/853 the problem is really that we shouldn't be doing _any_ of the stuff that is happening in `PetscVector::_get_array()`. …
-
This will have to wait until we have proper Civet support back online, but we should do it as soon as that's the case.
As @fdkong just discovered (see https://github.com/libMesh/libmesh/pull/2662/f…
-
When using (a copy of) the libMesh factory pattern in QUESO, we discovered that it *fails* when using static linking:
https://github.com/libqueso/queso/pull/508
In libMesh itself we only actuall…
-
There is a [recent paper](https://arxiv.org/abs/1902.04738) on compacting memory management for C++ applications. Importantly, it does not pose restrictions on manual handling of pointers and how the …
-
instead of using a bunch of `std::vector`s to indicate state of different parts owned by IBFEMethod we should just implement `class Part` and make each part responsible for storing this information.
-
4 treatments in total that got repeated 15 times per treatment:
- all the previous releases data (_all)
- only use the previous release (_incremental)
- use half of the train data to learn (_redu…