Functions

eg2hcore10d.c File Reference

This graph shows which files directly or indirectly include this file:

Functions

boolean g2h_DecomposeMatrixd (GHoleDomaind *domain)
boolean _g2h_SetRightSided (GHoleDomaind *domain, int spdimen, CONST_ double *hole_cp, double *fc00, double *b)
boolean _g2h_OutputPatchesd (GHoleDomaind *domain, int spdimen, CONST_ double *x, double *fc00, void *usrptr, void(*outpatch)(int n, int m, const double *cp, void *usrptr))
boolean g2h_FillHoled (GHoleDomaind *domain, int spdimen, CONST_ double *hole_cp, double *acoeff, void *usrptr, void(*outpatch)(int n, int m, const double *cp, void *usrptr))
boolean g2h_FillHoleConstrd (GHoleDomaind *domain, int spdimen, CONST_ double *hole_cp, int nconstr, CONST_ double *constr, double *acoeff, void *usrptr, void(*outpatch)(int n, int m, const double *cp, void *usrptr))
boolean g2h_FillHoleAltConstrd (GHoleDomaind *domain, int spdimen, CONST_ double *hole_cp, int naconstr, CONST_ double *constr, double *acoeff, void *usrptr, void(*outpatch)(int n, int m, const double *cp, void *usrptr))

Function Documentation

boolean _g2h_OutputPatchesd ( GHoleDomaind domain,
int  spdimen,
CONST_ double *  x,
double *  fc00,
void *  usrptr,
void(*)(int n, int m, const double *cp, void *usrptr)  outpatch 
)
boolean _g2h_SetRightSided ( GHoleDomaind domain,
int  spdimen,
CONST_ double *  hole_cp,
double *  fc00,
double *  b 
)
boolean g2h_DecomposeMatrixd ( GHoleDomaind domain  ) 
boolean g2h_FillHoleAltConstrd ( GHoleDomaind domain,
int  spdimen,
CONST_ double *  hole_cp,
int  naconstr,
CONST_ double *  constr,
double *  acoeff,
void *  usrptr,
void(*)(int n, int m, const double *cp, void *usrptr)  outpatch 
)
boolean g2h_FillHoleConstrd ( GHoleDomaind domain,
int  spdimen,
CONST_ double *  hole_cp,
int  nconstr,
CONST_ double *  constr,
double *  acoeff,
void *  usrptr,
void(*)(int n, int m, const double *cp, void *usrptr)  outpatch 
)
boolean g2h_FillHoled ( GHoleDomaind domain,
int  spdimen,
CONST_ double *  hole_cp,
double *  acoeff,
void *  usrptr,
void(*)(int n, int m, const double *cp, void *usrptr)  outpatch 
)