Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F91876873
fem_template_cohesive_tmpl.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
Fri, Nov 15, 09:30
Size
2 KB
Mime Type
text/x-c++
Expires
Sun, Nov 17, 09:30 (2 d)
Engine
blob
Format
Raw Data
Handle
22340605
Attached To
rAKA akantu
fem_template_cohesive_tmpl.hh
View Options
/**
* @file fem_template_cohesive_tmpl.hh
* @author Nicolas Richart <nicolas.richart@epfl.ch>
* @date Mon Nov 5 17:23:44 2012
*
* @brief Cohesive element template specialization declaration
*
* @section LICENSE
*
* Copyright (©) 2010-2011 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/>.
*
*/
/* -------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------- */
template
<>
void
FEMTemplate
<
IntegratorCohesive
<
IntegratorGauss
>
,
ShapeCohesive
<
ShapeLagrange
>
>::
gradientOnQuadraturePoints
(
const
Vector
<
Real
>
&
u
,
Vector
<
Real
>
&
nablauq
,
const
UInt
nb_degree_of_freedom
,
const
ElementType
&
type
,
const
GhostType
&
ghost_type
,
const
Vector
<
UInt
>
*
filter_elements
)
const
;
/* -------------------------------------------------------------------------- */
template
<>
void
FEMTemplate
<
IntegratorCohesive
<
IntegratorGauss
>
,
ShapeCohesive
<
ShapeLagrange
>
>::
initShapeFunctions
(
const
GhostType
&
ghost_type
);
/* -------------------------------------------------------------------------- */
template
<>
Real
FEMTemplate
<
IntegratorCohesive
<
IntegratorGauss
>
,
ShapeCohesive
<
ShapeLagrange
>
>::
integrate
(
const
Vector
<
Real
>
&
f
,
const
ElementType
&
type
,
const
GhostType
&
ghost_type
,
const
Vector
<
UInt
>
*
filter_elements
)
const
;
/* -------------------------------------------------------------------------- */
template
<>
void
FEMTemplate
<
IntegratorCohesive
<
IntegratorGauss
>
,
ShapeCohesive
<
ShapeLagrange
>
>::
integrate
(
const
Vector
<
Real
>
&
f
,
Vector
<
Real
>
&
intf
,
UInt
nb_degree_of_freedom
,
const
ElementType
&
type
,
const
GhostType
&
ghost_type
,
const
Vector
<
UInt
>
*
filter_elements
)
const
;
Event Timeline
Log In to Comment