|
Functions |
|
template<class Geom1 , class G2 , class Geom2 > |
| void | GrAL::ConstructGrid (Complex2D &destG, Geom1 &destGeom, G2 const &srcG, Geom2 const &srcGeom) |
|
template<class Geom1 , class G2 , class Geom2 , class VertexMap > |
| void | GrAL::ConstructGridV (Complex2D &destG, Geom1 &destGeom, G2 const &srcG, Geom2 const &srcGeom, VertexMap &VCorrG2_G1) |
|
template<class Geom1 , class G2 , class Geom2 , class VertexMap , class CellMap > |
| void | GrAL::ConstructGridVC (Complex2D &destG, Geom1 &destGeom, G2 const &srcG, Geom2 const &srcGeom, VertexMap &VCorrG2_G1, CellMap &CCorrG2_G1) |
|
template<class G2 , class VertexMap , class CellMap > |
| void | GrAL::ConstructGrid0 (Complex2D &destG, G2 const &srcG, VertexMap &VCorrG2_G1, CellMap &CCorrG2_G1) |
Detailed Description
Overloads of the templates in
Gral/Base/construct-grid.h - See also:
- ConstructGrid
Gral base module Generic grid copy operations