You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I would like to read reaction forces from free falling cube, which is FEM material. I knew that it exist for rigid entities, but not sure that it exists for FEMEntity. Here is my full code:
import argparse
import numpy as np
import os
import torch
from dask.order import order
from mpmath import euler
from pygel3d.hmesh import minimize_dihedral_angle
from os import path
os.environ['PYOPENGL_PLATFORM'] = 'glx'
import genesis as gs
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I would like to read reaction forces from free falling cube, which is FEM material. I knew that it exist for rigid entities, but not sure that it exists for FEMEntity. Here is my full code:
import argparse
import numpy as np
import os
import torch
from dask.order import order
from mpmath import euler
from pygel3d.hmesh import minimize_dihedral_angle
from os import path
os.environ['PYOPENGL_PLATFORM'] = 'glx'
import genesis as gs
def main():
parser = argparse.ArgumentParser()
parser.add_argument("-v", "--vis", action="store_true", default=False)
args = parser.parse_args()
if name == "main":
main()
I would be happy to see your answers :)
Beta Was this translation helpful? Give feedback.
All reactions