mantaflow  0.10
A framework for fluid simulation
Public Member Functions | Public Attributes | List of all members
Manta::KernelBase Struct Reference

Basic data structure for kernel data, initialized based on kernel type (e.g. single, idx, etc). More...

#include <kernel.h>

Public Member Functions

 KernelBase (IndexInt num)
 
 KernelBase (const GridBase *base, int bnd)
 
 KernelBase (const Grid4dBase *base, int bnd)
 

Public Attributes

int maxX
 
int maxY
 
int maxZ
 
int minZ
 
int maxT
 
int minT
 
int X
 
int Y
 
int Z
 
int dimT
 
IndexInt size
 

Detailed Description

Basic data structure for kernel data, initialized based on kernel type (e.g. single, idx, etc).


The documentation for this struct was generated from the following files: