Functions | |
| template<class GRID1, class GRID2, class GT1, class GT2, class PHI> bool | construct_isomorphism (GRID1 const &G1, GRID2 const &G2, GT1 gt1, GT2 gt2, PHI &phi) |
| Construct an isomorphism between two grids. More... | |
| template<class GRID1, class GRID2, class PHI> bool | construct_isomorphism (GRID1 const &G1, GRID2 const &G2, PHI &phi) |
| Convenience wrapper for general construct_isomorphism. More... | |
| template<class CELL1, class CELL2, class GRID1, class GRID2, class PHI> bool | extend_isomorphism (CELL1 const &c1, CELL2 const &c2, GRID1 const &G1, GRID2 const &G2, PHI &phi) |
| Extend a given isomorphism to the whole grid. More... | |
Grid Isomorphisms are bijective mappings between grids, respecting incidence relationships. Two isomorphic grids are indistinguishable from a combinatorial point of view.
|
||||||||||||||||||||||||||||
|
Construct an isomorphism between two grids.
Definition at line 223 of file construct-isomorphism.C. |
|
||||||||||||||||||||
|
Convenience wrapper for general construct_isomorphism.
Definition at line 52 of file construct-isomorphism.h. |
|
||||||||||||||||||||||||||||
|
Extend a given isomorphism to the whole grid.
|
1.2.11-20011104 written by Dimitri van Heesch,
© 1997-2000