Searched defs:order (Results 1 – 7 of 7) sorted by relevance
| /libCEED/julia/LibCEED.jl/examples/ |
| H A D | common.jl | 1 function get_cartesian_mesh_size(dim, order, prob_size) argument 32 order, argument
|
| H A D | ex1-volume-c.jl | 62 function get_cartesian_mesh_size_c(dim, order, prob_size) argument 88 order, argument
|
| /libCEED/examples/mfem/ |
| H A D | bp1.hpp | 35 const int order = fes->GetOrder(0); in FESpace2Ceed() local 96 const int order = fes->GetOrder(0); in CeedMassOperator() local
|
| H A D | bp3.hpp | 36 const int order = fes->GetOrder(0); in FESpace2Ceed() local 97 const int order = fes->GetOrder(0); in CeedDiffusionOperator() local
|
| H A D | bp1.cpp | 56 int order = 1; in main() local
|
| H A D | bp3.cpp | 78 int order = 2; in main() local
|
| /libCEED/examples/solids/src/ |
| H A D | setup-dm.c | 65 PetscErrorCode SetupDMByDegree(DM dm, AppCtx app_ctx, PetscInt order, PetscBool boundary, PetscInt … in SetupDMByDegree()
|