-
Hi
I would like to visualize one of your trained plenoxels. Ideally, I would want to just load a ckpt and render views from a spherical path around the center object. I would like to be able to do …
-
Attempting to find the data for the Gaussian Head in a neutral pose to export into a PLY format, but I've only been able to find part of the data needed to export into a Gaussian Splat PLY format in t…
-
The `Ellipsoid.normal_gravity()` method takes as input the geodetic latitude. I propose to add an optional argument `geodetic=True/False` that would allow the user to specify if the input latitudes ar…
-
Hi,
On AIX, when compiling Boost 1.69.0 with GCC 8.4 or 9.3, with **-O0**, the test:
```
../bin.v2/libs/geometry/test/algorithms/algorithms_densify.test/gcc-8.3.0/debug/visibility-hidden/algorithms…
-
It is currently possible to pass something other than `cons2prim` to `SaveSolutionCallback`, so custom quantities can be visualized by Trixi2Vtk.
However, in a custom `cons2prim` function, only the s…
-
Dear Steve,
I am the lead developer on the NCO Project ([https://github.com/nco](https://github.com/nco)
I have used the code from your kdtree project to assist in the intersection of spheric…
-
Hello, I just got my new MacBook and I want to run TS here. I have some experience to install and run this program on Windows/WSL before and it run smoothly. However, when I try to calculate abundance…
-
spherical harmonic gravity can be implemented with an O(1) time complexity (with respect to the maximum degree/order) if a 3-dimensional map of gravity (multiplied by distance squared) is pre-calculat…
-
''from matpy import FiniteDiff'' , this command appears in Spherical Demo/Helmholtz/postprocessing/Plot_Spectral.ipynb.
I can't import matpy, but I'm sure I have the matpy library installed.
So …
-
I am slowly porting this module to rust...
The process has been made easy by the code qualify of this module.
1) The tests are extensive.
2) The design is good the code well laid out, modular…