ORNL-CEES / DataTransferKit

A library for multiphysics solution transfer. ARCHIVED
https://datatransferkit.readthedocs.io/en/dtk-3.0/
BSD 3-Clause "New" or "Revised" License
48 stars 26 forks source link

Instantiate for linear basis function instead of quadratic #588

Closed Rombur closed 4 years ago

Rombur commented 4 years ago

We have a static_assert here that checks that we are using linear basis function but the explicit instantiation is using quadratic basis function.

closes #587

aprokop commented 4 years ago

How did we miss it when merging #581?

masterleinad commented 4 years ago

How did we miss it when merging #581?

AFAICT, the macro is never invoked.

aprokop commented 4 years ago

AFAICT, the macro is never invoked.

I guess then why is it invoked in #587?

masterleinad commented 4 years ago

I guess then why is it invoked in #587?

I guess because we don't do ETI in CI and there ETI is enabled.