Searched +full:coverage +full:- (Results 1 – 6 of 6) sorted by relevance
| /honee/ |
| H A D | .gitlab-ci.yml | 1 # ---------------------------------------------------------------------------------------- 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 D | README.md | 3 …-CI](https://gitlab.com/phypid/honee/badges/main/pipeline.svg?key_text=GitLab-CI)](https://gitlab.… 4 [](https://opensour… 5 [](https://opensource.or… 6 [](https://honee.phypid… 7 [](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 D | .gitignore | 18 # Coverage 73 .ccls-cache 84 .auctex-auto/
|
| H A D | Makefile | 2 -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 …]
|
| H A D | conf.py | 2 # -*- coding: utf-8 -*- 31 # -- General configuration ------------------------------------------------ 47 'sphinx.ext.coverage', 60 # The following, if true, allows figures, tables and code-blocks to be 105 'tests/junit-xml/*', 117 # sphinxcontrib-bibtex 2.0 requires listing all bibtex files here 132 # -- Options for HTML output ---------------------------------------------- 144 # Theme options are theme-specific and customize the look and feel of a theme 178 # -- Options for HTMLHelp output ------------------------------------------ 184 # -- Options for LaTeX output --------------------------------------------- [all …]
|
| /honee/tests/junit-xml/ |
| H A D | .gitignore | 8 *.egg-info 17 develop-eggs 23 pip-log.txt 25 # Unit test / coverage reports 26 .coverage 29 coverage.xml
|