Skip to content

Commit

Permalink
Merge pull request #937 from gridap/reimplement_DomainStyle_for_CellQ…
Browse files Browse the repository at this point in the history
…uadrature

Reimplement `DomainStyle` for `CellQuadrature`
  • Loading branch information
JordiManyer committed Aug 23, 2023
2 parents ffe4667 + 152aaeb commit 52ee5ce
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Fixed

- Reimplemented `DomainStyle` for `CellQuadrature` to fix breaking low-level Poisson tutorial. Since PR [#937](https://github.com/gridap/Gridap.jl/pull/937).

## [0.17.18] - 2023-08-15

### Added
Expand Down
1 change: 1 addition & 0 deletions src/CellData/CellQuadratures.jl
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ end

get_data(f::CellQuadrature) = f.cell_quad
get_triangulation(f::CellQuadrature) = f.trian
DomainStyle(::Type{CellQuadrature{DDS,IDS}}) where {DDS,IDS} = DDS()

function change_domain(a::CellQuadrature,::ReferenceDomain,::PhysicalDomain)
@notimplemented
Expand Down

0 comments on commit 52ee5ce

Please sign in to comment.