-
Hi, I'm working on Polymath and we are using Polkascan to serve a block explorer for Polymesh.
We've found that whenever an extrinsic fails, the error message shown in the explorer sometimes is wrong…
-
I have encountered issues with the handling of quad meshes (which I need to apply nice-looking Catmull-Clark subdivision):
- There is no QuadMesh or MixedMesh in Core/Geometry.
This can be easi…
-
Hello everyone,
while running a simulation I came across an error that I do not know what it means at all. Can anyone point me to the right direction?
The simulation is a simple square prism w…
-
Error:
```cgm.core.cgm_General : INFO : Release: MRSDEV | 21.10.30.1
cgm.core.mrs.lib.batch_utils : ERROR : Invalid selection : polyUnite needs at least 2 polygonal objects.
Command polyUnite fai…
-
As discussed in #9 and #11 as a side topic, we have multiple users who would prefer a different output format for hex meshes.
Currently, one can use the meshio fork linked in the readme to do a con…
-
## 内容
固体を含んだ固液連成計算はchtMultiRegionFoamを用いて行う。
この中の流体計算はrhoPimpleFoamを元にしている。
他のソルバーと固液連成計算を行いたい場合には自分でカスタマイズを行う必要がある。
fvOptionsで固体領域の熱伝導を計算することを目的とする。
### Pros 良くなる点
- 他のソルバーでも固液連成計算が可能にな…
-
I have an existing installation of Mightyscape v1.2 on another Windows 10 machine, which works great, so I thought I knew how to step through the installation process! However, on a new laptop, I've h…
-
Greetings,
I think splitCellNum[index] == 8 condition here:
https://github.com/synthetik-technologies/blastfoam/blob/4e6ee07a0c1fc4629ee7206804f4f1fe802ec64c/src/dynamicMesh/fvMeshRefiner/fvMesh…
-
Hi,
I'm playing around with OpenGL and trying to generate a navMesh with DotRecast. I'm a bit stuck because the detail mesh is always `null` after mesh generation.
I'm using a left hand coord sy…
-
See #137 and #96 for details. Basically, a faster search algorithm is needed for `actuatorLineElement::findCell`. I have tried `meshSearch::findCellWalk`, but this fails in parallel when a target cell…