Integration points container.  
 More...
#include <IntegrationPoints.h>
Integration points container. 
◆ IntegrationPoints()
      
        
          | IntegrationPoints::IntegrationPoints | ( | int | nr | ) |  | 
      
 
Constructor. 
- Parameters
- 
  
    | nr | Number of integration points. |  
 
 
 
◆ get_coor()
      
        
          | m_double IntegrationPoints::get_coor | ( | int | ip | ) | const | 
      
 
Return the natural coordinates of the integration point. 
- Parameters
- 
  
    | ip | index of the integration point. |  
 
 
 
◆ get_weight()
      
        
          | double IntegrationPoints::get_weight | ( | int | ip | ) | const | 
      
 
Return the weigth of the integration point with the index beint passed as parmeter. 
 
 
◆ set_values()
      
        
          | void IntegrationPoints::set_values | ( | int | ip, | 
        
          |  |  | const m_double & | coor, | 
        
          |  |  | const double & | wght | 
        
          |  | ) |  |  | 
      
 
Sets the natural coordinates and the weight to the integration point. 
- Parameters
- 
  
    | ip | index of the integration point. |  | coor | natural coordinates. |  | wght | weight of the integration point. |  
 
 
 
The documentation for this class was generated from the following files:
- src/utility/functions/shape_functions/IntegrationPoints.h
- src/utility/functions/shape_functions/IntegrationPoints.cc