Home
last modified time | relevance | path

Searched defs:nqpts (Results 1 – 7 of 7) sorted by relevance

/libCEED/python/
H A Dceed_basis.py306 nqpts, interp, grad, qref, qweight): argument
347 nqpts, interp, grad, qref, qweight): argument
388 nqpts, interp, grad, qref, qweight): argument
H A Dceed.py488 def BasisH1(self, topo, ncomp, nnodes, nqpts, interp, grad, qref, qweight): argument
514 def BasisHdiv(self, topo, ncomp, nnodes, nqpts, interp, div, qref, qweight): argument
540 def BasisHcurl(self, topo, ncomp, nnodes, nqpts, argument
/libCEED/julia/LibCEED.jl/src/
H A DBasis.jl139 nqpts, argument
197 nqpts, argument
255 nqpts, argument
/libCEED/examples/mfem/
H A Dbp1.hpp99 …t num_elem = mesh->GetNE(), dim = mesh->SpaceDimension(), ncompx = dim, nqpts; in CeedMassOperator() local
H A Dbp3.hpp100 …t num_elem = mesh->GetNE(), dim = mesh->SpaceDimension(), ncompx = dim, nqpts; in CeedDiffusionOperator() local
/libCEED/interface/
H A Dceed-fortran.c539 CEED_EXTERN void fCeedBasisCreateH1(int *ceed, int *topo, int *num_comp, int *nnodes, int *nqpts, c… in fCeedBasisCreateH1()
556 CEED_EXTERN void fCeedBasisCreateHdiv(int *ceed, int *topo, int *num_comp, int *nnodes, int *nqpts,… in fCeedBasisCreateHdiv()
573 CEED_EXTERN void fCeedBasisCreateHcurl(int *ceed, int *topo, int *num_comp, int *nnodes, int *nqpts in fCeedBasisCreateHcurl()
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl411 function CeedBasisCreateH1(ceed, topo, num_comp, num_nodes, nqpts, interp, grad, q_ref, q_weights, … argument
415 function CeedBasisCreateHdiv(ceed, topo, num_comp, num_nodes, nqpts, interp, div, q_ref, q_weights,… argument
419 function CeedBasisCreateHcurl(ceed, topo, num_comp, num_nodes, nqpts, interp, curl, q_ref, q_weight… argument