File: _localfunctions.cc

package info (click to toggle)
dune-localfunctions 2.11.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,240 kB
  • sloc: cpp: 23,899; python: 9; makefile: 3
file content (9 lines) | stat: -rw-r--r-- 373 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
// SPDX-FileCopyrightText: Copyright © DUNE Project contributors, see file LICENSE.md in module root
// SPDX-License-Identifier: LicenseRef-GPL-2.0-only-with-DUNE-exception
#include <dune/python/pybind11/pybind11.h>
#include <dune/python/localfunctions/localfiniteelement.hh>

PYBIND11_MODULE(_localfunctions, module)
{
  Dune::Python::detail::registerLocalKey(module);
}