![]()  | 
  
    Chi-Tech
    
   | 
 
#include <quadrature_hexahedron.h>
  
Public Member Functions | |
| QuadratureHexahedron (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 set for tetrahedrons.
Definition at line 13 of file quadrature_hexahedron.h.
      
  | 
  explicit | 
Initialzes a set of points for a quadrature integration over the volume of a hexahedron.
Definition at line 8 of file quadrature_hexahedron.cc.