Flow123d  master-f44eb46
Public Types | List of all members
Extrapolation Struct Reference

#include <interpolant.hh>

Public Types

enum  Type { constant , linear , functor }
 

Detailed Description

Enumerates possible kinds of extrapolation.

Definition at line 40 of file interpolant.hh.

Member Enumeration Documentation

◆ Type

Enumerator
constant 

means that the values at the boundary points will be used outside the interval_miss_a

linear 

means that the linear approximation on the first and last subintervals will be used outside the interval

functor 

means that the original functor will be called outside interpolation interval

Definition at line 42 of file interpolant.hh.


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