gmsh-TingyuanDoc  0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
GeoInterpolation.h File Reference
#include "SPoint2.h"
Include dependency graph for GeoInterpolation.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Vertex InterpolateCurve (Curve *Curve, double u, int derivee)
 
Vertex InterpolateSurface (Surface *s, double u, double v, int derivee, int u_v)
 
SPoint2 InterpolateCubicSpline (Vertex *v[4], double t, double mat[4][4], double t1, double t2, gmshSurface *s, int derivee)
 

Function Documentation

◆ InterpolateCubicSpline()

SPoint2 InterpolateCubicSpline ( Vertex v[4],
double  t,
double  mat[4][4],
double  t1,
double  t2,
gmshSurface s,
int  derivee 
)

Definition at line 106 of file GeoInterpolation.cpp.

◆ InterpolateCurve()

Vertex InterpolateCurve ( Curve Curve,
double  u,
int  derivee 
)

◆ InterpolateSurface()

Vertex InterpolateSurface ( Surface s,
double  u,
double  v,
int  derivee,
int  u_v 
)

Definition at line 958 of file GeoInterpolation.cpp.

Referenced by gmshFace::firstDer(), InterpolateSurface(), intersectCS(), gmshFace::normal(), gmshFace::point(), ProjectPointOnSurface(), projectPS(), and gmshFace::secondDer().

Here is the call graph for this function:
Here is the caller graph for this function: