Skip to contents

tag: vtkdiff

Usage

prj_vtkdiff(
  field,
  absolute_tolerance,
  relative_tolerance,
  file = NULL,
  regex = NULL
)

Arguments

field

string: ...

absolute_tolerance

string | double: Absolute tolerance

relative_tolerance

string | double: Relative tolerance

file

string: Optional: File

regex

string: Optional: A regular expression

Examples

prj_vtkdiff(field = "displacement",
               absolute_tolerance = 1e-15,
               relative_tolerance = 0,
               regex = "gravity_pcs_0_ts_.*_t_.*.vtu")
#> $field
#> [1] "displacement"
#> 
#> $absolute_tolerance
#> [1] 1e-15
#> 
#> $relative_tolerance
#> [1] 0
#> 
#> $file
#> NULL
#> 
#> $regex
#> [1] "gravity_pcs_0_ts_.*_t_.*.vtu"
#> 
#> $xpath
#> [1] "test_definition/vtkdiff"
#> 
#> $attr_names
#> character(0)
#> 
#> $flatten_on_exp
#> character(0)
#> 
#> attr(,"class")
#> [1] "prj_vtkdiff"