Home
last modified time | relevance | path

Searched refs:ncompx (Results 1 – 7 of 7) sorted by relevance

/libCEED/julia/LibCEED.jl/examples/
H A Dex2-surface.jl16 ncompx = dim
24 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS)
38 ncompx,
H A Dex1-volume.jl32 ncompx = dim
37 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS)
48 build_cartesian_restriction(ceed, dim, nxyz, mesh_order, ncompx, num_qpts)
H A Dex3-volume.jl32 ncompx = dim
37 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS)
48 build_cartesian_restriction(ceed, dim, nxyz, mesh_order, ncompx, num_qpts)
H A Dex1-volume-c.jl216 ncompx = dim
229 ncompx,
252 build_cartesian_restriction_c(ceed, dim, nxyz, mesh_order, ncompx, num_qpts)
295 C.CeedQFunctionAddInput(build_qfunc[], "dx", ncompx*dim, C.CEED_EVAL_GRAD)
/libCEED/examples/mfem/
H A Dbp1.hpp99 …CeedInt num_elem = mesh->GetNE(), dim = mesh->SpaceDimension(), ncompx = dim,… in CeedMassOperator() local
124 CeedQFunctionAddInput(build_qfunc, "dx", ncompx * dim, CEED_EVAL_GRAD); in CeedMassOperator()
H A Dbp3.hpp100 …CeedInt num_elem = mesh->GetNE(), dim = mesh->SpaceDimension(), ncompx = dim,… in CeedDiffusionOperator() local
125 CeedQFunctionAddInput(build_qfunc, "dx", ncompx * dim, CEED_EVAL_GRAD); in CeedDiffusionOperator()
/libCEED/examples/nek/bps/
H A Dbps.usr720 integer p,q,ncompx,ncompu,enode,lnode
777 ncompx=ldim
810 call ceedqfunctionaddinput(qf_setup,'x',ncompx,
812 call ceedqfunctionaddinput(qf_setup,'dx',ncompx*ldim,
1029 integer p,q,ncompx,ncompu,enode,lnode
1094 ncompx=ldim
1095 call ceedbasiscreatetensorh1lagrange(ceed,ldim,ncompx,p,q,
1129 call ceedqfunctionaddinput(qf_setup,'x',ncompx,
1131 call ceedqfunctionaddinput(qf_setup,'dx',ncompx*ldim,