|
Algorithm 1 MPM algorithm. |
| (we will use ) |
| Material DATA: E, ,
|
| Initial data on material points: , , ,
|
| Initial data on nodes: NONE - everything is discarded in the initialization phase
|
| OUTPUT of calculations:
|
UL-FEM PHASE
for p = 1:
-
(a)
Evaluation of local residual ( ) (Equation ( 10))
-
(b)
Evaluation of local Jacobian matrix of residual ( ) (Equation ( 25))
-
(c)
Assemble rhs and lhs to the global vector and global matrix (Equations ( 30) and ( 37))
Solving system
Newmark method: CORRECTOR (Equations ( 43)–( 45))
|