Home
last modified time | relevance | path

Searched defs:nnodes (Results 1 – 5 of 5) sorted by relevance

/libCEED/python/
H A Dceed_basis.py305 def __init__(self, ceed, topo, ncomp, nnodes, argument
346 def __init__(self, ceed, topo, ncomp, nnodes, argument
387 def __init__(self, ceed, topo, ncomp, nnodes, 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.jl138 nnodes, argument
196 nnodes, argument
254 nnodes, argument
/libCEED/rust/libceed/src/
H A Dbasis.rs475 let mut nnodes = 0; in num_nodes() localVariable
/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()