Lines Matching refs:mesh
20 ./elasticity -mesh [.exo file] -degree [degree] -nu [nu] -E [E] [boundary options] -problem [proble…
35 * - `-mesh [filename]`
36 - Path to mesh file in any format supported by PETSc.
52 This solver can use any mesh format that PETSc's `DMPlex` can read (Exodus, Gmsh, Med, etc.).
54 Note that many mesh formats require PETSc to be configured appropriately; e.g., `--download-exodusi…
57 Consider the specific example of the mesh seen below:
65 ./elasticity -mesh [.exo file] -degree 4 -E 1e6 -nu 0.3 -bc_clamp 998,999 -bc_clamp_998_translate 0…
70 As an alternative to specifying a mesh with {code}`-mesh`, the user may use a DMPlex box mesh by sp…
72 …le exploiting {code}`-dm_plex_box_faces`, we consider a {code}`4 x 4 x 4` mesh where essential (Dr…
80 If the coordinates for a particular side of a mesh are zero along the axis of rotation, it may appe…
155 To verify the convergence of the linear elasticity formulation on a given mesh with the method of m…
158 ./elasticity -mesh [mesh] -degree [degree] -nu [nu] -E [E] -forcing mms