Lines Matching +full:test +full:- +full:coverage

3-CI](https://gitlab.com/phypid/honee/badges/main/pipeline.svg?key_text=GitLab-CI)](https://gitlab.…
4 [![BSD-2-Clause](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://opensour…
5 [![Apache-2.0](https://img.shields.io/badge/License-Apache%202.0-orange.svg)](https://opensource.or…
6 [![Documentation](https://img.shields.io/badge/Documentation-latest-blue.svg)](https://honee.phypid…
7 [![Code Coverage](https://gitlab.com/phypid/honee/badges/main/coverage.svg)](https://gitlab.com/phy…
9 <!-- abstract -->
10-Order Navier-stokes Equation Evaluator, pronounced "honey") is a fluids mechanics library based o…
12 HONEE uses continuous-Galerkin stabilized finite element methods, namely SUPG, with a focus on scal…
14 High-order finite elements are implemented in an analytic matrix-free fashion to maximize performan…
17 <!-- getting-started -->
22 HONEE is open-source and can be downloaded from [the HONEE repository on GitLab](https://gitlab.com…
38 $ make -j8 -C libCEED
52 …stall with [CGNS library](https://cgns.github.io/) support using `--download-hdf5 --download-cgns`.
62 $ make -j8
68 $ build/navierstokes -options_file examples/gaussianwave.yaml
71 To test the installation, use
74 $ make test -j8
79 Here we walk through a complete, step-by-step demonstration of building and installing HONEE and it…
80 This will be aimed at the minimal-viable install; better performance may be gained from different c…
83 Generally, we assume that the system you're installing on has a pre-existing installation of MPI lo…
84 If this is not true, you can add a `--download-mpich` flag to PETSc's configuration command to have…
93 $ export PETSC_DIR=$PWD PETSC_ARCH=arch-linux-c-opt
95 --with-fc=0 \
96 --download-f2cblaslapack \
97 --download-hdf5 \
98 --download-cgns \
99 --with-debugging=0 \
100 COPTFLAGS='-O3 -g -march=native' \
101 CXXOPTFLAGS='-O3 -g -march=native'
102 $ make -j
107 $ make -j
112 $ make -j
115 <!-- citing -->
121 …* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or https://www.apache.org/license…
122 * BSD-2-Clause license ([LICENSE-BSD](LICENSE-BSD) or https://opensource.org/licenses/BSD-2-Clause)