moltres
Loading...
Searching...
No Matches
MoltresUtils.h File Reference
#include "Moose.h"
#include "MooseTypes.h"
#include "MathUtils.h"
Include dependency graph for MoltresUtils.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  MoltresUtils
 

Functions

std::vector< Real > MoltresUtils::points (unsigned int N)
 
RealEigenMatrix MoltresUtils::permute_octant (RealEigenMatrix m, unsigned int idx, Real mu1, Real mu2, Real mu3, Real w)
 
RealEigenMatrix MoltresUtils::level_symmetric (unsigned int N)
 
unsigned int MoltresUtils::x_reflection_map (unsigned int i)
 
unsigned int MoltresUtils::y_reflection_map (unsigned int i)
 
unsigned int MoltresUtils::z_reflection_map (unsigned int i)
 
std::vector< Real > MoltresUtils::weights (unsigned int N)
 
Real MoltresUtils::sph_harmonics (int l, int m, Real mu, Real eta, Real xi)
 
RealEigenMatrix MoltresUtils::sph_harmonics_mat (int L, RealEigenMatrix ordinates)
 
int MoltresUtils::factorial (int n)