1
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Sep 12, 2024 — Sep 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Routine to compute small strain elastic stresses and add equivalent nodal loads to global load vector. B-bar information is passed in, as well as the appropriate material library routine for computation of elastic stresses. More... about 21 years ago
Driver routine for computation of small strain elastic stresses. B-bar routine names are passed in and are sent to elas_strs_cmp_ss, along with the appropriate material library routine for elastic stress computation. More... about 21 years ago
Driver routine to obtain elastic material matrix. Material histories are used, and the appropriate routine name is passed to elas_mat_cmp. The number of allowed material models is presently set to 20, but this can easily be changed. Eventually, this routine should be replaced by a python/C++ routine that can dynamically create and pass the appropriate routine name. More... about 21 years ago
Routine to compute the elastic material matrix for all Gauss points in an element. The appropriate material routine name to use is passed in as an external routine name. More... about 21 years ago
Forgot type statement for mhist array. More... about 21 years ago
Routine that handles new method of doing material histories. Also, first routine to start using standardized error codes. More... about 21 years ago
These include files have been renamed and their contents altered to reflect new naming scheme. More... about 21 years ago
New version of include file that defines external routine names called from elas_strs_drv. More... about 21 years ago
New version of include file defining external routine names for computation of elastic material matrix. More... about 21 years ago
File name has been changed to mat_1.f More... about 21 years ago
New version of routines for material type 1 (isotropic linear elastic). The main file and all subroutines contained in the file have had their names changed to be less confusing (more use of underscores). More... about 21 years ago
These routines have been replaced by a new set of routines. More... about 21 years ago
These routines are no longer used and have been moved to the 'unused' directory. The routines formdf, formes, and stiffql have been replaced by routines specific to small strain (large strain routines will be added later). The routine shapql has been replaced by a number of routines that now handle multiple element types. The replacement routines include a large number of precomputation routines for different element types, as well as the routines getshapb, getshapn, getjac, and getder, which compute geometry-dependent quantities during calculations. More... about 21 years ago
Initial version of new routine to compute forces due to applied displacement/velocity boundary conditions. This version loops over element material groups, handles all element types, and is specific to small strain problems. External routine names are passed in to specify b-bar behavior. More... about 21 years ago
Clarified use of included dimension parameters. More... about 21 years ago
Deleted unused variable and clarified use of included dimension parameters. More... about 21 years ago
Fixed several typos in matrix inversion section. More... about 21 years ago
Added missing dimension parameters and fixed typo in call to daxpy. More... about 21 years ago
Initial version of new routine to localize coordinates, compute the stiffness matrix, and rotate it if necessary. This routine is specific for small strain problems. More... about 21 years ago
Added iddmat to argument list (it was needed), fixed definition of ngaussdim, and corrected spelling of 'vol' when passed as argument to getshape. More... about 21 years ago
Added neemax to list of parameters. More... about 21 years ago
Initial version of updated stiffness matrix computation routine that handles all element types for the small strain case. More... about 21 years ago
This file has been renamed to bdeld_ss. The '_ss' suffix will be used for all small-strain-specific routines. More... about 21 years ago
Changed name of this routine for less-confusing naming conventions. Fixed error where sh was being passed as a parameter rather than shd. More... about 21 years ago
Consolidation and reorganization of variable group information. More... over 21 years ago
Fixed argument list for modified elasmatcmp. More... over 21 years ago
Consolidation and reorganization of variable group information. More... over 21 years ago
Fixed some typos and undefined variables. More... over 21 years ago
Initial versions of driver and computation routines for computation of elastic material matrices and for computation of small strain elastic stresses. Also, a license blurb and a makefile for testing individual routines. More... over 21 years ago
Removed these files, which will be replaced by files using a different naming scheme. More... over 21 years ago