-
The names of objects, methods, and so forth are not always consistent throughout the code. This issue is intended to collect some of the known inconsistencies and discuss how the code could be changed…
-
Waarts, P.-H. (2000). Structural reliability using finite element methods: an appraisal of
DARS: Directional Adaptive Response Surface Sampling. Ph. D. thesis, Technical University
of Delft, The Net…
-
It would be nice to have adaptive infill.
E.g. to have denser fill pattern closer to the walls and more "free" space inside. Something similar what is used for mesh generation for FEM (finite elemen…
-
1. Could we express ODEs in Funsor and then solve them via (approximate) numerical integration methods?
2. Could we express PDEs in Funsor and then solve them via (approximate) finite element methods…
-
Thank you very much for the great contribution to formalizing scientific computing!
Can you please let me know when we can expect PDE support in SciLean?
-
The issue I want to raise is twofold.
First, the balance equation for shell implicitly relies on material parameters to set some part of the Almansi strain measure
https://github.com/Xiangyu-Hu…
-
```
sage: VectorSpace(QQ, 5, inner_product_matrix=matrix.identity(5)).category()
Category of finite dimensional vector spaces with basis over (number fields and quotient fields and metric spaces)
`…
-
In Meshes.jl, we use `in` function to check if a point (element) is in geometry (set), e.g. `point in geometry`.
But the method `findall(in(geometry), vector_of_points)` treats `geometry` as a finite…
-
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 …
-
Kranc currently supports DG operators, but not efficiently. I am planning to add a feature that makes this efficient. The basic plan is to loop over a grid function in two layers: an outermost layer t…