GEOS
Classes | Namespaces | Typedefs
StencilBase.hpp File Reference
#include "common/DataTypes.hpp"
#include "codingUtilities/Utilities.hpp"
#include "mesh/ElementRegionManager.hpp"

Go to the source code of this file.

Classes

struct  geos::StencilTraits< CONTAINER, MAX_NUM_POINTS_IN_FLUX, MAX_STENCIL_SIZE, MAX_NUM_CONNECTIONS >
 A collection of properties of a stencil type. More...
 
class  geos::StencilWrapperBase< TRAITS >
 
class  geos::StencilBase< TRAITS, LEAFCLASS >
 Provides management of the interior stencil points when using Two-Point flux approximation. More...
 

Namespaces

 geos
 

Typedefs

using geos::TwoPointStencilTraits = StencilTraits< array2d, 2, 2, 1 >
 Describes properties of a standard two-point stencil.