Home
last modified time | relevance | path

Searched refs:order (Results 1 – 7 of 7) sorted by relevance

/honee/examples/meshes/
H A DMakefile9 cylinder-q1-n08.msh: GMSH_FLAGS = -order 1 -setnumber N 08 -setnumber Rb 0.7
10 cylinder-q1-n12.msh: GMSH_FLAGS = -order 1 -setnumber N 12 -setnumber Rb 0.8
11 cylinder-q1-n20.msh: GMSH_FLAGS = -order 1 -setnumber N 20
12 cylinder-q1-n40.msh: GMSH_FLAGS = -order 1 -setnumber N 40
13 cylinder-q2-n20.msh: GMSH_FLAGS = -order 2 -setnumber N 20
14 cylinder-q2-n40.msh: GMSH_FLAGS = -order 2 -setnumber N 40
15 cylinder-q1-n12-recirc.msh: GMSH_FLAGS = -order 1 -setnumber N 12 -setnumber H 1 -setnumber xL 1 -s…
/honee/src/
H A Ddm-utils.c384 …geFromOptions(MPI_Comm comm, PetscInt dim, PetscInt num_comp, PetscBool is_simplex, PetscInt order, in PetscFECreateLagrangeFromOptions() argument
400 if (order >= 0) { in PetscFECreateLagrangeFromOptions()
401 PetscCall(PetscSpaceSetDegree(fe_space, order, PETSC_DETERMINE)); in PetscFECreateLagrangeFromOptions()
411 PetscCall(PetscSpaceSetDegree(fe_space_end, order, PETSC_DETERMINE)); in PetscFECreateLagrangeFromOptions()
417 PetscCall(PetscSpaceSetDegree(fe_space_side, order, PETSC_DETERMINE)); in PetscFECreateLagrangeFromOptions()
442 PetscCall(PetscSpaceGetDegree(fe_space, &order, NULL)); in PetscFECreateLagrangeFromOptions()
458 PetscCall(PetscDualSpaceSetOrder(fe_dual_space, order)); in PetscFECreateLagrangeFromOptions()
464 q_order = q_order >= 0 ? q_order : order; in PetscFECreateLagrangeFromOptions()
701 PetscInt num_comp, order, q_order; in Create1DTabulation_Tensor() local
709 PetscCall(PetscDualSpaceGetOrder(dual_space, &order)); in Create1DTabulation_Tensor()
[all …]
/honee/
H A DREADME.md10 …bceed.org) and [PETSc](https://petsc.org) with support for efficient high-order elements and CUDA,…
14 High-order finite elements are implemented in an analytic matrix-free fashion to maximize performan…
H A DDoxyfile191 # header file to include in order to use a class. If left blank only the name of
387 # tag to YES in order to let doxygen match functions declarations and
662 # which file to include in order to use the member.
681 # name. If set to NO, the members will appear in declaration order.
688 # name. If set to NO, the members will appear in declaration order. Note that
689 # this will also influence the order of the classes in the class list.
707 # of group names into alphabetical order. If set to NO the group names will
708 # appear in their defined order.
1341 # Note: The order of the extra style sheet files is of importance (e.g. the last
2027 # Note: The order of the extra style sheet files is of importance (e.g. the last
[all …]
/honee/doc/
H A Dauxiliary.md27 We enforce that the order of the parent FEM space is equal to the full domain's order.
30 To represent these higher-order functions on the parent FEM space, we perform an $L^2$ projection.
132 To get second-order statistics from these terms, simply use the identity:
155 Note that these quantities do *not* account for the polynomial order of an element.
256 …l kernel to our differential kernel, we attempt to have them match second order moments with respe…
H A Dreferences.bib42 title = {{libCEED}: Fast algebra for high-order element-based discretizations},
H A Dtheory.md3 …l frame using unstructured high-order finite/spectral element spatial discretizations and explicit…
441 Note that the weight coefficients are assumed to be in column-major order.