Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Li-Ta Lo
VTK-m
Commits
f41b2635
Commit
f41b2635
authored
Oct 28, 2021
by
Li-Ta Lo
Browse files
Ghost policy no more
parent
f090c3bb
Pipeline
#253471
waiting for manual action with stages
in 42 minutes and 35 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
vtkm/filter/GhostCellClassify.h
View file @
f41b2635
...
...
@@ -17,13 +17,6 @@ namespace vtkm
namespace
filter
{
struct
VTKM_DEPRECATED
(
1.6
,
"GhostCellClassifyPolicy no longer has an effect."
)
GhostCellClassifyPolicy
:
vtkm
::
filter
::
PolicyBase
<
GhostCellClassifyPolicy
>
{
using
FieldTypeList
=
vtkm
::
List
<
vtkm
::
UInt8
>
;
};
class
GhostCellClassify
:
public
vtkm
::
filter
::
FilterDataSet
<
GhostCellClassify
>
{
public:
...
...
vtkm/filter/GhostCellRemove.h
View file @
f41b2635
...
...
@@ -20,11 +20,6 @@ namespace vtkm
namespace
filter
{
struct
GhostCellRemovePolicy
:
vtkm
::
filter
::
PolicyBase
<
GhostCellRemovePolicy
>
{
using
FieldTypeList
=
vtkm
::
List
<
vtkm
::
UInt8
>
;
};
/// \brief Removes ghost cells
///
class
GhostCellRemove
:
public
vtkm
::
filter
::
FilterDataSetWithField
<
GhostCellRemove
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment