MercuryDPM  0.10
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HGRID_base.h File Reference
#include <ostream>
#include <iostream>
#include <stdlib.h>
#include "MD.h"
#include "HGRID.h"

Go to the source code of this file.

Classes

class  HGRID_base
 This is the base class for both HGRID_2D and HGRID_3D. More...
 

Enumerations

enum  HGridMethod { BOTTOMUP, TOPDOWN }
 
enum  HGridDistribution {
  OLDHGRID, LINEAR, EXPONENTIAL, PARTICLESPERCELL,
  OPTIMAL
}
 

Enumeration Type Documentation

Enumerator
OLDHGRID 
LINEAR 
EXPONENTIAL 
PARTICLESPERCELL 
OPTIMAL 

Definition at line 37 of file HGRID_base.h.

Enumerator
BOTTOMUP 
TOPDOWN 

Definition at line 36 of file HGRID_base.h.