Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90985548
boundary_functions.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
Wed, Nov 6, 16:17
Size
792 B
Mime Type
text/x-c
Expires
Fri, Nov 8, 16:17 (2 d)
Engine
blob
Format
Raw Data
Handle
22142355
Attached To
rAKA akantu
boundary_functions.hh
View Options
/**
* @file boundary_functions.hh
*
* @author David Simon Kammer <david.kammer@epfl.ch>
*
*
* @brief functions for boundaries
*
* @section LICENSE
*
* Copyright (©) 2010-2012, 2014 EPFL (Ecole Polytechnique Fédérale de Lausanne)
* Laboratory (LSMS - Laboratoire de Simulation en Mécanique des Solides)
*
*/
/* -------------------------------------------------------------------------- */
// akantu
#include "aka_common.hh"
#include "solid_mechanics_model.hh"
__BEGIN_AKANTU__
Real integrateResidual(const std::string & sub_boundary_name,
const SolidMechanicsModel & model,
UInt dir);
/// this is a fix so that all subboundaries exist on all procs
void boundaryFix(Mesh & mesh,
const std::vector<std::string> & sub_boundary_names);
__END_AKANTU__
Event Timeline
Log In to Comment