| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | ex1-volume-c.jl | 6 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 D | common.jl | 1 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 D | ex3-volume.jl | 5 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 D | ex2-surface.jl | 5 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 D | ex1-volume.jl | 5 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 D | ex_common.py | 59 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 D | ex3-volume.c | 56 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 D | ex1-volume.c | 57 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 D | ex2-surface.c | 57 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 D | qdata.c | 21 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 D | ex1-volume.c | 58 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 D | ex1-volume.h | 12 CeedInt dim, space_dim; member
|
| /libCEED/examples/petsc/ |
| H A D | dmswarm.c | 69 …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 D | t361-basis.c | 8 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 D | t315-basis.c | 8 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 D | t314-basis.c | 8 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 D | t316-basis.c | 8 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 D | t365-basis.c | 8 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 D | t357-basis.c | 8 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 D | t319-basis.c | 9 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 D | t356-basis.c | 8 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 D | ex-common.h | 13 CeedInt dim, space_dim; member
|
| /libCEED/examples/solids/src/ |
| H A D | boundary.c | 23 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 D | ceed-poisson1dapply.c | 23 const CeedInt dim = 1; in CeedQFunctionInit_Poisson1DApply() local
|
| H A D | ceed-poisson1dbuild.c | 23 const CeedInt dim = 1; in CeedQFunctionInit_Poisson1DBuild() local
|