Qian Bao

Results 14 issues of Qian Bao

在Computer science的Algorithm里,推荐的是MIT的Intro to Algorithm,而Princeton出版的Algorithms是选读的原因是什么?个人感觉Princeton那本更加容易读一些,代码例也更优美清晰

Hi, The camera initialization in examples/loading_model.py doesn't seem right: ```Python camera = t3.Camera(taa=True) ``` https://github.com/taichi-dev/taichi_three/blob/4e46f9d840c4055b5eae91375b74a7632fc46544/examples/loading_model.py#L10 I've tried to remove the taa option and it worked just fine.

RT,我想对于绝大多数(特别是第一次求职的)应聘者来说,对目标公司的业务是非常陌生的,在这样的情况下,生搬硬套地强行记忆诸如: > 给定一个链表,删除链表的倒数第N个节点,并且返回链表的头结点 > jvm的垃圾回收机制? > java类加载机制?如何实现自定义类加载器?findClass与loadClass的区别? 这样的问题,即便是用九牛二虎之力记住了,也是没有根基的浅层记忆。如果在这些面试题的后面附上不光是简单的答案,更加上一些实际在此公司中业务场景中,为何需要这样的知识的解说,那样不仅会容易理解很多,对面试者准备来说,时间也花得更加的有意义,学习到了真正的东西。

Hello, I was able to run your code and got a series of obj file, I also notice you provided a script to render the vertices as particles in Blender....

你好!我在Taichi论坛上膜拜了你的Homework以后找到了这里:) 我也从事过一些CFD计算的学习但是对于LBM法不是很熟悉,想请问你在代码中的边界条件的这种做法(apply_bc_core)是有参考什么书或者代码吗?感觉这样的用法真的太好了,也可以适用在不是LBM的求解器中想尝试一下。 谢谢!

Currently, the documentation only included an example of Android deployment (https://docs.taichi-lang.org/docs/ndarray_android) while example for calling pre-compiled Taichi kernels from C++ is absent. Since it's a common request from the user...

doc

Hi @Ceyron, I watched your amazing video on Youtube and I wrote my own implementation in Taichi language : https://gist.github.com/houkensjtu/dc00a6b8ae3d819b9295d68c55df0a29 Most of the code structures resemble your Numpy version, but...

Moved the MAC benchmark code from houkensjtu's repo. More work needs to be done to refine the code and explanations.

你好!我是一名流体计算的初学者,我学习过基础的工程流体力学和Patankar的"Numerical Heat Transfer and Fluid Flow"这样的流体计算教材。但是这些教材往往只涉及单相NS方程的离散和求解方法,关于代码结构的设计,抽象数据结构的构建这些都没有涉及。想请问你如果想要学习构建自己的流体计算引擎,有些什么可以阅读的教材或者论文呢? 谢谢!

![ezgif com-video-to-gif (1)](https://github.com/houkensjtu/taichi-2d-vof/assets/2747993/747970d0-0cd3-49f1-885c-520837101f7e)