Chi-Tech
|
#include "chi_math_incdef.h"
#include "Quadratures/quadrature.h"
#include "Quadratures/angular_quadrature_base.h"
#include "UnknownManager/unknown_manager.h"
#include <memory>
Go to the source code of this file.
Namespaces | |
namespace | chi_math |
Typedefs | |
typedef std::vector< double > | VecDbl |
typedef std::vector< VecDbl > | MatDbl |
Enumerations | |
enum class | chi_math::CoordinateSystemType { chi_math::UNDEFINED = 0 , chi_math::CARTESIAN = 1 , chi_math::CYLINDRICAL = 2 , chi_math::SPHERICAL = 3 } |
enum class | chi_math::SpatialDiscretizationType { chi_math::UNDEFINED = 0 , chi_math::FINITE_VOLUME = 1 , chi_math::PIECEWISE_LINEAR_CONTINUOUS = 2 , chi_math::PIECEWISE_LINEAR_DISCONTINUOUS = 3 , chi_math::LAGRANGE_CONTINUOUS = 4 , chi_math::LAGRANGE_DISCONTINUOUS = 5 } |
enum class | chi_math::NormType : int { chi_math::L1_NORM = 1 , chi_math::L2_NORM = 2 , chi_math::LINF_NORM = 3 } |
Definition at line 13 of file chi_math.h.
typedef std::vector<double> VecDbl |
Definition at line 12 of file chi_math.h.