Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F110405638
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, Apr 26, 04:37
Size
458 B
Mime Type
text/x-c
Expires
Mon, Apr 28, 04:37 (2 d)
Engine
blob
Format
Raw Data
Handle
25654417
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