Searched +full:build +full:- +full:essential (Results 1 – 4 of 4) sorted by relevance
6 - main13 os: [ubuntu-24.04]18 runs-on: ${{ matrix.os }}21 - name: Environment setup23 - name: Hardware setup and test libCEED24 uses: uraimo/run-on-arch-action@v333 apt-get -y update34 apt-get install -y build-essential35 apt-get install -y gfortran36 apt-get install -y python3[all …]
7 This code solves the steady-state static momentum balance equations using unstructured high-order f…8 …ini-app, we consider three formulations used in solid mechanics applications: linear elasticity, N…11 Build by using:20 ./elasticity -mesh [.exo file] -degree [degree] -nu [nu] -E [E] [boundary options] -problem [proble…25 <!-- solids-inclusion -->27 The elasticity mini-app is controlled via command-line options, the following of which are mandator…29 :::{list-table} Mandatory Runtime Options30 :header-rows: 133 * - Option34 - Description[all …]
1 ## libCEED: Navier-Stokes Example3 This page provides a description of the Navier-Stokes example for the libCEED library, based on PET…7 The Navier-Stokes problem solves the compressible Navier-Stokes equations in three dimensions using…10 The main Navier-Stokes solver for libCEED is defined in [`navierstokes.c`](navierstokes.c) with dif…12 ## Build instructions14 Build by using:21 ./navierstokes -ceed [ceed] -problem [problem type] -degree [degree]26 <!-- fluids-inclusion -->28 The Navier-Stokes mini-app is controlled via command-line options.31 :::{list-table} Common Runtime Options[all …]
1 (example-petsc-navier-stokes)=3 # Compressible Navier-Stokes mini-app6 …-dependent Navier-Stokes equations of compressible gas dynamics in a static Eulerian three-dimensi…7 Moreover, the Navier-Stokes example has been developed using PETSc, so that the pointwise physics (…9 ## Running the mini-app12 :start-after: <!-- fluids-inclusion -->14 ## The Navier-Stokes equations17 The compressible Navier-Stokes equations in conservative form are22 …abla \cdot \left( \frac{\bm{U} \otimes \bm{U}}{\rho} + P \bm{I}_3 -\bm\sigma \right) - \rho \bm{b}…23 …t} + \nabla \cdot \left( \frac{(E + P)\bm{U}}{\rho} -\bm{u} \cdot \bm{\sigma} - k \nabla T \right)…[all …]