![]() |
VM2D 1.14
Vortex methods for 2D flows simulation
|
#include "special_functions.h"#include "simple_math.h"#include <cmath>#include <utility>#include <oneapi/tbb/parallel_for.h>
Go to the source code of this file.
Namespaces | |
| namespace | fmm |
| namespace | fmm::detail |
Functions | |
| treevector< double > | fmm::ComputeKnm (int N) |
| treevector< double > | fmm::ComputeAnm (int N) |
| std::vector< double > | fmm::compute_wignerd_coef (int N) |
| std::vector< double > | fmm::ComputeWignerD (int N, double theta) |
| std::vector< std::complex< double > > | fmm::ComputeExp (int N, double phi) |
| void | fmm::detail::InitMathConstants (int N) |
Variables | |
| const auto | fmm::wignerd_auxillary_coef = compute_wignerd_coef(100) |