#include <math.h>
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include "pkvaria.h"
#include "pknum.h"
#include "pkgeom.h"
#include "multibs.h"
#include "eg2holef.h"
#include "eg2hprivatef.h"
#include "eg2herror.h"
Defines | |
#define | CONST_ |
#define | _DEBUG |
#define | QUAD_FACTOR 10 |
Functions | |
boolean | _g2h_TabBSFuncDer3f (int deg, int lastknot, const float *knots, int i0, int i1, int n, const float *tkn, int *fkn, int *lkn, float *b, float *bt, float *btt, float *bttt) |
void | _g2h_TensDer3f (float p, float pu, float puu, float puuu, float q, float qv, float qvv, float qvvv, float *pq) |
void | _g2h_TabSplCLaplacianGradf (int nkn, int fknp, int lknp, const float *tp, const float *tpu, const float *tpuu, const float *tpuuu, int fknq, int lknq, const float *tq, const float *tqv, const float *tqvv, const float *tqvvv, const float *trd, vector2f *lgr) |
boolean | _g2h_FuncDSuppf (int hole_k, int nk, int m1, int fn, int i, int *nzc, int *i0, int *i1, int *j0, int *j1) |
float | _g2h_SplIntegralf (int nkn, float *jac, int i00, int i01, int j00, int j01, vector2f *func0, int i10, int i11, int j10, int j11, vector2f *func1) |
boolean | g2h_ComputeSplFormMatrixf (GHoleDomainf *domain) |
#define _DEBUG |
#define CONST_ |
#define QUAD_FACTOR 10 |
boolean _g2h_FuncDSuppf | ( | int | hole_k, | |
int | nk, | |||
int | m1, | |||
int | fn, | |||
int | i, | |||
int * | nzc, | |||
int * | i0, | |||
int * | i1, | |||
int * | j0, | |||
int * | j1 | |||
) |
float _g2h_SplIntegralf | ( | int | nkn, | |
float * | jac, | |||
int | i00, | |||
int | i01, | |||
int | j00, | |||
int | j01, | |||
vector2f * | func0, | |||
int | i10, | |||
int | i11, | |||
int | j10, | |||
int | j11, | |||
vector2f * | func1 | |||
) |
boolean _g2h_TabBSFuncDer3f | ( | int | deg, | |
int | lastknot, | |||
const float * | knots, | |||
int | i0, | |||
int | i1, | |||
int | n, | |||
const float * | tkn, | |||
int * | fkn, | |||
int * | lkn, | |||
float * | b, | |||
float * | bt, | |||
float * | btt, | |||
float * | bttt | |||
) |
void _g2h_TabSplCLaplacianGradf | ( | int | nkn, | |
int | fknp, | |||
int | lknp, | |||
const float * | tp, | |||
const float * | tpu, | |||
const float * | tpuu, | |||
const float * | tpuuu, | |||
int | fknq, | |||
int | lknq, | |||
const float * | tq, | |||
const float * | tqv, | |||
const float * | tqvv, | |||
const float * | tqvvv, | |||
const float * | trd, | |||
vector2f * | lgr | |||
) |
void _g2h_TensDer3f | ( | float | p, | |
float | pu, | |||
float | puu, | |||
float | puuu, | |||
float | q, | |||
float | qv, | |||
float | qvv, | |||
float | qvvv, | |||
float * | pq | |||
) |
boolean g2h_ComputeSplFormMatrixf | ( | GHoleDomainf * | domain | ) |