Loading [MathJax]/jax/output/HTML-CSS/config.js
PolyFEM
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StokesProblem.cpp File Reference
Include dependency graph for StokesProblem.cpp:

Go to the source code of this file.

Namespaces

namespace  polyfem
 
namespace  polyfem::problem
 

Functions

template<typename T >
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_const (T x, T y, const double t)
 
template<typename T >
Eigen::Matrix< T, 3, 1 > polyfem::problem::simple_function_const (T x, T y, T z, const double t)
 
template<typename T >
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_lin (T x, T y, const double t)
 
template<typename T >
Eigen::Matrix< T, 3, 1 > polyfem::problem::simple_function_lin (T x, T y, T z, const double t)
 
template<typename T >
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_cub (T x, T y, const double t)
 
template<typename T >
Eigen::Matrix< T, 3, 1 > polyfem::problem::simple_function_cub (T x, T y, T z, const double t)
 
template<typename T >
Eigen::Matrix< T, 2, 1 > polyfem::problem::simple_function_quad (T x, T y, const double t)
 
template<typename T >
Eigen::Matrix< T, 3, 1 > polyfem::problem::simple_function_quad (T x, T y, T z, const double t)
 
template<typename T >
Eigen::Matrix< T, 2, 1 > polyfem::problem::sine_function (T x, T y, const double t)
 
template<typename T >
Eigen::Matrix< T, 3, 1 > polyfem::problem::sine_function (T x, T y, T z, const double t)