| /libCEED/tests/ |
| H A D | t354-basis.c | 8 static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { in Eval() 22 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
|
| H A D | t310-basis.c | 12 int i, dim = 2, p = 4, q = 4, len = (int)(pow((CeedScalar)(q), dim) + 0.4); in main() local
|
| H A D | t360-basis.c | 13 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
|
| H A D | t324-basis.c | 13 const CeedInt p = 6, q = 4, dim = 2; in main() local
|
| H A D | t363-basis.c | 13 const CeedInt p = 6, q = 4, dim = 2; in main() local
|
| H A D | t362-basis.c | 14 const CeedInt p = 6, q = 4, dim = 2; in main() local
|
| H A D | t332-basis.c | 13 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
|
| H A D | t331-basis.c | 13 const CeedInt p = 8, q = 3, dim = 2, num_qpts = q * q; in main() local
|
| H A D | t321-basis.c | 17 const CeedInt p = 6, q = 4, dim = 2; in main() local
|
| /libCEED/include/ceed/jit-source/gallery/ |
| H A D | ceed-vectorpoisson3dapply.h | 20 const CeedInt dim = 3, num_comp = 3; in Vector3Poisson3DApply() local
|
| H A D | ceed-poisson3dbuild.h | 21 const CeedInt dim = 3; in Poisson3DBuild() local
|
| H A D | ceed-vectorpoisson2dapply.h | 20 const CeedInt dim = 2, num_comp = 3; in Vector3Poisson2DApply() local
|
| /libCEED/examples/rust/ex3-volume-vector/src/ |
| H A D | opt.rs | 24 pub(crate) dim: usize, field
|
| /libCEED/examples/rust/ex3-volume/src/ |
| H A D | opt.rs | 24 pub(crate) dim: usize, field
|
| /libCEED/interface/ |
| H A D | ceed-basis.c | 267 CeedInt dim, q_comp = 1; in CeedBasisCreateProjectionMatrices() local 346 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisApplyCheckDims() local 400 CeedInt dim, num_comp, num_q_comp, num_nodes, P_1d = 1, Q_1d = 1, total_num_points = 0; in CeedBasisApplyAtPointsCheckDims() local 478 CeedInt dim, num_comp, P_1d = 1, Q_1d = 1, total_num_points = num_points[0]; in CeedBasisApplyAtPoints_Core() local 710 CeedInt P = num_nodes, Q = num_qpts, dim = 0; in CeedBasisCreateH1Fallback() local 898 CeedInt dim; in CeedBasisGetNumQuadratureComponents() local 944 CeedInt dim, num_comp, P_1d, Q_1d; in CeedBasisGetFlopsEstimate() local 1043 CeedInt dim, num_comp, q_comp, num_nodes, num_qpts; in CeedBasisGetFlopsEstimate() local 1093 int CeedBasisGetTopologyDimension(CeedElemTopology topo, CeedInt *dim) { in CeedBasisGetTopologyDimension() 1536 int CeedBasisCreateTensorH1(Ceed ceed, CeedInt dim, CeedInt num_comp, CeedInt P_1d, CeedInt Q_1d, c… in CeedBasisCreateTensorH1() [all …]
|
| /libCEED/backends/cuda-ref/ |
| H A D | ceed-cuda-ref-basis.c | 25 CeedInt Q_1d, dim; in CeedBasisApplyCore_Cuda() local 105 CeedInt Q_1d, dim, max_num_points = num_points[0]; in CeedBasisApplyAtPointsCore_Cuda() local 399 int CeedBasisCreateTensorH1_Cuda(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_… in CeedBasisCreateTensorH1_Cuda() 446 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/hip-ref/ |
| H A D | ceed-hip-ref-basis.c | 24 CeedInt Q_1d, dim; in CeedBasisApplyCore_Hip() local 104 CeedInt Q_1d, dim, max_num_points = num_points[0]; in CeedBasisApplyAtPointsCore_Hip() local 398 int CeedBasisCreateTensorH1_Hip(CeedInt dim, CeedInt P_1d, CeedInt Q_1d, const CeedScalar *interp_1… in CeedBasisCreateTensorH1_Hip() 445 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/examples/rust/ex1-volume-vector/src/ |
| H A D | opt.rs | 24 pub(crate) dim: usize, field
|
| /libCEED/examples/rust/ex2-surface/src/ |
| H A D | opt.rs | 24 pub(crate) dim: usize, field
|
| /libCEED/examples/rust/ex1-volume/src/ |
| H A D | opt.rs | 24 pub(crate) dim: usize, field
|
| /libCEED/examples/rust/ex2-surface-vector/src/ |
| H A D | opt.rs | 24 pub(crate) dim: usize, field
|
| /libCEED/examples/fluids/problems/ |
| H A D | advection.c | 29 PetscInt dim; in CreateKSPMassOperator_AdvectionStabilized() local 97 PetscInt dim; in NS_ADVECTION() local
|
| /libCEED/examples/petsc/src/ |
| H A D | swarmutils.c | 43 PetscInt dim; in DMSwarmCeedContextCreate() local 262 PetscInt num_points_per_cell_1d = round(cbrt(num_points_per_cell * 1.0)), dim = 3; in DMSwarmInitalizePointLocations() local 294 PetscInt dim = 3; in DMSwarmInitalizePointLocations() local 347 …PetscInt cell_start, cell_end, num_cells_local, dim, num_points_local, *cell_points, poi… in DMSwarmCreateReferenceCoordinates() local 591 PetscInt X_loc_len, dim; in SetupProblemSwarm() local
|
| /libCEED/examples/fluids/qfunctions/ |
| H A D | advection.h | 72 CEED_QFUNCTION_HELPER CeedInt Exact_AdvectionGeneric(CeedInt dim, CeedScalar time, const CeedScalar… in Exact_AdvectionGeneric() 257 …LPER CeedScalar Tau(AdvectionContext context, const State s, const CeedScalar *dXdx, CeedInt dim) { in Tau() 280 …onGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in IFunction_AdvectionGeneric() 365 …onGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in MassFunction_AdvectionGeneric() 420 …onGeneric(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in RHSFunction_AdvectionGeneric() 511 …wGeneric)(void *ctx, CeedInt Q, const CeedScalar *const *in, CeedScalar *const *out, CeedInt dim) { in Advection_InOutFlowGeneric()
|
| /libCEED/examples/deal.II/ |
| H A D | bps.h | 85 unsigned int dim; member
|