Defines | Functions

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

Defines

#define _DEBUG_HESSIAN
#define _DEBUG_FVAL
#define N   (G1H_FINALDEG+1)*(G1H_FINALDEG+1)
#define N   ((G1H_FINALDEG+1)*(G1H_FINALDEG+1))
#define EPSF   2.0e-4
#define EPSF   2.0e-4

Functions

boolean g1h_Q2NLExtFillHoled (GHoleDomaind *domain, const point3d *hole_cp, double *acoeff, void *usrptr, void(*outpatch)(int n, int m, const point3d *cp, void *usrptr))
boolean g1h_Q2NLExtFillHoleConstrd (GHoleDomaind *domain, CONST_ point3d *hole_cp, int nconstr, CONST_ vector3d *constr, double *acoeff, void *usrptr, void(*outpatch)(int n, int m, const point3d *cp, void *usrptr))
boolean g1h_Q2NLExtFillHoleAltConstrd (GHoleDomaind *domain, CONST_ point3d *hole_cp, int naconstr, CONST_ double *constr, double *acoeff, void *usrptr, void(*outpatch)(int n, int m, const point3d *cp, void *usrptr))

Define Documentation

#define _DEBUG_FVAL
#define _DEBUG_HESSIAN
#define EPSF   2.0e-4
#define EPSF   2.0e-4
#define N   ((G1H_FINALDEG+1)*(G1H_FINALDEG+1))
#define N   (G1H_FINALDEG+1)*(G1H_FINALDEG+1)

Function Documentation

boolean g1h_Q2NLExtFillHoleAltConstrd ( GHoleDomaind domain,
CONST_ point3d hole_cp,
int  naconstr,
CONST_ double *  constr,
double *  acoeff,
void *  usrptr,
void(*)(int n, int m, const point3d *cp, void *usrptr)  outpatch 
)
boolean g1h_Q2NLExtFillHoleConstrd ( GHoleDomaind domain,
CONST_ point3d hole_cp,
int  nconstr,
CONST_ vector3d constr,
double *  acoeff,
void *  usrptr,
void(*)(int n, int m, const point3d *cp, void *usrptr)  outpatch 
)
boolean g1h_Q2NLExtFillHoled ( GHoleDomaind domain,
const point3d hole_cp,
double *  acoeff,
void *  usrptr,
void(*)(int n, int m, const point3d *cp, void *usrptr)  outpatch 
)