VTK  9.4.20241108
vtkDGHGradOperators.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
2// SPDX-License-Identifier: BSD-3-Clause
3#ifndef Filters_CellGrid_vtkDGHGradOperators_h
4#define Filters_CellGrid_vtkDGHGradOperators_h
5
6#include "vtkCellAttribute.h" // For CellTypeInfo.
8#include "vtkFiltersCellGridModule.h" // For export macro.
9
10namespace vtk
11{
12namespace basis
13{
17namespace hgrad
18{
19VTK_ABI_NAMESPACE_BEGIN
20
22bool VTKFILTERSCELLGRID_EXPORT RegisterOperators();
23
24VTK_ABI_NAMESPACE_END
25} // namespace hgrad
26} // namespace basis
27} // namespace vtk
28
29#endif // Filters_CellGrid_vtkDGHGradOperators_h
basis[0]
Definition CellC0Basis.h:1
bool VTKFILTERSCELLGRID_EXPORT RegisterOperators()
Register basis-function operators for the "HGRAD" function space with vtkDGCell.
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.