Enum OperatorConstructionMethod
Defined in File angular_quadrature.h
Enum Documentation
-
enum class opensn::OperatorConstructionMethod
Method used to construct the discrete-to-moment and moment-to-discrete operators.
Values:
-
enumerator STANDARD
Standard weighted quadrature projection.
-
enumerator GALERKIN_ONE
Galerkin method 1: D2M = (M2D)^{-1}.
-
enumerator GALERKIN_THREE
Galerkin method 3: orthogonalized approximate harmonics.
-
enumerator STANDARD