Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102636257
material_point.cc
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sat, Feb 22, 18:23
Size
458 B
Mime Type
text/x-c
Expires
Mon, Feb 24, 18:23 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24386344
Attached To
R7571 SP4E-TB-TL-FR
material_point.cc
View Options
#include "material_point.hh"
/* -------------------------------------------------------------------------- */
void
MaterialPoint
::
printself
(
std
::
ostream
&
stream
)
const
{
Particle
::
printself
(
stream
);
stream
<<
" "
<<
temperature
<<
" "
<<
heat_rate
;
}
/* -------------------------------------------------------------------------- */
void
MaterialPoint
::
initself
(
std
::
istream
&
sstr
)
{
Particle
::
initself
(
sstr
);
sstr
>>
temperature
>>
heat_rate
;;
}
Event Timeline
Log In to Comment