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 907 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 918 of file StokesProblem.cpp.
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_cub | ( | T | x, |
T | y, | ||
const double | t | ||
) |
Definition at line 953 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 964 of file StokesProblem.cpp.
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_lin | ( | T | x, |
T | y, | ||
const double | t | ||
) |
Definition at line 930 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 941 of file StokesProblem.cpp.
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_quad | ( | T | x, |
T | y, | ||
const double | t | ||
) |
Definition at line 976 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 987 of file StokesProblem.cpp.
Eigen::Matrix< T, 2, 1 > polyfem::problem::sine_function | ( | T | x, |
T | y, | ||
const double | t | ||
) |
Definition at line 999 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 1010 of file StokesProblem.cpp.