Home
last modified time | relevance | path

Searched defs:dim (Results 176 – 190 of 190) sorted by relevance

12345678

/libCEED/rust/libceed/src/
H A Dbasis.rs435 let mut dim = 0; in dimension() localVariable
/libCEED/interface/
H A Dceed-preconditioning.c1016 CeedInt dim = 0, num_comp, num_input_fields, num_output_fields; in CeedOperatorMultigridLevelCreateSingle_Core() local
1286 CeedInt dim, CeedScalar *mass, CeedScalar *laplace) { in CeedBuildMassLaplace()
2792 CeedInt dim, num_comp, num_nodes_c, P_1d_f, P_1d_c; in CeedOperatorMultigridLevelCreateTensorH1() local
2856 CeedInt dim, num_comp, num_nodes_c, num_nodes_f; in CeedOperatorMultigridLevelCreateH1() local
2907 …CeedInt num_input_fields, P_1d, Q_1d, num_nodes, num_qpts, dim, num_comp = 1, num_ele… in CeedOperatorCreateFDMElementInverse() local
H A Dceed-fortran.c506 CEED_EXTERN void fCeedBasisCreateTensorH1Lagrange(int *ceed, int *dim, int *num_comp, int *P, int *… in fCeedBasisCreateTensorH1Lagrange()
521 CEED_EXTERN void fCeedBasisCreateTensorH1(int *ceed, int *dim, int *num_comp, int *P_1d, int *Q_1d,… in fCeedBasisCreateTensorH1()
H A Dceed-operator.c38 CeedInt dim = 1, num_comp = 1, q_comp = 1, rstr_num_comp = 1, size; in CeedOperatorCheckField() local
/libCEED/examples/petsc/include/
H A Dstructs.h89 PetscInt local_nodes, degree, q_extra, dim, num_comp_u, *mesh_elem; member
/libCEED/examples/fluids/qfunctions/
H A Dshocktube.h77 CEED_QFUNCTION_HELPER CeedInt Exact_ShockTube(CeedInt dim, CeedScalar time, const CeedScalar X[], C… in Exact_ShockTube()
H A Deulervortex.h64 CEED_QFUNCTION_HELPER int Exact_Euler(CeedInt dim, CeedScalar time, const CeedScalar X[], CeedInt N… in Exact_Euler()
/libCEED/backends/hip-gen/
H A Dceed-hip-gen-operator-build.cpp34 extern "C" int BlockGridCalculate_Hip_gen(const CeedInt dim, const CeedInt num_elem, const CeedInt … in BlockGridCalculate_Hip_gen()
229 CeedInt elem_size = 0, num_comp = 0, dim = max_dim, P_1d = 0; in CeedOperatorBuildKernelFieldData_Hip_gen() local
559 CeedInt dim = max_dim, elem_size = 0, num_comp = 0, P_1d = 0; in CeedOperatorBuildKernelBasis_Hip_gen() local
/libCEED/backends/sycl-ref/
H A Dceed-sycl-ref-operator.sycl.cpp637 …CeedInt num_input_fields, num_output_fields, num_eval_mode_in = 0, num_comp = 0, dim =… in CeedOperatorAssembleDiagonalSetup_Sycl() local
1002 …CeedInt num_input_fields, num_output_fields, num_eval_mode_in = 0, dim = 1, num_B_in_mats_to_load … in CeedOperatorAssembleSingleSetup_Sycl() local
/libCEED/backends/cuda-gen/
H A Dceed-cuda-gen-operator-build.cpp202 CeedInt elem_size = 0, num_comp = 0, dim = max_dim, P_1d = 0; in CeedOperatorBuildKernelFieldData_Cuda_gen() local
532 CeedInt dim = max_dim, elem_size = 0, num_comp = 0, P_1d = 0; in CeedOperatorBuildKernelBasis_Cuda_gen() local
/libCEED/examples/petsc/
H A Dbpsraw.c361 const CeedInt dim = 3, num_comp_x = 3; in main() local
/libCEED/examples/fluids/
H A Dnavierstokes.h232 CeedInt dim, q_data_size_vol, q_data_size_sur, jac_data_size_sur; member
/libCEED/julia/LibCEED.jl/src/generated/
H A Dlibceed_bindings.jl403 function CeedBasisCreateTensorH1Lagrange(ceed, dim, num_comp, P, Q, quad_mode, basis) argument
407 function CeedBasisCreateTensorH1(ceed, dim, num_comp, P_1d, Q_1d, interp_1d, grad_1d, q_ref_1d, q_w… argument
447 function CeedBasisGetDimension(basis, dim) argument
1126 function CeedBasisGetTopologyDimension(topo, dim) argument
/libCEED/backends/ref/
H A Dceed-ref-operator.c700 CeedInt dim; in CeedOperatorSetupFieldsAtPoints_Ref() local
/libCEED/include/
H A Dceed-impl.h212 CeedInt dim; /* topological dimension */ member

12345678