#include "../iss/tile.h"
#include "SimpMeshRed.h"
#include <iostream>
#include <cassert>
#include <cmath>
Go to the source code of this file.
Namespaces | |
namespace | geom |
Functions | |
template<int N, int M, typename T, template< class > class Vertex, template< class > class Cell, template< class, class > class Container> | |
void | geom::tile (const BBox< N, T > &domain, const T length, SimpMeshRed< N, M, T, Vertex, Cell, Container > *mesh) |
Tile the rectilinear region. | |
template<int N, int M, typename T, template< class > class Vertex, template< class > class Cell, template< class, class > class Container, class LSF> | |
void | geom::tile (const BBox< N, T > &domain, const T length, const LSF &f, SimpMeshRed< N, M, T, Vertex, Cell, Container > *mesh) |
Tile the object. |