Skip to content

Commit

Permalink
clean up documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
PetrKryslUCSD committed Sep 27, 2023
1 parent d8fcc60 commit a93de66
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/FEMMLinBeamModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import FinEtools.FEMMBaseModule: inspectintegpoints
"""
FEMMLinBeam{S<:FESetL2, F<:Function} <: AbstractFEMM
Class for linear beam finite element modeling machine.
Type for linear beam finite element modeling machine.
The beam can be connected to the nodes with given eccentricities (the transverse
eccentricity is uniform along its length). Only linear kinematics is
Expand Down
2 changes: 1 addition & 1 deletion src/FEMMPointMassModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import FinEtoolsDeforLinear.MatDeforElastIsoModule: MatDeforElastIso
"""
FEMMPointMass{S<:AbstractFESet}
Class for linear deformation finite element modeling machine.
Type for linear deformation finite element modeling machine.
"""
mutable struct FEMMPointMass{S<:AbstractFESet} <: AbstractFEMM
integdomain::IntegDomain{S} # integration domain data
Expand Down
2 changes: 1 addition & 1 deletion src/FEMMRITBeamModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using ..FESetL2BeamModule: FESetL2Beam, initial_local_frame!
"""
FEMMRITBeam{S<:FESetL2, F<:Function} <: AbstractFEMM
Class for linear reduced-integration beam finite element modeling machine.
Type for linear reduced-integration beam finite element modeling machine.
Only linear kinematics is implemented at the moment, and only linear basis
functions are available (i.e. it is a two-node element). The beam stiffness is
Expand Down
2 changes: 1 addition & 1 deletion src/FEMMShellT3FFCompModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ const __TRANSV_SHEAR_FORMULATION_AVERAGE_K = 1
"""
FEMMShellT3FFComp{S<:FESetT3, F<:Function} <: AbstractFEMM
Class for the finite element modeling machine of the T3 triangular Flat-Facet
Type for the finite element modeling machine of the T3 triangular Flat-Facet
shell with the Discrete Shear Gap technology and a consistent handling of the
normals. This formulation is suitable for modelling of COMPOSITE (layered) materials.
Expand Down
2 changes: 1 addition & 1 deletion src/FEMMShellT3FFModule.jl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const __TRANSV_SHEAR_FORMULATION_AVERAGE_K = 1
"""
FEMMShellT3FF{S<:FESetT3, F<:Function} <: AbstractFEMM
Class for the finite element modeling machine of the T3 triangular Flat-Facet
Type for the finite element modeling machine of the T3 triangular Flat-Facet
shell with the Discrete Shear Gap technology and a consistent handling of the
normals.
Expand Down

0 comments on commit a93de66

Please sign in to comment.