Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F111972742
material_extra_includes.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
Tue, May 6, 10:33
Size
1 KB
Mime Type
text/x-c
Expires
Thu, May 8, 10:33 (2 d)
Engine
blob
Format
Raw Data
Handle
25985806
Attached To
rAKA akantu
material_extra_includes.hh
View Options
/**
* @file material_extra_includes.hh
*
* @author Nicolas Richart <nicolas.richart@epfl.ch>
*
*
* @brief Extra list of materials
*
* @section LICENSE
*
* Copyright (©) 2010-2012, 2014 EPFL (Ecole Polytechnique Fédérale de Lausanne)
* Laboratory (LSMS - Laboratoire de Simulation en Mécanique des Solides)
*
*/
/* -------------------------------------------------------------------------- */
#ifndef AKANTU_CMAKE_LIST_MATERIALS
// visco-elastic materials
#include "material_stiffness_proportional.hh"
// damage materials
#include "material_brittle.hh"
#include "material_damage_iterative.hh"
#include "material_damage_linear.hh"
#include "material_vreepeerlings.hh"
// plasticity
#include "material_viscoplastic.hh"
#endif
#define AKANTU_EXTRA_MATERIAL_LIST \
((2, (damage_linear , MaterialDamageLinear ))) \
((2, (brittle , MaterialBrittle ))) \
((2, (damage_iterative , MaterialDamageIterative ))) \
((2, (vreepeerlings , MaterialVreePeerlings ))) \
((2, (ve_stiffness_prop , MaterialStiffnessProportional ))) \
((2, (visco_plastic , MaterialViscoPlastic )))
Event Timeline
Log In to Comment