• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

FEniCS / ffcx / 19801120260

30 Nov 2025 03:36PM UTC coverage: 73.753% (-4.2%) from 77.933%
19801120260

Pull #803

github

schnellerhase
passing compiles?
Pull Request #803: Add `C++` backend

0 of 272 new or added lines in 10 files covered. (0.0%)

3740 of 5071 relevant lines covered (73.75%)

0.74 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/ffcx/codegeneration/cpp/file_template.py
1
# Code generation format strings for UFC (Unified Form-assembly Code)
2
# This code is released into the public domain.
3
#
4
# The FEniCS Project (http://www.fenicsproject.org/) 2018.
5
"""Templates for C++ file output."""
6

NEW
7
declaration_pre = """
×
8
// This code conforms with the UFC specification version {ufcx_version}
9
// and was automatically generated by FFCx version {ffcx_version}.
10
//
11
// This code was generated with the following options:
12
//
13
{options}
14

15
#pragma once
16
#include <complex>
17
#include <cmath>
18
#include <vector>
19

20
"""
21

NEW
22
declaration_post = """
×
23
"""
24

NEW
25
implementation_pre = """
×
26
// This code conforms with the UFC specification version {ufcx_version}
27
// and was automatically generated by FFCx version {ffcx_version}.
28
//
29
// This code was generated with the following options:
30
//
31
{options}
32

33
#include <cmath>
34
#include <ufcx.h>
35
{extra_includes}
36

37
"""
38

NEW
39
implementation_post = ""
×
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc