#include <mdcore_config.h>
#include <types/tf_types.h>
#include <io/tf_io.h>
#include <unordered_map>
Go to the source code of this file.
|
| namespace | TissueForge |
| | Include Python header, disable linking to pythonX_d.lib on Windows in debug mode.
|
| |
|
| enum | BoundaryConditionKind : unsigned int {
BOUNDARY_VELOCITY = 1 << 0
, BOUNDARY_PERIODIC = 1 << 1
, BOUNDARY_FREESLIP = 1 << 2
, BOUNDARY_POTENTIAL = 1 << 3
,
BOUNDARY_NO_SLIP = 1 << 4
, BOUNDARY_RESETTING = 1 << 5
, BOUNDARY_ACTIVE = BOUNDARY_FREESLIP | BOUNDARY_VELOCITY | BOUNDARY_POTENTIAL
} |
| |