-
As I understand it, at the moment you can only extract results from quads (and presumably plates) in the quad's local coordinate system.
I assume it's a trivial process to convert results into the…
-
Is it possible to fix the convexity rule for cvh boxes? As it is we can't use complex shapes unless they're convex, so the hitboxes are made of lots of meshes, all of which must not overlap, which mak…
-
Visit's calculation of quad stretch is wrong. An exact square should have a stretch of 1.0.
The errant lines of code are here: https://github.com/visit-dav/visit/blob/develop/src/third_party_builtin…
-
## Describe the bug
Currently, the utility [`Spaces.area`](https://github.com/CliMA/ClimaCore.jl/blob/695f0afdd674a0710f12535f26f65bd17875555b/src/Spaces/Spaces.jl#L66) does not work. While its local…
-
Hi all,
I'm incorporating Remhos into my code to remap the L2 fields after remeshing.
I believe the remapping is functioning correctly with the conforming mesh, but I'm encountering some issues w…
-
Even though I'm using a gpu build, inference is running on cpu/ram. I tried to tinker with parameters, but with no luck.
Log:
```
Godot Engine v4.3.stable.mono.official.77dcf97d8 - https://go…
-
I have a curve file and I wanted to know the revolved volume of the area under the curve. I tried this but VisIt threw an exception. Now I have to abandon the curve file and make an actual 2D file tha…
-
Hello Bruno,
I got the cgnsToFromFoam on github, following the README.md, I was able to install and compile all necessary packages and libraries. But when I tried running "./Allrun", I got some war…
-
When I convert quads -> triangles, I sometimes split quads into four triangles instead of two since that removes the choice of which direction to split (which tends to cause particularly ugly artifact…
-
**Is your feature request related to a problem? Please describe.**
The divf2c operator (at least) takes a field (on the boundary space) as a boundary condition:
```
using ClimaCore
FT = Float64
…