Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90060626
mesh1dfwd.hpp
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
Mon, Oct 28, 23:17
Size
658 B
Mime Type
text/x-c
Expires
Wed, Oct 30, 23:17 (19 h, 28 m)
Engine
blob
Format
Raw Data
Handle
21997906
Attached To
rSPECMICP SpecMiCP / ReactMiCP
mesh1dfwd.hpp
View Options
/*-------------------------------------------------------
- Module : reactmicp/meshes
- File : mesh1dfwd.hpp
- Author : Fabien Georget
Copyright (c) 2014, Fabien Georget, Princeton University
---------------------------------------------------------*/
#ifndef SPECMICP_REACTMICP_MESH_MESH1DFWD
#define SPECMICP_REACTMICP_MESH_MESH1DFWD
#include <memory>
// define the forward declaration of a 1D mesh
namespace
specmicp
{
namespace
reactmicp
{
namespace
mesh
{
class
Mesh1D
;
using
Mesh1DPtr
=
std
::
shared_ptr
<
Mesh1D
>
;
}
// end namespace mesh
}
// end namespace reactmicp
}
// end namespace specmicp
#endif
// SPECMICP_REACTMICP_MESH_MESH1DFWD
Event Timeline
Log In to Comment