Home
last modified time | relevance | path

Searched +full:test +full:- +full:coverage (Results 1 – 4 of 4) sorted by relevance

/honee/
H A D.gitlab-ci.yml1 # ----------------------------------------------------------------------------------------
3 # ----------------------------------------------------------------------------------------
5 - test:stage-lint
6 - test:stage-full
7 - test:post
8 - test:docs
9 - deploy
15 .test-basic:
19 - web
20 - merge_requests
[all …]
H A DREADME.md3-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 -->
[all …]
H A DMakefile2 -include $(CONFIG)
4 -include $(COMMON)
6 pkgconf-path = $(if $(wildcard $(1)/$(2).pc),$(1)/$(2).pc,$(2))
10 # PETSC_ARCH - for example when using PETSc installed through Spack.
14 petsc.pc := $(call pkgconf-path,$(PETSC_DIR)/$(PETSC_ARCH)/lib/pkgconfig,petsc)
17 ceed.pc := $(call pkgconf-path,$(CEED_DIR)/lib/pkgconfig,ceed)
19 pkgconf = $(shell pkg-config $(if $(STATIC),--static) $1 | $(SED) -e 's/^"//g' -e 's/"$$//g')
23 PEDANTICFLAGS ?= -Werror -pedantic
25 CC = $(call pkgconf, --variable=ccompiler $(petsc.pc) $(ceed.pc))
26 CFLAGS = -std=c99 \
[all …]
/honee/tests/junit-xml/
H A D.gitignore8 *.egg-info
17 develop-eggs
23 pip-log.txt
25 # Unit test / coverage reports
26 .coverage
29 coverage.xml