Skip to content

Commit

Permalink
Update MechanicalPhysics comment
Browse files Browse the repository at this point in the history
  • Loading branch information
stvdwtt authored and Rombur committed Nov 30, 2023
1 parent 8fdf2c3 commit acfb480
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/MechanicalPhysics.cc
Original file line number Diff line number Diff line change
Expand Up @@ -301,9 +301,8 @@ void MechanicalPhysics<dim, MemorySpaceType>::compute_stress(
_dof_handler.active_cell_iterators() |
dealii::IteratorFilters::ActiveFEIndexEqualTo(0, true))
{
// Formulation based on the combines isotropic-kinematic hardening model for
// J2 plasticity on the combined isotropic-kinematic hardening model for J2
// plasticity in Chapter 3 of R. Borja, Plasticity: Modeling and
// Formulation based on the combined isotropic-kinematic hardening model for
// J2 plasticity in Chapter 3 of R. Borja, Plasticity: Modeling and
// Computation, Springer-Verlag, 2013. DOI: 10.1007/978-3-642-38547-6
//
// Compute the strain. We get the strain for all the quadrature points at
Expand Down

0 comments on commit acfb480

Please sign in to comment.