qmdxcube
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...
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...
> 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...
**Concisely describe the proposed feature** A clear and concise description of what you want. For example, > The MeshTaichi framework is now officially part of Taichi and can be installed...
**Concisely describe the proposed feature** A clear and concise description of what you want. For example, > From 1.7.2, the release of Taichi does not include that for manylinux2014_x86_64. But...