Home
last modified time | relevance | path

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

12345678

/libCEED/julia/LibCEED.jl/examples/
H A Dex1-volume-c.jl6 dim::CeedInt field
62 function get_cartesian_mesh_size_c(dim, order, prob_size) argument
86 dim, argument
160 function set_cartesian_mesh_coords_c(dim, nxyz, mesh_order, mesh_coords) argument
185 function transform_mesh_coords_c(dim, mesh_size, mesh_coords) argument
215 function run_ex1_c(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size) argument
H A Dcommon.jl1 function get_cartesian_mesh_size(dim, order, prob_size) argument
30 dim, argument
104 function set_cartesian_mesh_coords!(dim, nxyz, mesh_order, mesh_coords) argument
H A Dex3-volume.jl5 function transform_mesh_coords!(dim, mesh_size, mesh_coords) argument
31 function run_ex3(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size) argument
H A Dex2-surface.jl5 function transform_mesh_coords!(dim, mesh_size, mesh_coords) argument
15 function run_ex2(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
H A Dex1-volume.jl5 function transform_mesh_coords!(dim, mesh_size, mesh_coords) argument
31 function run_ex1(; ceed_spec, dim, mesh_order, sol_order, num_qpts, prob_size, gallery) argument
/libCEED/examples/python/
H A Dex_common.py59 def get_cartesian_mesh_size(dim, degree, prob_size): argument
91 def build_cartesian_restriction(ceed, dim, num_xyz, degree, num_comp, num_q_comp, num_qpts, create_… argument
156 def set_cartesian_mesh_coords(ceed, dim, num_xyz, mesh_degree, mesh_coords): argument
195 def transform_mesh_coords(dim, mesh_size, mesh_coords, use_sin=True): argument
/libCEED/examples/ceed/
H A Dex3-volume.c56 CeedInt dim = 3; // dimension of the mesh in main() local
283 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[dim]) { in GetCartesianMeshSize()
307 int BuildCartesianRestriction(Ceed ceed, CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt… in BuildCartesianRestriction()
356 int SetCartesianMeshCoords(CeedInt dim, CeedInt num_xyz[dim], CeedInt mesh_degree, CeedVector mesh_… in SetCartesianMeshCoords()
391 CeedScalar TransformMeshCoords(CeedInt dim, CeedInt mesh_size, CeedVector mesh_coords) { in TransformMeshCoords()
H A Dex1-volume.c57 CeedInt dim = 3; // dimension of the mesh in main() local
294 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[dim]) { in GetCartesianMeshSize()
318 int BuildCartesianRestriction(Ceed ceed, CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt… in BuildCartesianRestriction()
365 int SetCartesianMeshCoords(CeedInt dim, CeedInt num_xyz[dim], CeedInt mesh_degree, CeedVector mesh_… in SetCartesianMeshCoords()
401 CeedScalar TransformMeshCoords(CeedInt dim, CeedInt mesh_size, CeedVector mesh_coords) { in TransformMeshCoords()
H A Dex2-surface.c57 CeedInt dim = 3; // dimension of the mesh in main() local
314 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[3]) { in GetCartesianMeshSize()
338 int BuildCartesianRestriction(Ceed ceed, CeedInt dim, CeedInt num_xyz[3], CeedInt degree, CeedInt n… in BuildCartesianRestriction()
389 int SetCartesianMeshCoords(CeedInt dim, CeedInt num_xyz[3], CeedInt mesh_degree, CeedVector mesh_co… in SetCartesianMeshCoords()
424 CeedScalar TransformMeshCoords(CeedInt dim, CeedInt mesh_size, CeedVector mesh_coords) { in TransformMeshCoords()
/libCEED/examples/fluids/src/
H A Dqdata.c21 PetscInt num_comp_x, dim; in QDataGetNumComponents() local
78 PetscInt dim, height = 0; in QDataGet() local
128 PetscInt dim; in QDataBoundaryGetNumComponents() local
165 PetscInt dim, height = 1; in QDataBoundaryGet() local
/libCEED/examples/rust-qfunctions/
H A Dex1-volume.c58 CeedInt dim = 3; // dimension of the mesh in main() local
304 int GetCartesianMeshSize(CeedInt dim, CeedInt degree, CeedInt prob_size, CeedInt num_xyz[dim]) { in GetCartesianMeshSize()
328 int BuildCartesianRestriction(Ceed ceed, CeedInt dim, CeedInt num_xyz[dim], CeedInt degree, CeedInt… in BuildCartesianRestriction()
375 int SetCartesianMeshCoords(CeedInt dim, CeedInt num_xyz[dim], CeedInt mesh_degree, CeedVector mesh_… in SetCartesianMeshCoords()
411 CeedScalar TransformMeshCoords(CeedInt dim, CeedInt mesh_size, CeedVector mesh_coords) { in TransformMeshCoords()
H A Dex1-volume.h12 CeedInt dim, space_dim; member
/libCEED/examples/petsc/
H A Ddmswarm.c69 …PetscInt dim = 3, num_comp = 1, num_points = 1728, num_points_per_cell = 64, mesh_order … in main() local
98 PetscInt dim = 3, num_cells_total = 1; in main() local
273 PetscScalar EvalU_Poly(PetscInt dim, const PetscScalar x[]) { in EvalU_Poly()
286 PetscScalar EvalU_Tanh(PetscInt dim, const PetscScalar x[]) { in EvalU_Tanh()
296 PetscScalar EvalU_Sphere(PetscInt dim, const PetscScalar x[]) { in EvalU_Sphere()
302 PetscErrorCode EvalU_Poly_proj(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt num_comp, P… in EvalU_Poly_proj()
310 PetscErrorCode EvalU_Tanh_proj(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt num_comp, P… in EvalU_Tanh_proj()
318 PetscErrorCode EvalU_Sphere_proj(PetscInt dim, PetscReal t, const PetscReal x[], PetscInt num_comp,… in EvalU_Sphere_proj()
330 PetscInt dim, num_comp, cell_start, cell_end; in DMSwarmInterpolateFromCellToSwarm_Petsc() local
453 PetscInt dim, num_comp, cell_start, cell_end; in DMSwarmCheckSwarmValues() local
/libCEED/tests/
H A Dt361-basis.c8 static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { in Eval()
15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
31 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
H A Dt315-basis.c8 static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { in Eval()
15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
31 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
H A Dt314-basis.c8 static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { in Eval()
15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
31 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
H A Dt316-basis.c8 static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { in Eval()
15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
31 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
H A Dt365-basis.c8 static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { in Eval()
15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
31 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
H A Dt357-basis.c8 static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { in Eval()
15 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
31 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
H A Dt319-basis.c9 static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { in Eval()
16 static CeedScalar EvalGrad(CeedInt dim, const CeedScalar x[]) { in EvalGrad()
27 static CeedScalar GetTolerance(CeedScalarType scalar_type, int dim) { in GetTolerance()
38 static void VerifyProjectedBasis(CeedBasis basis_project, CeedInt dim, CeedInt p_to_dim, CeedInt p_… in VerifyProjectedBasis()
116 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
H A Dt356-basis.c8 static CeedScalar Eval(CeedInt dim, const CeedScalar x[]) { in Eval()
17 static CeedScalar EvalGrad(CeedInt dim, const CeedScalar x[], CeedInt direction) { in EvalGrad()
32 for (CeedInt dim = 1; dim <= 3; dim++) { in main() local
/libCEED/examples/python/qfunctions/
H A Dex-common.h13 CeedInt dim, space_dim; member
/libCEED/examples/solids/src/
H A Dboundary.c23 PetscErrorCode BCMMS(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt num… in BCMMS()
42 PetscErrorCode BCClamp(PetscInt dim, PetscReal load_increment, const PetscReal coords[], PetscInt n… in BCClamp()
/libCEED/gallery/poisson/
H A Dceed-poisson1dapply.c23 const CeedInt dim = 1; in CeedQFunctionInit_Poisson1DApply() local
H A Dceed-poisson1dbuild.c23 const CeedInt dim = 1; in CeedQFunctionInit_Poisson1DBuild() local

12345678