![]() |
Chi-Tech
|
#include <quadrature_wedge.h>
Public Member Functions | |
| QuadratureWedge (QuadratureOrder order) | |
Public Member Functions inherited from chi_math::Quadrature | |
| const std::pair< double, double > & | GetRange () const |
| void | SetRange (const std::pair< double, double > &in_range) |
Public Member Functions inherited from ChiObject | |
| ChiObject () | |
| ChiObject (const chi::InputParameters ¶ms) | |
| void | SetStackID (size_t stack_id) |
| size_t | StackID () const |
| virtual void | PushOntoStack (std::shared_ptr< ChiObject > &new_object) |
| virtual | ~ChiObject ()=default |
Additional Inherited Members | |
Static Public Member Functions inherited from chi_math::Quadrature | |
| static chi::InputParameters | GetInputParameters () |
Static Public Member Functions inherited from ChiObject | |
| static chi::InputParameters | GetInputParameters () |
Data Fields inherited from chi_math::Quadrature | |
| QuadratureOrder | order_ |
| std::vector< chi_math::QuadraturePointXYZ > | qpoints_ |
| std::vector< double > | weights_ |
Protected Member Functions inherited from chi_math::Quadrature | |
| Quadrature (const chi::InputParameters ¶ms) | |
| Quadrature (QuadratureOrder in_order) | |
Protected Attributes inherited from chi_math::Quadrature | |
| std::pair< double, double > | range_ |
| bool | verbose_ = false |
Quadrature for a wedge (extruded triangle). This is a simple product of a triangle quadrature and Gauss-Legendre line quadrature.
Definition at line 11 of file quadrature_wedge.h.
|
explicit |
Definition at line 9 of file quadrature_wedge.cc.