BISICLES AMR ice sheet model
0.9
|
#include <RealFunction.H>
Public Member Functions | |
ExtrudedPieceWiseLinearFlowline (std::string a_file, std::string a_set, Real a_dx) | |
Real | operator() (const RealVect &a_x) |
![]() | |
virtual | ~RealFunction () |
allow flowline data to be read from an hdf5 file Flowline is parallel to the x axis Data must contain n values f_i, where f_i = f(dx * (i + 1/2)) and the problem domain has 0 < x < (n - 1/2)*dx
|
inline |
|
inlinevirtual |
Implements RealFunction< RealVect >.