Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90446722
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
Fri, Nov 1, 18:19
Size
606 B
Mime Type
text/x-c
Expires
Sun, Nov 3, 18:19 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22051115
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
mesh
{
class
Mesh1D
;
using
Mesh1DPtr
=
std
::
shared_ptr
<
Mesh1D
>
;
}
// end namespace mesh
}
// end namespace specmicp
#endif
// SPECMICP_REACTMICP_MESH_MESH1DFWD
Event Timeline
Log In to Comment