-
I could modify the code so that now it takes a finite element function. I create it by solving a Dirichlet problem where the boundary values are given by the exact solution. I could also fix the core …
-
### Steps To Reproduce
Discovered while working on #37705
```sage
sage: E = EllipticCurve(GF(103), [3, 5])
....: S = E.point_homset(); S
Abelian group of points on Elliptic Curve defined by …
-
Let's collect together a summary of common spatio-temporal interpolation methods available in python, R, MATLAB, etc.
Please list any methods you know of in [this g spreadsheet](https://docs.google…
7yl4r updated
3 years ago
-
### Problem Description
Check this out:
```
sage: %time Partitions(50,min_length=10).cardinality()
CPU times: user 1min 46s, sys: 14 ms, total: 1min 46s
Wall time: 1min 46s
158414
sage: %ti…
-
One of the most important things that I want PlasmaPy to be able to do is make a high level interface for performing simulations - as high level as we can possibly make it.
Right now, setting up …
-
This is the roadmap for v1. I probably won't publish new version until most important features are implemented.
- [x] [Primitives](https://zod.dev/?id=primitives)
- [x] string
- [x] number
…
-
Build tree data structure in easifem.
- [ ] Binary tree
- [ ] Quad tree
- [ ] Oct tree
- [ ] K tree
References
- [ ] https://github.com/trixi-framework/HOHQMesh/tree/main/Source/QuadTreeGr…
-
**Concisely describe the proposed feature**
I wanted to ask if there is interest on using the [Unified Form Language (UFL)](https://arxiv.org/abs/1211.4047) as frontend for taichi.
**Describe the …
-
### Problem Description
Currently, to the best of my knowledge, there is no way to tell Sage the factorization of a number such that future calls to the toplevel `factor` method. So even when the f…
-
Hello,
We use the class panzer_stk::STK_MeshFactory to create/load mesh from an Exodus file. I was wondering how mesh nodes are being ordered once the mesh is loaded/created? Is there a specific or…