Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F93746146
contact_mechanics_shared.cc
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
Sun, Dec 1, 03:56
Size
729 B
Mime Type
text/x-c
Expires
Tue, Dec 3, 03:56 (2 d)
Engine
blob
Format
Raw Data
Handle
22697595
Attached To
rAKA akantu
contact_mechanics_shared.cc
View Options
#include "contact_mechanics_shared.hh"
namespace
akantu
{
/* -------------------------------------------------------------------------- */
AbstractContactDetector
::
AbstractContactDetector
(
akantu
::
Mesh
&
mesh
,
Array
<
Real
>
initial_positions
)
:
mesh
(
mesh
),
spatial_dimension
(
mesh
.
getSpatialDimension
()),
positions
(
initial_positions
)
{
}
/* -------------------------------------------------------------------------- */
AbstractContactMechanicsModel
::
AbstractContactMechanicsModel
(
akantu
::
Mesh
&
mesh
,
const
akantu
::
ModelType
&
type
,
std
::
shared_ptr
<
DOFManager
>
dof_manager
,
akantu
::
UInt
dim
,
const
akantu
::
ID
id
)
:
Model
(
mesh
,
type
,
dof_manager
,
dim
,
id
)
{
}
}
// namespace akantu
Event Timeline
Log In to Comment