DOLFINx
0.11.0.0
DOLFINx C++
Toggle main menu visibility
Loading...
Searching...
No Matches
dolfinx
mesh
permutationcomputation.h
1
// Copyright (C) 2020 Matthew Scroggs
2
//
3
// This file is part of DOLFINx (https://www.fenicsproject.org)
4
//
5
// SPDX-License-Identifier: LGPL-3.0-or-later
6
7
#pragma once
8
9
#include <cstdint>
10
#include <utility>
11
#include <vector>
12
13
namespace
dolfinx::mesh
14
{
15
class
Topology
;
16
70
std::pair<std::vector<std::uint8_t>, std::vector<std::uint32_t>>
71
compute_entity_permutations
(
const
Topology
& topology);
72
73
}
// namespace dolfinx::mesh
dolfinx::mesh::Topology
Topology stores the topology of a mesh, consisting of mesh entities and connectivity (incidence relat...
Definition
Topology.h:49
dolfinx::mesh
Mesh data structures and algorithms on meshes.
Definition
DofMap.h:32
dolfinx::mesh::compute_entity_permutations
std::pair< std::vector< std::uint8_t >, std::vector< std::uint32_t > > compute_entity_permutations(const Topology &topology)
Definition
permutationcomputation.cpp:288
Generated by
1.17.0