sdynpy.core.sdynpy_geometry
Objects and procedures to handle operations on test or model geometries
This module defines a Geometry object as well as all of the subcomponents of a geometry object: nodes, elements, tracelines and coordinate system. Geometry plotting is also handled in this module.
Copyright 2022 National Technology & Engineering Solutions of Sandia, LLC (NTESS). Under the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see <https://www.gnu.org/licenses/>.
Functions
|
Creates an array that specifies coordinate systems in the geometry |
|
Creates an array that specifies elements in the geometry |
|
Create a geometry from Excel file template |
|
Generate a geometry from exodus file data |
|
Constructs a Geometry from an imat_fem class saved to a Matlab structure |
|
Create a geometry from universal file format data from readunv |
|
Create a geometry from universal file format data from readunv |
|
Compute global coordinates from local coordinates |
|
Compute deflections in the global coordinate system |
|
Loads a geometry from a numpy .npz or .unv file |
|
Compute local coordinates from global coordinates |
|
Creates an array that specifies nodes in the geometry |
|
Splits a list by a value that exists in the list |
|
Creates an array that specifies tracelines in the geometry |
|
Writes an Excel File Template for Creating Geometry |
Classes
|
Coordinate System Information specifying position and directions. |
|
Class used to plot animated deflection shapes from spectra |
|
Element information array |
|
Container for nodes, coordinate systems, tracelines, and elements |
|
Class used to plot geometry |
|
Node information array |
|
Class used to plot animated shapes |
|
Traceline information array |
|
Class used to plot transient deformations |
|
Class defining mapping between two sets of id numbers |