Skip to content
Snippets Groups Projects
Commit 3d0daac4 authored by Tristan Carrier Baudouin's avatar Tristan Carrier Baudouin
Browse files

hexahedra

parent efbe305c
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
// bugs and problems to the public mailing list <gmsh@geuz.org>.
//
// Contributor(s):
// Tristan Carrier
// Tristan Carrier François Henrotte
#ifndef _DIRECTION_3D_H_
#define _DIRECTION_3D_H_
......@@ -42,6 +42,7 @@ class Frame_field{
static void init_region(GRegion*);
static void init_face(GFace*);
static bool translate(GFace*,MElementOctree*,MVertex*,SPoint2,SVector3&,SVector3&);
static bool improved_translate(GFace*,MVertex*,SVector3&,SVector3&);
static Matrix search(double,double,double);
static Matrix combine(double,double,double);
static bool inside_domain(MElementOctree*,double,double);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment