Skip to content
Xinlei Wang edited this page Jul 18, 2021 · 2 revisions

Welcome to the Zensim wiki!

Zensim is short for Zenus Simulation, which is an open-source C++ library designed for high-performance physics-based simulations. It is built upon a highly efficient parallel computing framework called ZPC, i.e. Zenus Parallel Compute, that offers a c++stl-like and consistent programming interface for multiple compute back-ends including OpenMP, Cuda, etc., and a series of efficient, highly-customizable and commonly-used data structures.

Currently, ZPC mainly handles computations within a shared-memory and heterogeneous architecture. Hopefully it may extend to a distributed system in the near future.

Zensim is and will be continuously developed and maintained by Zenus Tech to provide better support for simulation-related research and development, especially for practical real-world problems. And we welcome more people to take part in the growth and improvement of this project. Please contact us ([email protected], [email protected]) if you are interested.

Clone this wiki locally