Home
last modified time | relevance | path

Searched defs:topo (Results 1 – 15 of 15) 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/backends/ref/
H A Dceed-ref-basis.c311 int CeedBasisCreateH1_Ref(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, … in CeedBasisCreateH1_Ref()
333 int CeedBasisCreateHdiv_Ref(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts… in CeedBasisCreateHdiv_Ref()
355 int CeedBasisCreateHcurl_Ref(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpt… in CeedBasisCreateHcurl_Ref()
/libCEED/interface/
H A Dceed-basis.c708 int CeedBasisCreateH1Fallback(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes… in CeedBasisCreateH1Fallback()
1093 int CeedBasisGetTopologyDimension(CeedElemTopology topo, CeedInt *dim) { in CeedBasisGetTopologyDimension()
1553 …CeedElemTopology topo = dim == 1 ? CEED_TOPOLOGY_LINE : dim == 2 ? CEED_TOPOLOGY_QUAD : CEED_TOPOL… in CeedBasisCreateTensorH1() local
1673 int CeedBasisCreateH1(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, CeedIn… in CeedBasisCreateH1()
1732 int CeedBasisCreateHdiv(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, Ceed… in CeedBasisCreateHdiv()
1791 int CeedBasisCreateHcurl(Ceed ceed, CeedElemTopology topo, CeedInt num_comp, CeedInt num_nodes, Cee… in CeedBasisCreateHcurl()
1886 CeedElemTopology topo; in CeedBasisCreateProjection() local
1964 CeedElemTopology topo; in CeedBasisView() local
2210 int CeedBasisGetTopology(CeedBasis basis, CeedElemTopology *topo) { in CeedBasisGetTopology()
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()
H A Dceed-preconditioning.c2858 CeedElemTopology topo; in CeedOperatorMultigridLevelCreateH1() local
/libCEED/backends/hip-ref/
H A Dceed-hip-ref-basis.c445 int CeedBasisCreateH1_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts, … in CeedBasisCreateH1_Hip()
500 int CeedBasisCreateHdiv_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts… in CeedBasisCreateHdiv_Hip()
555 int CeedBasisCreateHcurl_Hip(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpt… in CeedBasisCreateHcurl_Hip()
/libCEED/backends/cuda-ref/
H A Dceed-cuda-ref-basis.c446 int CeedBasisCreateH1_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts,… in CeedBasisCreateH1_Cuda()
501 int CeedBasisCreateHdiv_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpt… in CeedBasisCreateHdiv_Cuda()
556 int CeedBasisCreateHcurl_Cuda(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qp… in CeedBasisCreateHcurl_Cuda()
/libCEED/backends/magma/
H A Dceed-magma-basis.c642 int CeedBasisCreateH1_Magma(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts… in CeedBasisCreateH1_Magma()
706 int CeedBasisCreateHdiv_Magma(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qp… in CeedBasisCreateHdiv_Magma()
770 int CeedBasisCreateHcurl_Magma(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_q… in CeedBasisCreateHcurl_Magma()
/libCEED/tests/
H A Dt319-basis.c157 CeedElemTopology topo; in main() local
/libCEED/backends/cuda-shared/
H A Dceed-cuda-shared-basis.c662 int CeedBasisCreateH1_Cuda_shared(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt nu… in CeedBasisCreateH1_Cuda_shared()
/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
451 function CeedBasisGetTopology(basis, topo) argument
1126 function CeedBasisGetTopologyDimension(topo, dim) argument
/libCEED/backends/hip-shared/
H A Dceed-hip-shared-basis.c728 int CeedBasisCreateH1_Hip_shared(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num… in CeedBasisCreateH1_Hip_shared()
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-basis.sycl.cpp631 int CeedBasisCreateH1_Sycl(CeedElemTopology topo, CeedInt dim, CeedInt num_nodes, CeedInt num_qpts,… in CeedBasisCreateH1_Sycl()
/libCEED/include/
H A Dceed-impl.h213 CeedElemTopology topo; /* element topology */ member