-
In my case I need the outward normals for the boundary integral in the matrix K because of an additional contribution in the stress-divergence formulation to obtain the same boundary outflow condition…
-
I noticed that a number of `Vector` methods were made `virtual` in da941d2be67f.
I think this has serious implications for the performance of small-size Vector methods like: https://github.com/mfem…
-
# Overview
The gossipsub mesh parameters were originally chosen for message propagation speed and redundancy (a large number of faulty nodes shouldn't impact the message propagation too much). Howe…
-
Hi,
I have a saddle point system:
```text
| A B^T | | u | = | f |
| B C | | p | | g |
```
where,
```
blocks(0,0) = A.As();
blocks(1,0) = B.As();
blocks(0,1) = B.As()->Trans…
-
# Software tools
The software tools listed here are ones that we've found useful for various [Wild Peaches](https://wildpeaches.xyz/) articles, or maybe we think they'll cool once we get around to th…
-
Trying to open a model crashes the program. When launching from the terminal I get the error:
```
./vcglib/wrap/io_trimesh/import_obj.h:640: static int vcg::tri::io::ImporterOBJ::Open(OpenMeshType…
-
Hi, thanks for your great work!
However, I am quite confused about some of the properties. For example, we can extract _atom_coords_ and _atom_types_ from the PDB files. Then what is the difference b…
-
**Question:** Should the OpenMATERIAL standard v1.0 allow assigning materials to layered materials?
**Description:**
When dealing with LAYERED Materials (such as painted car body + Mud/rain/snow),…
-
### Library and Version
PhysX v5.3.1
### Operating System
Windows 11
### Steps to Trigger Behavior
1. Create a dynamic actor
2. Set it to kinematic
3. Create a triangular m…
-
We are working on to increase supports for sparse tensor. Currently we have [summarized current state of sparse tensor](https://github.com/pytorch/pytorch/issues/9674) and listed out [sparse ops to su…