Searched refs:ncompx (Results 1 – 7 of 7) sorted by relevance
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex2-surface.jl | 16 ncompx = dim 24 create_tensor_h1_lagrange_basis(ceed, dim, ncompx, mesh_order + 1, num_qpts, GAUSS) 38 ncompx,
|
| H A D | ex1-volume.jl | 32 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 D | ex3-volume.jl | 32 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 D | ex1-volume-c.jl | 216 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 D | bp1.hpp | 99 …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 D | bp3.hpp | 100 …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 D | bps.usr | 720 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,
|