Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Mesh tutorial #155

Open
wants to merge 20 commits into
base: trunk-minor
Choose a base branch
from
58 changes: 58 additions & 0 deletions 10-Modelling-Deformable-Interfaces-with-Meshes/00-index.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"cells": [
{
"cell_type": "markdown",
"metadata": {},
"source": [
"# Modelling Flexible Active Interfaces\n",
"\n",
"This tutorial explains how to model deformable interfaces such as vesicles or membranes by using meshes. \n",
"\n",
"**Prerequisites:**\n",
"\n",
"This tutorial assumes you are familiar with the concepts introduced in \n",
"[Introducing HOOMD-blue](../00-Introducing-HOOMD-blue/00-index.ipynb),\n",
"[Introducing Molecular Dynamics](../01-Introducing-Molecular-Dynamics/00-index.ipynb) and\n",
"[Custom Actions in Python](../04-Custom-Actions-In-Python/00-index.ipynb)."
]
},
{
"cell_type": "markdown",
"metadata": {
"nbsphinx-toctree": {
"maxdepth": 1
}
},
"source": [
"## Outline\n",
"\n",
"1. [Describing Membranes as Meshes](01-Describing-Membranes-As-Meshes.ipynb)\n",
"2. [Simulating a Vesicle with MD](02-Vesicle-MD.ipynb)"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"This tutorial is written with [jupyter](https://jupyter.org/). You can download the source from the [hoomd-examples](https://github.com/glotzerlab/hoomd-examples) repository."
]
}
],
"metadata": {
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.13.0"
},
"record_timing": false
},
"nbformat": 4,
"nbformat_minor": 4
}
Loading