FEAP User Forum
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
FEAP Version 8.6.1n released: February 14, 2022
Home
Help
Search
FEAPwiki
Login
Register
FEAP User Forum
»
FEAP
»
Programming
»
Ordering of Gauss points
« previous
next »
Print
Pages: [
1
]
Author
Topic: Ordering of Gauss points (Read 3425 times)
K.Li
Full Member
Posts: 191
Ordering of Gauss points
«
on:
June 15, 2015, 07:48:29 AM »
Dear FEAP users:
It seems the ordering (numbering) of Gauss points in a 8-node brick element doesn't follow element node numbering in FEAP. The first Gauss point seems to be located near the 5th node of the element. This is different from other FE software. Could anyone please tell me how this ordering is determined or point me to the routine where this was defined? Can this ordering be changed for a specific element?
Thanks a lot!
Logged
Prof. R.L. Taylor
Administrator
FEAP Guru
Posts: 2649
Re: Ordering of Gauss points
«
Reply #1 on:
June 15, 2015, 08:16:46 AM »
The quadrature order is defined in int3d.f (/program directory).
For the 2x2x2 quadrature the points would follow node numbering for the 8-node brick by setting:
s(3,i ) = -g
s(3,i+4) = g
Logged
K.Li
Full Member
Posts: 191
Re: Ordering of Gauss points
«
Reply #2 on:
June 15, 2015, 09:03:15 AM »
Thank you for your help, Prof Taylor!
Logged
Print
Pages: [
1
]
« previous
next »
FEAP User Forum
»
FEAP
»
Programming
»
Ordering of Gauss points