Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90564819
material_igfem.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, 19:48
Size
1 KB
Mime Type
text/x-c++
Expires
Mon, Nov 4, 19:48 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22083488
Attached To
rAKA akantu
material_igfem.hh~
View Options
/**
* @file element_class_igfem.hh
*
* @author Aurelia Isabel Cuba Ramos <aurelia.cubaramos@epfl.ch>
* @author Nicolas Richart <nicolas.richart@epfl.ch>
*
*
* @brief Parent material for IGFEM
*
* @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 "aka_common.hh"
#include "material.hh"
/* -------------------------------------------------------------------------- */
#ifndef __AKANTU_MATERIAL_IGFEM_HH__
#define __AKANTU_MATERIAL_IGFEM_HH__
/* -------------------------------------------------------------------------- */
__BEGIN_AKANTU__
class SolidMechanicsModelIGFEM;
class MaterialIGFEM : public Material {
/* ------------------------------------------------------------------------ */
/* Constructors/Destructors */
/* ------------------------------------------------------------------------ */
public:
MaterialIGFEM(SolidMechanicsModel & model, const ID & id = "");
virtual ~MaterialIGFEM();
protected:
/* ------------------------------------------------------------------------ */
/* Methods */
/* ------------------------------------------------------------------------ */
public:
};
__END_AKANTU__
#endif /* __AKANTU_MATERIAL_IGFEM_HH__ */
Event Timeline
Log In to Comment