Basix
Loading...
Searching...
No Matches
types.h
1// Copyright (C) 2025 Paul T. Kühner
2//
3// This file is part of DOLFINx (https://www.fenicsproject.org)
4//
5// SPDX-License-Identifier: LGPL-3.0-or-later
6
7#include "mdspan.hpp"
8
9namespace basix
10{
12namespace md = MDSPAN_IMPL_STANDARD_NAMESPACE;
13
15namespace mdex = MDSPAN_IMPL_STANDARD_NAMESPACE::MDSPAN_IMPL_PROPOSED_NAMESPACE;
16} // namespace basix
Basix: FEniCS runtime basis evaluation library.
Definition cell.h:17