#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"
Functions | |
| int | g1h_V0SpaceDimf (GHoleDomainf *domain) |
| boolean | g1h_GetBPDerivativesf (GHoleDomainf *domain, int cno, float *val) |
| boolean | g1h_GetBFuncPatchf (GHoleDomainf *domain, int fn, int pn, float *bp) |
| boolean | g1h_SetConstraintMatrixf (GHoleDomainf *domain, int nconstr, const float *cmat) |
| boolean | g1h_SetAltConstraintMatrixf (GHoleDomainf *domain, int spdimen, int naconstr, const float *acmat) |
| boolean g1h_GetBFuncPatchf | ( | GHoleDomainf * | domain, | |
| int | fn, | |||
| int | pn, | |||
| float * | bp | |||
| ) |
| boolean g1h_GetBPDerivativesf | ( | GHoleDomainf * | domain, | |
| int | cno, | |||
| float * | val | |||
| ) |
| boolean g1h_SetAltConstraintMatrixf | ( | GHoleDomainf * | domain, | |
| int | spdimen, | |||
| int | naconstr, | |||
| const float * | acmat | |||
| ) |
| boolean g1h_SetConstraintMatrixf | ( | GHoleDomainf * | domain, | |
| int | nconstr, | |||
| const float * | cmat | |||
| ) |
| int g1h_V0SpaceDimf | ( | GHoleDomainf * | domain | ) |
1.7.1