#include <iostream>
#include <string>
#include "LevelData.H"
#include "FArrayBox.H"
#include "IntVectSet.H"
#include "Vector.H"
#include "REAL.H"
Include dependency graph for RefCellTagger.H:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Enumerations | |
enum | RefineMode { FIX, AND, OR } |
|
Class that tag cells that need to be refined based on various criteria: a_useRefineShocks - whether shocks ... a_useRefineJeansLength - ... Jeans length ... a_useRefineOverDensity - ... overdensity ... a_useRefineGradient - ... gradient should be refined Theresholds: a_presJumpThreshold a_cellMassThreshold a_jeansResolThreshold a_gradientThreshold Parameters: a_gradVarInterval - interval for which to compute the grad |