Data Structures | Defines | Functions

eg2hsymmatrixd.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 "eg2holed.h"
#include "eg2hprivated.h"
#include "eg2herror.h"
Include dependency graph for eg2hsymmatrixd.c:

Data Structures

struct  _g2h_auxstr

Defines

#define CONST_

Functions

boolean g2h_GetSymPatchMatrixd (GHoleDomaind *domain, double *patchmatrix)
boolean g2h_GetExtSymPatchMatrixd (GHoleDomaind *domain, double *patchmatrix)
boolean g2h_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 Documentation

#define CONST_

Function Documentation

boolean g2h_GetExtSymPatchMatrixd ( GHoleDomaind domain,
double *  patchmatrix 
)
boolean g2h_GetSymPatchMatrixd ( GHoleDomaind domain,
double *  patchmatrix 
)
boolean g2h_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 
)