SpECTRE  v2025.03.17
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
importers::OptionTags::ElementsAreIdentical Struct Reference

Toggle interpolation of numeric data to the target domain. More...

#include <Tags.hpp>

Public Types

using type = bool
 

Static Public Attributes

static constexpr Options::String help
 

Detailed Description

Toggle interpolation of numeric data to the target domain.

Member Data Documentation

◆ help

constexpr Options::String importers::OptionTags::ElementsAreIdentical::help
staticconstexpr
Initial value:
=
"Indicate that the elements of the source and target domain are the "
"same, meaning that the domains are the same and their h-refinement is "
"the same. In this case, data can be transferred between the source and "
"target elements one-to-one, and interpolations only happen if the "
"elements have different meshes (p-refinement). "
"For example, you can enable this option if you have generated data "
"on the target points, or if you have already interpolated your data, "
"or if you import data from a simulation that differs only by "
"p-refinement. "
"When this option is enabled, datasets "
"'InertialCoordinates(_x,_y,_z)' must exist in the files. They are used "
"to verify that the target points indeed match the source data."

The documentation for this struct was generated from the following file: