Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MoReFEM
CoreLibrary
MoReFEM
Commits
cb3f11b3
Commit
cb3f11b3
authored
Mar 18, 2016
by
Gautier Bureau
Committed by
GILLES Sebastien
Apr 06, 2016
Browse files
#860
Deleted a file that I created in another branch.
parent
c6d2bd48
Changes
2
Hide whitespace changes
Inline
Side-by-side
Sources/Parameters/ParameterAtQuadaturePoint.hpp
deleted
100644 → 0
View file @
c6d2bd48
//
// ParameterAtQuadaturePoint.hpp
// HappyHeart
//
// Created by gautier Bureau on 18/03/16.
// Copyright © 2016 Inria. All rights reserved.
//
#ifndef HAPPY_HEART_x_PARAMETERS_x_PARAMETER_AT_QUADRATURE_POINT_HPP_
# define HAPPY_HEART_x_PARAMETERS_x_PARAMETER_AT_QUADRATURE_POINT_HPP_
# include "Parameters/Private/InitParameter.hpp"
# include "Parameters/Policy/AtQuadraturePoint.hpp"
namespace
HappyHeart
{
/*!
* \brief Convenient alias for a parameter defined at dof.
*
* Its expected constructor should follow the prototype:
*
* \code
* ParameterAtQuadaturePoint(const GeometricMeshRegion& geometric_mesh_region,
* const quadrature_rule_per_topology_type& quadrature_rule_per_topology,
* storage_value_type initial_value,
* const TimeManager& time_manager);
* \endcode
*
* where:
* - mesh Geometric mesh region considered. It is actually unused for this kind Parameter, but required nonetheless
* to conform to generic parameter interface.
* - quadrature_rule_per_topology The quadrature rule of the elements on which the parameter is defined.
* - initial_value A scalar, vectorial or matrix initial value to create the parameter.
* - time_manager The time manager of HappyHeart.
*/
template
<
ParameterNS
::
Type
TypeT
>
using
ParameterAtQuadaturePoint
=
Private
::
ParameterInstance
<
TypeT
,
ParameterNS
::
Policy
::
AtQuadraturePoint
>
;
}
// namespace HappyHeart
#endif // HAPPY_HEART_x_PARAMETERS_x_PARAMETER_AT_QUADRATURE_POINT_HPP_
Sources/Parameters/ParameterAtQuadraturePoint.cpp
deleted
100644 → 0
View file @
c6d2bd48
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment