Functions

eg1hcore9d.c File Reference

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

Functions

boolean g1h_DecomposeMatrixd (GHoleDomaind *domain)
boolean _g1h_SetRightSided (GHoleDomaind *domain, const double *Bmat, int spdimen, CONST_ double *hole_cp, double *fc00, double *b)
boolean _g1h_OutputPatchesd (GHoleDomaind *domain, int spdimen, CONST_ double *x, double *fc00, void *usrptr, void(*outpatch)(int n, int m, const double *cp, void *usrptr))
boolean g1h_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 g1h_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 g1h_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 _g1h_OutputPatchesd ( GHoleDomaind domain,
int  spdimen,
CONST_ double *  x,
double *  fc00,
void *  usrptr,
void(*)(int n, int m, const double *cp, void *usrptr)  outpatch 
)
boolean _g1h_SetRightSided ( GHoleDomaind domain,
const double *  Bmat,
int  spdimen,
CONST_ double *  hole_cp,
double *  fc00,
double *  b 
)
boolean g1h_DecomposeMatrixd ( GHoleDomaind domain  ) 
boolean g1h_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 g1h_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 g1h_FillHoled ( GHoleDomaind domain,
int  spdimen,
CONST_ double *  hole_cp,
double *  acoeff,
void *  usrptr,
void(*)(int n, int m, const double *cp, void *usrptr)  outpatch 
)