Home
last modified time | relevance | path

Searched defs:scalar_type (Results 1 – 10 of 10) sorted by relevance

/libCEED/tests/
H A Dt361-basis.c15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
96 CeedScalarType scalar_type; in main() local
H A Dt315-basis.c15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
94 CeedScalarType scalar_type; in main() local
H A Dt314-basis.c15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
94 CeedScalarType scalar_type; in main() local
H A Dt316-basis.c15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
94 CeedScalarType scalar_type; in main() local
H A Dt365-basis.c15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
102 CeedScalarType scalar_type; in main() local
H A Dt357-basis.c15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
100 CeedScalarType scalar_type; in main() local
H A Dt319-basis.c27 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
43 CeedScalarType scalar_type; in VerifyProjectedBasis() local
/libCEED/python/
H A Dceed.py107 def scalar_type(self): member in Ceed
/libCEED/interface/
H A Dceed.c1899 int CeedGetScalarType(CeedScalarType *scalar_type) { in CeedGetScalarType()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl179 function CeedGetScalarType(scalar_type) argument