Home
last modified time | relevance | path

Searched +full:requirements +full:- +full:test (Results 1 – 6 of 6) sorted by relevance

/libCEED/.github/workflows/
H A Dpython-test-with-style.yml6 - main
10 test:
13 os: [ubuntu-24.04]
15 python-version: ['3.x']
17 runs-on: ${{ matrix.os }}
20 - name: Environment setup
22 - name: Python setup
23 uses: actions/setup-python@v5
25 python-version: ${{ matrix.python-version }}
26 - name: Python dependencies
[all …]
/libCEED/python/
H A Dtest-wheel.sh1 #!/bin/bash -ex
3 ceed_dir=${1:-.}
6 #$PYBIN/pip install --upgrade -r requirements-test.txt
7 #$PYBIN/pip install libceed --no-index --find-links wheelhouse/
9 python setup-qfunctions.py build
10 python -m pytest test-*.py --ceed /cpu/self/opt/blocked -vv
/libCEED/examples/solids/
H A DREADME.md7 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…
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 Options
30 :header-rows: 1
33 * - Option
34 - Description
35 * - `-mesh [filename]`
[all …]
/libCEED/
H A DMakefile1 # Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 # SPDX-License-Identifier: BSD-2-Clause
8 # ------------------------------------------------------------
10 # ------------------------------------------------------------
14 -include $(CONFIG)
18 -include $(COMMON)
23 # Cancel built-in and old-fashioned implicit rules which we don't use
29 @mkdir -p $(@D)
35 DARWIN := $(filter Darwin,$(shell uname -s))
[all …]
H A DDoxyfile20 # doxygen -x [configFile]
24 # doxygen -x_noenv [configFile]
26 #---------------------------------------------------------------------------
28 #---------------------------------------------------------------------------
31 # file that follow. The default is UTF-8 which is also the encoding used for all
35 # The default value is: UTF-8.
37 DOXYFILE_ENCODING = UTF-8
40 # double-quotes, unless you are using Doxywizard) that should identify the
74 # sub-directories (in 2 levels) under the output directory of each output format
79 # control the number of sub-directories.
[all …]
/libCEED/rust/libceed-sys/c-src/
H A DMakefile1 # Copyright (c) 2017-2026, Lawrence Livermore National Security, LLC and other CEED contributors.
2 # All Rights Reserved. See the top-level LICENSE and NOTICE files for details.
4 # SPDX-License-Identifier: BSD-2-Clause
8 # ------------------------------------------------------------
10 # ------------------------------------------------------------
14 -include $(CONFIG)
18 -include $(COMMON)
23 # Cancel built-in and old-fashioned implicit rules which we don't use
29 @mkdir -p $(@D)
35 DARWIN := $(filter Darwin,$(shell uname -s))
[all …]