qmdxcube
Results
3
issues of
qmdxcube
``` import taichi as ti import numpy as np import math import time ti.init(arch = ti.cuda) nely = 40 nelx = 80 n_node = (nelx+1) * (nely+1) # number of...
question
Hi, I wish to run all the code on GPU, however, the GPU memory is not large enough. Thus, I want to run part of the code on GPU and...
question
> This is my code. The program read an .inp file generated by Abaqus, and then transform the mesh into .mesh format. But when load the mesh by Patcher, it...