GemaCoreLib
The GeMA Core library
Classes
gmGaussCoordinates.h File Reference

Declaration of the GmGaussCoordinates family of classes. More...

#include "gmMatrix.h"
#include "gmIntegrationRule.h"
#include "gmElement.h"
Include dependency graph for gmGaussCoordinates.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  GmGaussCoordinates
 A helper class that returns the coordinates of an element's Gauss points. This class should not be instanced directly. Use GmSingleGaussCoordinates or GmMultiGaussCoordinates instead. More...
 
class  GmSingleGaussCoordinates
 A helper class that returns the coordinates of an element's Gauss points. Should be used when we want to get coordinates from a SINGLE element. If you are going to get coordinates for multiple elements in a loop, prefer using GmMultiGaussCoordinates. More...
 
class  GmMultiGaussCoordinates
 A helper class that returns the coordinates of an element's Gauss points, tailored to be used inside a loop over a set of elements. More...
 

Detailed Description

Declaration of the GmGaussCoordinates family of classes.

Author
Carlos Augusto Teixeira Mendes
Date
september, 2022