Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91217561
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, Nov 9, 02:01
Size
458 B
Mime Type
text/x-c
Expires
Mon, Nov 11, 02:01 (2 d)
Engine
blob
Format
Raw Data
Handle
22195647
Attached To
R9484 sp4e-homework-lars-bertil
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