forked from pcoulier/hbemfun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
bemintsingaxi.h
16 lines (16 loc) · 992 Bytes
/
bemintsingaxi.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#ifndef _BEMINTSINGAXI_
#define _BEMINTSINGAXI_
void bemintsingaxi(const double* const Nod, const unsigned int& nNod,
const double* const Elt, const unsigned int& iElt,
const unsigned int& nElt,
const unsigned int* const TypeID, const unsigned int* const nKeyOpt,
const char* const TypeName[], const char* const TypeKeyOpts[],
const unsigned int& nEltType, const double* const Coll,
const unsigned int& nColl, const unsigned int& iColl,
const unsigned int* const EltCollIndex, const unsigned int& nDof,
const void* const* const greenPtr,
const unsigned int& nGrSet, const bool& ugCmplx,
const bool& tgCmplx, const bool& tg0Cmplx, double* const URe,
double* const UIm, double* const TRe, double* const TIm,
const bool& UmatOut,const bool& TmatOut);
#endif