Skip to content
Snippets Groups Projects
Commit 12465c7d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent a7a1a9c1
No related branches found
No related tags found
No related merge requests found
// $Id: meshGRegionTransfinite.cpp,v 1.2 2006-12-02 20:18:20 geuzaine Exp $
// $Id: meshGRegionTransfinite.cpp,v 1.3 2006-12-02 21:16:49 geuzaine Exp $
//
// Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
//
......@@ -48,13 +48,15 @@
- only works with 5- or 6-face volumes
- the definition of a prismatic volume has to follow the ordering
given in the figure above (degenerescence has to be along s0,s4)
- the faces have to be meshed with the 2D transfinite algorithm
- meshing a hex volume with prisms or tetrahedra assumes that the
surface mesh 1) triangles on opposing faces match and 2) has been
produced with the 2D transfinite algorithm with 'Right' orientation
(not 'left' or 'Alternate')
- the definition of a 5-face volume has to follow the ordering given
in the figure above (degenerescence has to be along s0,s4)
- meshing a volume with prisms or tetrahedra assumes that the
triangular mesh is consistent with the volume mesh: there is no
coherence check in the volume algorithm to ensure that edges will
match.
*/
#define CREATE_HEX new MHexahedron(tab[(i) + N_i*(j) + N_i*N_j*(k)], \
......
......
......@@ -45,8 +45,8 @@ Transfinite Surface {22} = {4,7,6,3};
Transfinite Surface {20} = {3,2,5,6};
Transfinite Surface {18} = {4,2,5,7};
Transfinite Surface {24} = {3,4,2};
Transfinite Surface {26} = {6,7,5};
Transfinite Surface {24} = {3,4,2} Left;
Transfinite Surface {26} = {6,7,5} Left;
Recombine Surface {18,20,22};
/*
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment