#include "SimpMeshRed.h"
#include "insert.ipp"
Go to the source code of this file.
Namespaces | |
| namespace | geom |
Functions | |
| template<int N, typename T, template< class > class Node, template< class > class Cell, template< class, class > class Cont> | |
| SimpMeshRed< N, 1, T, Node, Cell, Cont >::CellIterator | geom::insertCell (SimpMeshRed< N, 1, T, Node, Cell, Cont > *mesh, const typename SimpMeshRed< N, 1, T, Node, Cell, Cont >::NodeIterator n0, const typename SimpMeshRed< N, 1, T, Node, Cell, Cont >::NodeIterator n1, const typename SimpMeshRed< N, 1, T, Node, Cell, Cont >::CellIterator c0=0, const typename SimpMeshRed< N, 1, T, Node, Cell, Cont >::CellIterator c1=0) |
| Insert the specified cell into the 1-D mesh. | |
| template<int N, typename T, template< class > class Node, template< class > class Cell, template< class, class > class Cont> | |
| SimpMeshRed< N, 2, T, Node, Cell, Cont >::CellIterator | geom::insertCell (SimpMeshRed< N, 2, T, Node, Cell, Cont > *mesh, const typename SimpMeshRed< N, 2, T, Node, Cell, Cont >::NodeIterator n0, const typename SimpMeshRed< N, 2, T, Node, Cell, Cont >::NodeIterator n1, const typename SimpMeshRed< N, 2, T, Node, Cell, Cont >::NodeIterator n2, const typename SimpMeshRed< N, 2, T, Node, Cell, Cont >::CellIterator c0=0, const typename SimpMeshRed< N, 2, T, Node, Cell, Cont >::CellIterator c1=0, const typename SimpMeshRed< N, 2, T, Node, Cell, Cont >::CellIterator c2=0) |
| Insert the specified cell into the 2-D mesh. | |
| template<int N, typename T, template< class > class Node, template< class > class Cell, template< class, class > class Cont> | |
| SimpMeshRed< N, 3, T, Node, Cell, Cont >::CellIterator | geom::insertCell (SimpMeshRed< N, 3, T, Node, Cell, Cont > *mesh, const typename SimpMeshRed< N, 3, T, Node, Cell, Cont >::NodeIterator n0, const typename SimpMeshRed< N, 3, T, Node, Cell, Cont >::NodeIterator n1, const typename SimpMeshRed< N, 3, T, Node, Cell, Cont >::NodeIterator n2, const typename SimpMeshRed< N, 3, T, Node, Cell, Cont >::NodeIterator n3, const typename SimpMeshRed< N, 3, T, Node, Cell, Cont >::CellIterator c0=0, const typename SimpMeshRed< N, 3, T, Node, Cell, Cont >::CellIterator c1=0, const typename SimpMeshRed< N, 3, T, Node, Cell, Cont >::CellIterator c2=0, const typename SimpMeshRed< N, 3, T, Node, Cell, Cont >::CellIterator c3=0) |
| Insert the specified cell into the 3-D mesh. | |
1.4.7