|
Tatooine
|
#include <autonomous_particles_test.h>
Public Types | |
| using | real_type = Real |
| using | vec_t = vec< real_type, 2 > |
| using | pos_type = vec_t |
| using | mat_t = mat< real_type, 2, 2 > |
| using | gradient_t = mat_t |
Public Member Functions | |
| constexpr auto | evaluate (pos_type const &x, real_type const, real_type const tau) const -> gradient_t |
| constexpr auto | operator() (pos_type const &x, Real const t, real_type const tau) const |
Static Public Member Functions | |
| static constexpr auto | num_dimensions () -> std::size_t |
| using tatooine::analytical::numerical::autonomous_particles_test_flowmap_gradient< Real >::gradient_t = mat_t |
| using tatooine::analytical::numerical::autonomous_particles_test_flowmap_gradient< Real >::mat_t = mat<real_type, 2, 2> |
| using tatooine::analytical::numerical::autonomous_particles_test_flowmap_gradient< Real >::pos_type = vec_t |
| using tatooine::analytical::numerical::autonomous_particles_test_flowmap_gradient< Real >::real_type = Real |
| using tatooine::analytical::numerical::autonomous_particles_test_flowmap_gradient< Real >::vec_t = vec<real_type, 2> |
|
inlineconstexpr |
|
inlinestaticconstexpr |
|
inlineconstexpr |