22#ifndef _TEST_CASE_NONLINEARITY_HPP
23#define _TEST_CASE_NONLINEARITY_HPP
59 const std::string type
69 double sign(
const double s)
const {
The TestCaseNonLinearity class provides definition of a nonlinear function, and related functions.
Definition TestCaseNonLinearity.hpp:45
std::function< double(double, std::string)> nonlinearity_function_type
type for nonlinear function
Definition TestCaseNonLinearity.hpp:48
double nonlinearity(const double s, const std::string type)
Nonlinearity.
Definition TestCaseNonLinearity.cpp:25
Definition ddr-klplate.hpp:27