Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90517146
igfem_internal_field.hh
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 2, 09:53
Size
716 B
Mime Type
text/x-c++
Expires
Mon, Nov 4, 09:53 (1 d, 22 h)
Engine
blob
Format
Raw Data
Handle
22089152
Attached To
rAKA akantu
igfem_internal_field.hh
View Options
/**
* @file igfem_internal_field.hh
*
* @author Aurelia Isabel Cuba Ramos <aurelia.cubaramos@epfl.ch>
*
*
* @brief IGFEM internal field
*
* @section LICENSE
*
* Copyright (©) 2010-2012, 2014 EPFL (Ecole Polytechnique Fédérale de Lausanne)
* Laboratory (LSMS - Laboratoire de Simulation en Mécanique des Solides)
*
*/
#include "internal_field.hh"
#ifndef __AKANTU_IGFEM_INTERNAL_FIELD_HH__
#define __AKANTU_IGFEM_INTERNAL_FIELD_HH__
__BEGIN_AKANTU__
template
<
typename
T
>
class
IGFEMInternalField
:
public
InternalField
<
T
>
{
public
:
IGFEMInternalField
(
const
ID
&
id
,
Material
&
material
);
virtual
~
IGFEMInternalField
();
};
__END_AKANTU__
#endif
/* __AKANTU_IGFEM_INTERNAL_FIELD_HH__ */
Event Timeline
Log In to Comment