femtest.app.test_mesh.TestMeshGroups Class Reference

Public Member Functions

def setUp (self)
 
def tearDown (self)
 
def test_00print (self)
 
def test_add_group_elements (self)
 
def test_add_groups (self)
 
def test_delete_groups (self)
 

Public Attributes

 document
 

Member Function Documentation

◆ setUp()

def femtest.app.test_mesh.TestMeshGroups.setUp (   self)

◆ tearDown()

◆ test_00print()

def femtest.app.test_mesh.TestMeshGroups.test_00print (   self)

◆ test_add_group_elements()

def femtest.app.test_mesh.TestMeshGroups.test_add_group_elements (   self)
Add a node group, add elements to it. Verify that elements added
and elements in getGroupElements are the same.

◆ test_add_groups()

def femtest.app.test_mesh.TestMeshGroups.test_add_groups (   self)
Create different groups with different names. Check whether the
ids are correct, the names are correct, and whether the GroupCount is
correct.

◆ test_delete_groups()

def femtest.app.test_mesh.TestMeshGroups.test_delete_groups (   self)
Adds a number of groups to FemMesh and deletes them
afterwards. Checks whether GroupCount is OK

Member Data Documentation

◆ document


The documentation for this class was generated from the following file:
  • src/Mod/Fem/femtest/app/test_mesh.py