Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98341091
embedded.cmake
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 12, 06:44
Size
2 KB
Mime Type
text/plain
Expires
Tue, Jan 14, 06:44 (1 d, 2 h)
Engine
blob
Format
Raw Data
Handle
22094884
Attached To
rAKA akantu
embedded.cmake
View Options
#===============================================================================
# @file embedded.cmake
#
# @author Lucas Frerot <lucas.frerot@epfl.ch>
# @author Nicolas Richart <nicolas.richart@epfl.ch>
#
# @date creation: Tue Oct 16 2012
# @date last modification: Mon Dec 14 2015
#
# @brief package descrition for embedded model use
#
# @section LICENSE
#
# Copyright (©) 2010-2012, 2014, 2015 EPFL (Ecole Polytechnique Fédérale de
# Lausanne) Laboratory (LSMS - Laboratoire de Simulation en Mécanique des
# Solides)
#
# Akantu is free software: you can redistribute it and/or modify it under the
# terms of the GNU Lesser General Public License as published by the Free
# Software Foundation, either version 3 of the License, or (at your option) any
# later version.
#
# Akantu is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
# details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with Akantu. If not, see <http://www.gnu.org/licenses/>.
#
#===============================================================================
package_declare(embedded
DESCRIPTION "Add support for the embedded solid mechanics model"
DEPENDS CGAL)
package_declare_sources(embedded
model/solid_mechanics/solid_mechanics_model_embedded_interface/embedded_interface_intersector.cc
model/solid_mechanics/solid_mechanics_model_embedded_interface/embedded_interface_intersector.hh
model/solid_mechanics/solid_mechanics_model_embedded_interface/embedded_interface_model.cc
model/solid_mechanics/solid_mechanics_model_embedded_interface/embedded_interface_model.hh
model/solid_mechanics/materials/material_embedded/embedded_internal_field.hh
model/solid_mechanics/materials/material_embedded/material_embedded_includes.hh
model/solid_mechanics/materials/material_embedded/material_reinforcement.cc
model/solid_mechanics/materials/material_embedded/material_reinforcement.hh
model/solid_mechanics/materials/material_embedded/material_reinforcement_inline_impl.cc
model/solid_mechanics/materials/material_embedded/material_reinforcement_template.hh
model/solid_mechanics/materials/material_embedded/material_reinforcement_template_tmpl.hh
)
package_declare_material_infos(embedded
LIST AKANTU_EMBEDDED_MATERIAL_LIST
INCLUDE material_embedded_includes.hh
)
package_declare_documentation(embedded
"This package allows the use of the embedded model in solid mechanics. This package depends on the CGAL package."
)
#add_example(embedded "Example on how to run embedded model simulation" PACKAGE embedded)
Event Timeline
Log In to Comment