SpECTRE  v2024.04.12
importers::OptionTags::EnableInterpolation Struct Reference

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

#include <Tags.hpp>

Public Types

using type = bool
 

Static Public Member Functions

static std::string name ()
 

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::EnableInterpolation::help
staticconstexpr
Initial value:
=
"Enable to interpolate the volume data to the target domain. Disable to "
"load volume data directly into elements with the same name. "
"For example, you can disable interpolation if you have generated data "
"on the target points, or if you have already interpolated your data. "
"When interpolation is disabled, 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: