#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 "eg1holef.h"
#include "eg1hprivatef.h"
#include "eg1herror.h"
Defines | |
#define | CONST_ |
#define | _DEBUG |
#define | QUAD_FACTOR 10 |
Functions | |
boolean | _g1h_TabBSFuncDer2f (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) |
void | _g1h_TensDer2f (float p, float pu, float puu, float q, float qv, float qvv, float *pq) |
boolean | _g1h_FuncDSuppf (int hole_k, int nk, int m1, int fn, int i, int *nzc, int *i0, int *i1, int *j0, int *j1) |
boolean | g1h_ComputeSplFormMatrixf (GHoleDomainf *domain) |
#define _DEBUG |
#define CONST_ |
#define QUAD_FACTOR 10 |
boolean _g1h_FuncDSuppf | ( | int | hole_k, | |
int | nk, | |||
int | m1, | |||
int | fn, | |||
int | i, | |||
int * | nzc, | |||
int * | i0, | |||
int * | i1, | |||
int * | j0, | |||
int * | j1 | |||
) |
boolean _g1h_TabBSFuncDer2f | ( | 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 | |||
) |
void _g1h_TensDer2f | ( | float | p, | |
float | pu, | |||
float | puu, | |||
float | q, | |||
float | qv, | |||
float | qvv, | |||
float * | pq | |||
) |
boolean g1h_ComputeSplFormMatrixf | ( | GHoleDomainf * | domain | ) |