|
gmsh-TingyuanDoc
0.1
An Open-Source Timing-driven Analytical Mixed-size FPGA Placer
|
#include <BergotBasis.h>
Public Member Functions | |
| BergotBasis (int p, bool incpl=false) | |
| virtual | ~BergotBasis () |
| void | f (double u, double v, double w, double *val) const |
| void | df (double u, double v, double w, double grads[][3]) const |
| void | initialize () |
| bool | validIJ (int i, int j) const |
Private Attributes | |
| int | order |
| bool | incomplete |
| serendipity interpolation More... | |
Definition at line 17 of file BergotBasis.h.
| BergotBasis::BergotBasis | ( | int | p, |
| bool | incpl = false |
||
| ) |
|
virtual |
Definition at line 18 of file BergotBasis.cpp.
| void BergotBasis::df | ( | double | u, |
| double | v, | ||
| double | w, | ||
| double | grads[][3] | ||
| ) | const |
Definition at line 80 of file BergotBasis.cpp.
Referenced by pyramidalBasis::df().


| void BergotBasis::f | ( | double | u, |
| double | v, | ||
| double | w, | ||
| double * | val | ||
| ) | const |
Definition at line 33 of file BergotBasis.cpp.
Referenced by pyramidalBasis::f(), and pyramidalBasis::pyramidalBasis().


|
inline |
Definition at line 25 of file BergotBasis.h.
| bool BergotBasis::validIJ | ( | int | i, |
| int | j | ||
| ) | const |
Definition at line 20 of file BergotBasis.cpp.
Referenced by df(), f(), and pyramidalBasis::pyramidalBasis().

|
private |
serendipity interpolation
Definition at line 32 of file BergotBasis.h.
Referenced by BergotBasis(), and validIJ().
|
private |
maximal order of surrounding functional spaces (on triangle / quad)
Definition at line 30 of file BergotBasis.h.
Referenced by BergotBasis(), df(), f(), and validIJ().