grains.abaqus.Geometry

class grains.abaqus.Geometry[source]

Geometrical operations on the mesh.

__init__()[source]

Initialize self. See help(type(self)) for accurate signature.

Methods

__init__()

Initialize self.

read(inp_file)

Reads material data from an Abaqus .inp file.

scale(factor)

Scales the geometry by modifying the coordinates of the nodes.

write([output_file])

Writes material data to an Abaqus .inp file.