History log of /petsc/src/dm/dt/interface/petscdttetquadrules.h (Results 1 – 8 of 8)
Revision Date Author Comments
# 9dd11ecf 25-Aug-2023 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2023-08-17/header-guard-check' into 'main'

Check header guards

See merge request petsc/petsc!6822


# a4963045 18-Aug-2023 Jacob Faibussowitsch <jacob.fai@gmail.com>

Convert all header guards to pragma once


# 061e922f 22-Sep-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'jacobf/2022-09-21/2-bike-2-shed' into 'main'

Feature: Bicycle Storage Facility 2

See merge request petsc/petsc!5661


# 6524c165 21-Sep-2022 Jacob Faibussowitsch <jacob.fai@gmail.com>

Transform all header-guards into ifndefs to make clang-format ignore them for preprocessor indentation


# 58d68138 23-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'barry/2022-08-21/clang-format-source' into 'main'

format repository with clang-format

See merge request petsc/petsc!5541


# 9371c9d4 22-Aug-2022 Satish Balay <balay@mcs.anl.gov>

clang-format: convert PETSc sources to comply with clang-format


# 6a25134f 10-Aug-2022 Satish Balay <balay@mcs.anl.gov>

Merge branch 'tisaac/feature-small-simplex-quadrature' into 'main'

PetscDTSimplexQuadrature with minimal symmetry rules

See merge request petsc/petsc!5509


# d3c69ad0 09-Aug-2022 Toby Isaac <toby.isaac@gmail.com>

Create an interface for simplex quadrature that allows for minimum symmetric rules.

Rules are from published tabulations: citations have been added.

I checked in the script that created the headers

Create an interface for simplex quadrature that allows for minimum symmetric rules.

Rules are from published tabulations: citations have been added.

I checked in the script that created the headers, though I'm not sure where to put it.

A test has been adding verifying the integration of orthonormal polynomials.

The default behavior is to choose the minimum symmetric method if available,
and fall back to conic quadrature otherwise.

show more ...