Data Structures | Defines | Functions

eg1hsymmatrixf.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 "eg1holef.h"
#include "eg1hprivatef.h"
#include "eg1herror.h"
Include dependency graph for eg1hsymmatrixf.c:

Data Structures

struct  _g1h_auxstr

Defines

#define CONST_

Functions

boolean g1h_GetSymPatchMatrixf (GHoleDomainf *domain, float *patchmatrix)
boolean g1h_GetExtSymPatchMatrixf (GHoleDomainf *domain, float *patchmatrix)
boolean g1h_Q2GetSymPatchMatrixf (GHoleDomainf *domain, float *patchmatrix)
boolean g1h_Q2GetExtSymPatchMatrixf (GHoleDomainf *domain, float *patchmatrix)
boolean g1h_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 Documentation

#define CONST_

Function Documentation

boolean g1h_GetExtSymPatchMatrixf ( GHoleDomainf domain,
float *  patchmatrix 
)
boolean g1h_GetSymPatchMatrixf ( GHoleDomainf domain,
float *  patchmatrix 
)
boolean g1h_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 
)
boolean g1h_Q2GetExtSymPatchMatrixf ( GHoleDomainf domain,
float *  patchmatrix 
)
boolean g1h_Q2GetSymPatchMatrixf ( GHoleDomainf domain,
float *  patchmatrix 
)