Defines | Functions

eg1hsplcore2d.c File Reference

#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 "eg1holed.h"
#include "eg1hprivated.h"
#include "eg1herror.h"
Include dependency graph for eg1hsplcore2d.c:

Defines

#define CONST_
#define _DEBUG
#define QUAD_FACTOR   10

Functions

boolean _g1h_TabBSFuncDer2d (int deg, int lastknot, const double *knots, int i0, int i1, int n, const double *tkn, int *fkn, int *lkn, double *b, double *bt, double *btt)
void _g1h_TensDer2d (double p, double pu, double puu, double q, double qv, double qvv, double *pq)
boolean _g1h_FuncDSuppd (int hole_k, int nk, int m1, int fn, int i, int *nzc, int *i0, int *i1, int *j0, int *j1)
boolean g1h_ComputeSplFormMatrixd (GHoleDomaind *domain)

Define Documentation

#define _DEBUG
#define CONST_
#define QUAD_FACTOR   10

Function Documentation

boolean _g1h_FuncDSuppd ( int  hole_k,
int  nk,
int  m1,
int  fn,
int  i,
int *  nzc,
int *  i0,
int *  i1,
int *  j0,
int *  j1 
)
boolean _g1h_TabBSFuncDer2d ( int  deg,
int  lastknot,
const double *  knots,
int  i0,
int  i1,
int  n,
const double *  tkn,
int *  fkn,
int *  lkn,
double *  b,
double *  bt,
double *  btt 
)
void _g1h_TensDer2d ( double  p,
double  pu,
double  puu,
double  q,
double  qv,
double  qvv,
double *  pq 
)
boolean g1h_ComputeSplFormMatrixd ( GHoleDomaind domain  )