fixed typo
This commit is contained in:
parent
843676fb10
commit
47e5b0077a
|
@ -431,7 +431,7 @@ subroutine FEM_mech_formJacobian(dm_local,xx_local,Jac_pre,Jac,dummy,ierr)
|
|||
PetscScalar,dimension(cellDOF,cellDOF), target :: K_e, &
|
||||
K_eA , &
|
||||
K_eB
|
||||
PetscScalar,(cellDof**2) ,target :: K_eVec
|
||||
PetscScalar,dimension(cellDof**2) ,target :: K_eVec
|
||||
|
||||
PetscInt :: cellStart, cellEnd, cell, field, face, &
|
||||
qPt, basis, comp, cidx,bcSize
|
||||
|
|
Loading…
Reference in New Issue