#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"
Defines | |
| #define | N (G1H_FINALDEG+1)*(G1H_FINALDEG+1) |
| #define | EPSF 2.0e-4 |
| #define | EPSF 2.0e-4 |
Functions | |
| boolean | g1h_NLFillHoled (GHoleDomaind *domain, const point3d *hole_cp, double *acoeff, void *usrptr, void(*outpatch)(int n, int m, const point3d *cp, void *usrptr)) |
| boolean | g1h_NLFillHoleConstrd (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_ReflectAltConstrMatrixd (GHoleDomaind *domain, vector3d *reflv, double *RACmat) |
| boolean | g1h_NLFillHoleAltConstrd (GHoleDomaind *domain, const point3d *hole_cp, int nconstr, const double *constr, double *acoeff, void *usrptr, void(*outpatch)(int n, int m, const point3d *cp, void *usrptr)) |
| boolean | g1h_NLFunctionalValued (GHoleDomaind *domain, const point3d *hole_cp, const vector3d *acoeff, double *funcval) |
| #define EPSF 2.0e-4 |
| #define EPSF 2.0e-4 |
| #define N (G1H_FINALDEG+1)*(G1H_FINALDEG+1) |
| boolean _g1h_ReflectAltConstrMatrixd | ( | GHoleDomaind * | domain, | |
| vector3d * | reflv, | |||
| double * | RACmat | |||
| ) |
| boolean g1h_NLFillHoleAltConstrd | ( | GHoleDomaind * | domain, | |
| const point3d * | hole_cp, | |||
| int | nconstr, | |||
| const double * | constr, | |||
| double * | acoeff, | |||
| void * | usrptr, | |||
| void(*)(int n, int m, const point3d *cp, void *usrptr) | outpatch | |||
| ) |
| boolean g1h_NLFillHoleConstrd | ( | 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_NLFillHoled | ( | GHoleDomaind * | domain, | |
| const point3d * | hole_cp, | |||
| double * | acoeff, | |||
| void * | usrptr, | |||
| void(*)(int n, int m, const point3d *cp, void *usrptr) | outpatch | |||
| ) |
| boolean g1h_NLFunctionalValued | ( | GHoleDomaind * | domain, | |
| const point3d * | hole_cp, | |||
| const vector3d * | acoeff, | |||
| double * | funcval | |||
| ) |
1.7.1