undergraduate question: gauss points

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
aneeman
Posts: 90
Joined: Thu Jan 12, 2006 1:13 pm
Contact:

undergraduate question: gauss points

Post by aneeman »

Hi,

How can I calculate the gauss point locations for Brick, Bbar Brick, etc.? I'm happy to work within the C++ code that's there, any hints you could give would be great.

thanks for your time,

alisa
silvia
Posts: 3909
Joined: Tue Jan 11, 2005 7:44 am
Location: Degenkolb Engineers
Contact:

Post by silvia »

you might want to google Gauss Quadrature, it's a numerical integration method.
Silvia Mazzoni, PhD
Structural Consultant
Degenkolb Engineers
235 Montgomery Street, Suite 500
San Francisco, CA. 94104
aneeman
Posts: 90
Joined: Thu Jan 12, 2006 1:13 pm
Contact:

Post by aneeman »

OK, thanks.! I think I've got it; have to do some scaling:
distance between nodes maps to length 2 (-1 to +1 ) and the gauss locations map to 1/sqrt(3) in from the nodes, right?

thanks!

alisa
Post Reply