#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"
Data Structures | |
struct | _g1h_auxstr |
Defines | |
#define | CONST_ |
Functions | |
boolean | g1h_GetSymPatchMatrixd (GHoleDomaind *domain, double *patchmatrix) |
boolean | g1h_GetExtSymPatchMatrixd (GHoleDomaind *domain, double *patchmatrix) |
boolean | g1h_Q2GetSymPatchMatrixd (GHoleDomaind *domain, double *patchmatrix) |
boolean | g1h_Q2GetExtSymPatchMatrixd (GHoleDomaind *domain, double *patchmatrix) |
boolean | g1h_MatrixFillSymHoled (int hole_k, const double *patchmatrix, int spdimen, const double *hole_cp, void *usrptr, void(*outpatch)(int n, int m, const double *cp, void *usrptr)) |
#define CONST_ |
boolean g1h_GetExtSymPatchMatrixd | ( | GHoleDomaind * | domain, | |
double * | patchmatrix | |||
) |
boolean g1h_GetSymPatchMatrixd | ( | GHoleDomaind * | domain, | |
double * | patchmatrix | |||
) |
boolean g1h_MatrixFillSymHoled | ( | int | hole_k, | |
const double * | patchmatrix, | |||
int | spdimen, | |||
const double * | hole_cp, | |||
void * | usrptr, | |||
void(*)(int n, int m, const double *cp, void *usrptr) | outpatch | |||
) |
boolean g1h_Q2GetExtSymPatchMatrixd | ( | GHoleDomaind * | domain, | |
double * | patchmatrix | |||
) |
boolean g1h_Q2GetSymPatchMatrixd | ( | GHoleDomaind * | domain, | |
double * | patchmatrix | |||
) |