source: XIOS/dev/dev_ym/XIOS_COUPLING/src/config/interpolate_axis_attribute.conf @ 2338

Last change on this file since 2338 was 2328, checked in by jderouillat, 2 years ago

Set extrapolation as an option (set by default to true) in axis interpolation using the coordinate attribute

File size: 250 bytes
Line 
1/*  GLOBAL   */
2DECLARE_ATTRIBUTE(StdString, type)
3DECLARE_ATTRIBUTE(int, order)
4DECLARE_ATTRIBUTE(StdString, coordinate)
5DECLARE_ATTRIBUTE(StdString, coordinate_src)
6DECLARE_ATTRIBUTE(StdString, coordinate_dst)
7DECLARE_ATTRIBUTE(bool, extrapolate)
8
Note: See TracBrowser for help on using the repository browser.