-
**Commenter Organization:** Finite Carbon
**Commenter:** Sarah Wescott
**[2021 Deferred Harvest Methodology](https://github.com/ncx-co/ifm_deferred_harvest/blob/main/ha…
-
This is a test for finite posets to check if they do not have induced posets isomorphic to the union of two disjoint chains. Example 3+1 free, 2+2 free.
Apply:
* [attachment: poset_functionality_…
-
I've got an infinite horizon model with `terminate_on_cycle=true` and I've been looking at this section of the code.
```julia
# ===== Begin: starting state for infinite horizon =====
…
-
您好。我最近在写[一本书](https://github.com/septsea/calculus-with-almost-no-variables/)。我引用了一些参考文献。因为这是一本用汉语写的书,所以我打算使用 GB/T 7714-2015 样式。我使用 Windows 11 Pro Dev 22598.1 系统,所以我可以用 Everything 检索磁盘的文件。在 Everything …
-
Make three changes:
- `hasattr(x, '__call__')` -> `callable(x)`
- `hasattr(x, '__iter__')` -> `instance(x, Iterable)`
- `hasattr(x, '__getitem__')` -> `isinstance(x, (Sequence, Mapping))`
where `I…
-
**Submitting author:** @TS-CUBED (Torsten Schenkel)
**Repository:** https://github.com/TS-CUBED/CirculatorySystemModels.jl
**Branch with paper.md** (empty if default branch): JOSS-Paper
**Version:** v…
-
### Bug summary
When I was calculating my protein-ligand complex, an error occurred during the processs
### Terminal output
```bash
File "/home/yxp212121/yxp/amber20/miniconda/bin/gmx_MMPBSA",…
WXYWD updated
2 years ago
-
Might need to have an additional call to the user-defined app like:
```c++
void applyMassMatrix(...)
```
with syntax to be defined.
-
We have mechanism-handling code and fvm-specific code, and there is no real need for these to be as intimately tied as they currently are. The required dependencies between them are opaque and a bit c…
-
Hi,
I'm wondering if it is possible to add finite volumes for conservative PDEs in the future?
Thank you for your great work btw