c++ source code of concrete02

For posts concerning the documentation, errors, ommissions, general comments, etc.

Moderators: silvia, selimgunay, Moderators

Post Reply
gaohouzhi
Posts: 28
Joined: Mon Jan 11, 2010 6:44 am
Location: TsingHua University

c++ source code of concrete02

Post by gaohouzhi » Mon May 03, 2010 3:20 am

Concrete02::Concrete02(int tag, double _fc, double _epsc0, double _fcu,
double _epscu, double _rat, double _ft, double _Ets):
UniaxialMaterial(tag, MAT_TAG_Concrete02),
fc(_fc), epsc0(_epsc0), fcu(_fcu), epscu(_epscu), rat(_rat), ft(_ft), Ets(_Ets)
{
i cant understand those words following the saloon ,what is the function of the saloon,can you give me some directions .
thanks very lot

fmk
Site Admin
Posts: 5883
Joined: Fri Jun 11, 2004 2:33 pm
Location: UC Berkeley
Contact:

Re: c++ source code of concrete02

Post by fmk » Tue Mar 08, 2011 11:43 am

what do you mean by saloon?

Post Reply