#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 "eg2holed.h"
#include "eg2hprivated.h"
#include "eg2herror.h"
Defines | |
#define | N (G2H_FINALDEG+1)*(G2H_FINALDEG+1) |
#define | N ((G2H_FINALDEG+1)*(G2H_FINALDEG+1)) |
#define | SCALE (1.0/(double)G2_NQUADSQ) |
#define | SCALE (1.0/(double)G2_NQUADSQ) |
#define | SCALE (1.0/(double)G2_NQUADSQ) |
#define | EPSF 2.0e-4 |
#define | EPSF 2.0e-4 |
Functions | |
boolean | g2h_NLExtFillHoled (GHoleDomaind *domain, const point3d *hole_cp, double *acoeff, void *usrptr, void(*outpatch)(int n, int m, const point3d *cp, void *usrptr)) |
boolean | g2h_NLExtFillHoleConstrd (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 | g2h_NLExtFillHoleAltConstrd (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)) |
boolean | g2h_NLExtFunctionalValued (GHoleDomaind *domain, const point3d *hole_cp, const vector3d *acoeff, double *funcval) |
#define EPSF 2.0e-4 |
#define EPSF 2.0e-4 |
#define N ((G2H_FINALDEG+1)*(G2H_FINALDEG+1)) |
#define N (G2H_FINALDEG+1)*(G2H_FINALDEG+1) |
#define SCALE (1.0/(double)G2_NQUADSQ) |
#define SCALE (1.0/(double)G2_NQUADSQ) |
#define SCALE (1.0/(double)G2_NQUADSQ) |
boolean g2h_NLExtFillHoleAltConstrd | ( | 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 g2h_NLExtFillHoleConstrd | ( | 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 g2h_NLExtFillHoled | ( | GHoleDomaind * | domain, | |
const point3d * | hole_cp, | |||
double * | acoeff, | |||
void * | usrptr, | |||
void(*)(int n, int m, const point3d *cp, void *usrptr) | outpatch | |||
) |
boolean g2h_NLExtFunctionalValued | ( | GHoleDomaind * | domain, | |
const point3d * | hole_cp, | |||
const vector3d * | acoeff, | |||
double * | funcval | |||
) |