XC Open source finite element analysis program
Public Member Functions | List of all members

Bidimensional reference system for a section. More...

#include <SisRefSccCartesianas2d.h>

Inheritance diagram for XC::SisRefSccCartesianas2d:
XC::SisRefScc XC::EntGeomSection

Public Member Functions

 SisRefSccCartesianas2d (GeomSection *m)
 Constructor.
 
 SisRefSccCartesianas2d (const std::string &nombre="", GeomSection *m=nullptr)
 
Vector2d GetVDirEje (const size_t &, const Pos2d &) const
 Returns the i-th axis unit vector expressed in global coordinates for the position being passed as parameter.
 
Pos2d GetPosGlobal (const Pos2d &p) const
 Return the posicion del punto p expresado en locales expresada en coordenadas globales.
 
Vector2d GetCooGlobales (const Vector2d &v) const
 Returns the vector v expresado en locales expresado en coordenadas globales.
 
Pos2d GetPosLocal (const Pos2d &p) const
 Return the posicion del punto p expresado en globales expresada en coordenadas locales.
 
Vector2d GetCooLocales (const Vector2d &v) const
 Returns the vector v expresado en globales expresado en coordenadas locales.
 
- Public Member Functions inherited from XC::SisRefScc
 SisRefScc (GeomSection *m)
 Constructor.
 
 SisRefScc (const std::string &nombre="", GeomSection *m=nullptr)
 
Vector2d GetI (const Pos2d &) const
 Returns the ${i}$ unit vector expressed in global coordinates for the position being passed as parameter.
 
Vector2d GetJ (const Pos2d &) const
 Returns the ${j}$ unit vector expressed in global coordinates for the position being passed as parameter.
 
- Public Member Functions inherited from XC::EntGeomSection
 EntGeomSection (const std::string &nmb="", GeomSection *sccGeom=nullptr)
 Constructor.
 
 EntGeomSection (const EntGeomSection &otro)
 Copy constructor.
 
EntGeomSectionoperator= (const EntGeomSection &otro)
 Assignment operator.
 
const GeomSectionGetGeomSection (void) const
 
GeomSectionGetGeomSection (void)
 
int getVtkCellType (void) const
 Interfaz con VTK.
 
virtual int getMEDCellType (void) const
 Interfaz con el formato MED de Salome.
 
SisRefSccSisRefSccActual (void)
 Returns current reference system.
 
const SisRefSccSisRefSccActual (void) const
 Returns current reference system.
 
SpotBuscaSpot (const size_t &id_punto)
 Returns a pointer to the point with the identifier being passed as parameter.
 
const SpotBuscaSpot (const size_t &id_punto) const
 Returns a const pointer to the point with the identifier being passed as parameter.
 
EjeBuscaEje (const size_t &id_edge)
 Returns a pointer to the Eje indentified by the tag being passed as parameter.
 
const EjeBuscaEje (const size_t &id_edge) const
 Returns a pointer to the Eje indentified by the tag being passed as parameter.
 

Additional Inherited Members

- Protected Member Functions inherited from XC::EntGeomSection
const GeomSectiongetGeomSection (void) const
 Returns a pointer to the GeomSection.
 
GeomSectiongetGeomSection (void)
 Returns a pointer to the GeomSection.
 

Detailed Description

Bidimensional reference system for a section.


The documentation for this class was generated from the following files: