-
`dylib is null, open dyLibrary path + libdart_native.so`
`Invalid argument(s): Failed to load dynamic library (dlopen(libdart_native.so, 0x0001): tried: '/Users/civelxu/Library/Application Support/…
-
### Checklist
- [X] This is **not** a security-related bug/issue. If it is, please follow please follow the [security policy](https://github.com/filecoin-project/lotus/security/policy).
- [X] I **hav…
-
I am having trouble when trying to change the DiffusionCoefficient of a single cell using the suggested code on Twedit. Running on Windows on version 4.4.1, Here is the error message
`Error: Attribu…
-
**Before creating a bug report please make check the following**
- [X] You have read our [FAQ](https://fvm.app/docs/guides/faq)
**Describe the bug**
I use different versions of flutter in diffe…
-
**Problem description**
I just installed fvm, intending to use it to switch quickly between the latest flutter 2 release and the latest flutter 3 release.
After installation, I intuitively ran `…
-
See https://github.com/filecoin-project/fvm-pm/issues/299
Lotus currently uses the following sqlite databases:
- sqlite/events.db: Stores events sent by actors in the FVM
- sqlite/txhash.db: Stor…
-
While assembing term III
The code is
"local_FluxVb = local_FluxVb + rho_b.*dot(p_grad_b',DUSb')'; "
But according formula(15.159) in Book FVM ib CFD, the term III should be
"local_FluxVb = loca…
-
It would be nice if you could use [fvm](https://fvm.app/) version files as source for the `flutter-version-file` parameter.
ueman updated
7 months ago
-
**Describe the bug**
As mentioned to Guillaume yesterday during ETHCC, in Forest, you are using "Executor" instead of "ThreadedExecutor", the one used in Lotus. The main difference is that "Executo…
-
In order to meet a similar accuracy to NEURON for a given δt, we need to have a second-order solver.
Proposal:
* Strang splitting for voltage vs mechanism state.
* Voltage integration via implicit …