createQuadraticMesh

Description

This tool converts a linear mesh to a mesh of quadratic order. The order of a mesh is equal to the highest order of elements within the mesh. The quadratic order mesh allows shape functions of quadratic order to be considered in the finite element methods of the simulation. More detailed information about the differences between a linear and quadratic mesh elements can be found in the VTK book by Kitware.

Usage

USAGE:
   createQuadraticMesh  [-c] -o <string> -i <string> [--] [--version]
                            [-h]


Where:
   -c,  --add-centre-node
     add centre node

   -o <string>,  --output-mesh-file <string>
     (required)  output mesh file

   -i <string>,  --input-mesh-file <string>
     (required)  input mesh file

   --,  --ignore_rest
     Ignores the rest of the labeled arguments following this flag.

   --version
     Displays version information and exits.

   -h,  --help
     Displays usage information and exits.

Example

createQuadraticMesh -i input_mesh.vtu -o quadratic_mesh.vtu

This article was written by Julian Heinze. If you are missing something or you find an error please let us know.
Generated with Hugo 0.122.0 in CI job 430699 | Last revision: February 20, 2024
Commit: [App|PVTU2VTU] Faster computation of unique nodes and mapping d5e28bc  | Edit this page on