Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
polar3d Class Reference

#include <vector3d.h>

Public Member Functions

 polar3d ()
 
 polar3d (real Nt, real Np, real Nr)
 
 polar3d (const vector3d &v)
 

Public Attributes

real theta
 
real phi
 
real r
 

Detailed Description

Definition at line 74 of file vector3d.h.

Constructor & Destructor Documentation

polar3d ( )
inline

Definition at line 79 of file vector3d.h.

79 {} //Default constructor
polar3d ( real  Nt,
real  Np,
real  Nr 
)
inline

Definition at line 80 of file vector3d.h.

References phi, r, and theta.

80 {theta=Nt;phi=Np;r=Nr;}
real phi
Definition: vector3d.h:76
real r
Definition: vector3d.h:77
real theta
Definition: vector3d.h:76
polar3d ( const vector3d v)

Member Data Documentation

real phi

Definition at line 76 of file vector3d.h.

Referenced by polar3d().

real r

Definition at line 77 of file vector3d.h.

Referenced by polar3d().

real theta

Definition at line 76 of file vector3d.h.

Referenced by polar3d().


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