PolyFEM
|
Functions | |
template<typename T > | |
Eigen::Matrix< T, 2, 1 > | simple_function_const (T x, T y, const double t) |
template<typename T > | |
Eigen::Matrix< T, 3, 1 > | simple_function_const (T x, T y, T z, const double t) |
template<typename T > | |
Eigen::Matrix< T, 2, 1 > | simple_function_lin (T x, T y, const double t) |
template<typename T > | |
Eigen::Matrix< T, 3, 1 > | simple_function_lin (T x, T y, T z, const double t) |
template<typename T > | |
Eigen::Matrix< T, 2, 1 > | simple_function_cub (T x, T y, const double t) |
template<typename T > | |
Eigen::Matrix< T, 3, 1 > | simple_function_cub (T x, T y, T z, const double t) |
template<typename T > | |
Eigen::Matrix< T, 2, 1 > | simple_function_quad (T x, T y, const double t) |
template<typename T > | |
Eigen::Matrix< T, 3, 1 > | simple_function_quad (T x, T y, T z, const double t) |
template<typename T > | |
Eigen::Matrix< T, 2, 1 > | sine_function (T x, T y, const double t) |
template<typename T > | |
Eigen::Matrix< T, 3, 1 > | sine_function (T x, T y, T z, const double t) |
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_const | ( | T | x, |
T | y, | ||
const double | t | ||
) |
Definition at line 901 of file StokesProblem.cpp.
Referenced by polyfem::problem::SimpleStokeProblemExact::eval_fun(), polyfem::problem::SimpleStokeProblemExact::eval_fun(), and polyfem::problem::SimpleStokeProblemExact::eval_fun().
Eigen::Matrix< T, 3, 1 > polyfem::problem::simple_function_const | ( | T | x, |
T | y, | ||
T | z, | ||
const double | t | ||
) |
Definition at line 912 of file StokesProblem.cpp.
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_cub | ( | T | x, |
T | y, | ||
const double | t | ||
) |
Definition at line 947 of file StokesProblem.cpp.
Referenced by polyfem::problem::SimpleStokeProblemExact::eval_fun(), polyfem::problem::SimpleStokeProblemExact::eval_fun(), and polyfem::problem::SimpleStokeProblemExact::eval_fun().
Eigen::Matrix< T, 3, 1 > polyfem::problem::simple_function_cub | ( | T | x, |
T | y, | ||
T | z, | ||
const double | t | ||
) |
Definition at line 958 of file StokesProblem.cpp.
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_lin | ( | T | x, |
T | y, | ||
const double | t | ||
) |
Definition at line 924 of file StokesProblem.cpp.
Referenced by polyfem::problem::SimpleStokeProblemExact::eval_fun(), polyfem::problem::SimpleStokeProblemExact::eval_fun(), and polyfem::problem::SimpleStokeProblemExact::eval_fun().
Eigen::Matrix< T, 3, 1 > polyfem::problem::simple_function_lin | ( | T | x, |
T | y, | ||
T | z, | ||
const double | t | ||
) |
Definition at line 935 of file StokesProblem.cpp.
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_quad | ( | T | x, |
T | y, | ||
const double | t | ||
) |
Definition at line 970 of file StokesProblem.cpp.
Referenced by polyfem::problem::SimpleStokeProblemExact::eval_fun(), polyfem::problem::SimpleStokeProblemExact::eval_fun(), and polyfem::problem::SimpleStokeProblemExact::eval_fun().
Eigen::Matrix< T, 3, 1 > polyfem::problem::simple_function_quad | ( | T | x, |
T | y, | ||
T | z, | ||
const double | t | ||
) |
Definition at line 981 of file StokesProblem.cpp.
Eigen::Matrix< T, 2, 1 > polyfem::problem::sine_function | ( | T | x, |
T | y, | ||
const double | t | ||
) |
Definition at line 993 of file StokesProblem.cpp.
Referenced by polyfem::problem::SineStokeProblemExact::eval_fun(), polyfem::problem::SineStokeProblemExact::eval_fun(), and polyfem::problem::SineStokeProblemExact::eval_fun().
Eigen::Matrix< T, 3, 1 > polyfem::problem::sine_function | ( | T | x, |
T | y, | ||
T | z, | ||
const double | t | ||
) |
Definition at line 1004 of file StokesProblem.cpp.