VTK  9.3.20240916
vtkDGHDivOperators.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_vtkDGHDivOperators_h
4#define Filters_CellGrid_vtkDGHDivOperators_h
5
6#include "vtkFiltersCellGridModule.h" // For export macro.
7
8namespace vtk
9{
10namespace basis
11{
13namespace hdiv
14{
15VTK_ABI_NAMESPACE_BEGIN
16
18bool VTKFILTERSCELLGRID_EXPORT RegisterOperators();
19
20VTK_ABI_NAMESPACE_END
21} // namespace hdiv
22} // namespace basis
23} // namespace vtk
24
25#endif // Filters_CellGrid_vtkDGHDivOperators_h
basis[0]
Definition CellC0Basis.h:1
bool VTKFILTERSCELLGRID_EXPORT RegisterOperators()
Register basis-function operators for the "HDIV" function space with vtkDGCell.
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.