Chi-Tech
|
#include <vector>
#include <string>
#include <stdexcept>
Go to the source code of this file.
Data Structures | |
class | chi_math::Unknown |
class | chi_math::UnknownManager |
Namespaces | |
namespace | chi_math |
Enumerations | |
enum class | chi_math::UnknownType { chi_math::SCALAR = 1 , chi_math::VECTOR_2 = 2 , chi_math::VECTOR_3 = 3 , chi_math::VECTOR_N = 4 , chi_math::TENSOR = 5 } |
enum class | chi_math::UnknownStorageType { chi_math::NODAL = 1 , chi_math::BLOCK = 2 } |