Defines | Functions

eg2hnonlin4f.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 "eg2holef.h"
#include "eg2hprivatef.h"
#include "eg2herror.h"
Include dependency graph for eg2hnonlin4f.c:

Defines

#define _DEBUG_HESSIAN
#define EPSF   2.0e-4
#define EPSF   2.0e-4

Functions

boolean g2h_NLSplFillHolef (GHoleDomainf *domain, const point3f *hole_cp, float *acoeff, void *usrptr, void(*outpatch)(int n, int lknu, const float *knu, int m, int lknv, const float *knv, const point3f *cp, void *usrptr))
boolean g2h_NLSplFillHoleConstrf (GHoleDomainf *domain, const point3f *hole_cp, int nconstr, const vector3f *constr, float *acoeff, void *usrptr, void(*outpatch)(int n, int lknu, const float *knu, int m, int lknv, const float *knv, const point3f *cp, void *usrptr))
boolean g2h_NLSplFillHoleAltConstrf (GHoleDomainf *domain, const point3f *hole_cp, int naconstr, const float *constr, float *acoeff, void *usrptr, void(*outpatch)(int n, int lknu, const float *knu, int m, int lknv, const float *knv, const point3f *cp, void *usrptr))

Define Documentation

#define _DEBUG_HESSIAN
#define EPSF   2.0e-4
#define EPSF   2.0e-4

Function Documentation

boolean g2h_NLSplFillHoleAltConstrf ( GHoleDomainf domain,
const point3f hole_cp,
int  naconstr,
const float *  constr,
float *  acoeff,
void *  usrptr,
void(*)(int n, int lknu, const float *knu, int m, int lknv, const float *knv, const point3f *cp, void *usrptr)  outpatch 
)
boolean g2h_NLSplFillHoleConstrf ( GHoleDomainf domain,
const point3f hole_cp,
int  nconstr,
const vector3f constr,
float *  acoeff,
void *  usrptr,
void(*)(int n, int lknu, const float *knu, int m, int lknv, const float *knv, const point3f *cp, void *usrptr)  outpatch 
)
boolean g2h_NLSplFillHolef ( GHoleDomainf domain,
const point3f hole_cp,
float *  acoeff,
void *  usrptr,
void(*)(int n, int lknu, const float *knu, int m, int lknv, const float *knv, const point3f *cp, void *usrptr)  outpatch 
)