dune-grid 2.9.0
Modules | Functions
dune-grid
Collaboration diagram for dune-grid:

Modules

 The Grid Interface
 Interfaces needed when working with a Dune::Grid.
 
 Mappers
 
 Grid Implementations
 A list of the different Implementations of the Dune Grid Interface.
 
 I/O
 
 Grid Developer API
 Interfaces needed to implement a new Dune::Grid.
 

Functions

template<class G >
void Dune::gridinfo (const G &grid, std::string prefix="")
 A function to print some information about the grid as a whole. More...
 
template<class G >
void Dune::gridlevellist (const G &grid, int level, std::string prefix)
 A function to print info about a grid level and its entities. More...
 
template<class G >
void Dune::gridleaflist (const G &grid, std::string prefix)
 A function to print info about a leaf grid and its entities. More...
 

Detailed Description

Function Documentation

◆ gridinfo()

template<class G >
void Dune::gridinfo ( const G &  grid,
std::string  prefix = "" 
)

A function to print some information about the grid as a whole.

◆ gridleaflist()

template<class G >
void Dune::gridleaflist ( const G &  grid,
std::string  prefix 
)

A function to print info about a leaf grid and its entities.

◆ gridlevellist()

template<class G >
void Dune::gridlevellist ( const G &  grid,
int  level,
std::string  prefix 
)

A function to print info about a grid level and its entities.