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

#include <GEM.H>

Inheritance diagram for GEM_Connectivity:
Collaboration diagram for GEM_Connectivity:

Public Member Functions

 GEM_Connectivity (const std::vector< unsigned int > &v)
 

Public Attributes

unsigned int _esize
 
- Public Attributes inherited from vector< T >
elements
 STL member. More...
 

Detailed Description

Definition at line 39 of file GEM.H.

Constructor & Destructor Documentation

GEM_Connectivity ( const std::vector< unsigned int > &  v)
inline

Definition at line 43 of file GEM.H.

References _esize.

44  : std::vector<unsigned int>(v)
45  {
46  _esize = 0;
47  };
*********************************************************************Illinois Open Source License ****University of Illinois NCSA **Open Source License University of Illinois All rights reserved ****Developed free of to any person **obtaining a copy of this software and associated documentation to deal with the Software without including without limitation the rights to and or **sell copies of the and to permit persons to whom the **Software is furnished to do subject to the following this list of conditions and the following disclaimers ****Redistributions in binary form must reproduce the above **copyright this list of conditions and the following **disclaimers in the documentation and or other materials **provided with the distribution ****Neither the names of the Center for Simulation of Advanced the University of nor the names of its **contributors may be used to endorse or promote products derived **from this Software without specific prior written permission ****THE SOFTWARE IS PROVIDED AS WITHOUT WARRANTY OF ANY **EXPRESS OR INCLUDING BUT NOT LIMITED TO THE WARRANTIES **OF FITNESS FOR A PARTICULAR PURPOSE AND **NONINFRINGEMENT IN NO EVENT SHALL THE CONTRIBUTORS OR **COPYRIGHT HOLDERS BE LIABLE FOR ANY DAMAGES OR OTHER WHETHER IN AN ACTION OF TORT OR **ARISING OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE **USE OR OTHER DEALINGS WITH THE SOFTWARE v
Definition: roccomf90.h:20
unsigned int _esize
Definition: GEM.H:42

Member Data Documentation

unsigned int _esize

Definition at line 42 of file GEM.H.

Referenced by GEM_Connectivity().


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