#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"
Data Structures | |
struct | _g2h_auxstr |
Defines | |
#define | CONST_ |
Functions | |
boolean | g2h_GetSymPatchMatrixf (GHoleDomainf *domain, float *patchmatrix) |
boolean | g2h_GetExtSymPatchMatrixf (GHoleDomainf *domain, float *patchmatrix) |
boolean | g2h_MatrixFillSymHolef (int hole_k, const float *patchmatrix, int spdimen, const float *hole_cp, void *usrptr, void(*outpatch)(int n, int m, const float *cp, void *usrptr)) |
#define CONST_ |
boolean g2h_GetExtSymPatchMatrixf | ( | GHoleDomainf * | domain, | |
float * | patchmatrix | |||
) |
boolean g2h_GetSymPatchMatrixf | ( | GHoleDomainf * | domain, | |
float * | patchmatrix | |||
) |
boolean g2h_MatrixFillSymHolef | ( | int | hole_k, | |
const float * | patchmatrix, | |||
int | spdimen, | |||
const float * | hole_cp, | |||
void * | usrptr, | |||
void(*)(int n, int m, const float *cp, void *usrptr) | outpatch | |||
) |