NuTo
Numerics Tool
Public Member Functions | Public Attributes | List of all members
TestCells Struct Reference

contains a mesh with num x num quad elements, linear dof interpolation and 4 integration points per cell More...

Public Member Functions

 TestCells (int num)
 

Public Attributes

NuTo::DofType dof = NuTo::DofType("displ", 2)
 
NuTo::MeshFem mesh
 
NuTo::IntegrationTypeTensorProduct< 2 > integrationType
 
std::vector< NuTo::Cellcells
 
NuTo::Group< NuTo::CellInterfacecellInterfaces
 

Detailed Description

contains a mesh with num x num quad elements, linear dof interpolation and 4 integration points per cell

Constructor & Destructor Documentation

TestCells::TestCells ( int  num)
inline

Member Data Documentation

NuTo::Group<NuTo::CellInterface> TestCells::cellInterfaces
std::vector<NuTo::Cell> TestCells::cells
NuTo::DofType TestCells::dof = NuTo::DofType("displ", 2)
NuTo::IntegrationTypeTensorProduct<2> TestCells::integrationType
NuTo::MeshFem TestCells::mesh

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