adaptive_refinement_mesh.h File Reference

Definition of the Adaptive_Refinement_Mesh class. More...

#include <array>
#include <cassert>
#include <functional>
#include <tuple>
#include <vector>
#include "wonton/support/wonton.h"
#include "wonton/support/BoundingBox.h"
#include "wonton/support/CoordinateSystem.h"
#include "wonton/support/Point.h"

Go to the source code of this file.

Classes

class  Wonton::Adaptive_Refinement_Mesh< D, CoordSys >
 A simple mesh that mimics a cell-by-cell AMR mesh. More...
 

Namespaces

 Wonton
 Factorize a number N into D equal (or nearly equal) factors.
 

Detailed Description

Definition of the Adaptive_Refinement_Mesh class.

An Adaptive_Refinement_Mesh is a basic, serial, N-dimensional mesh whose cells are all axis-aligned boxes. It is intended to be a simple mesh that mimics many of the important features of a cell-by-cell AMR (adaptive mesh refinement) mesh.