WARPXM v1.10.0
|
#include "warpxm/warpxm_config.h"
#include <iostream>
#include <cmath>
#include <vector>
#include <sstream>
#include <limits>
Go to the source code of this file.
Classes | |
class | SphericalHemisphereConverter |
This class should be used to convert face normal to a direction in the upper half of a hemisphere with origin at the origin of the vector This is used to get the consistent common normal used in the local discontinuous galerkin method. More... | |
class | SphericalPositionVector |
This class computes Cartesian and Spherical components of a poition vector in space emanating from origin. More... | |