Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
iwr
amdis
Commits
749eac23
Commit
749eac23
authored
Feb 10, 2015
by
Sebastian Aland
Browse files
CompositeFEM gets a consistent namespace
parent
142ba14f
Changes
9
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/compositeFEM/CFE_Integration.cc
View file @
749eac23
...
...
@@ -27,7 +27,7 @@
#include
"SubElInfo.h"
#include
"SubPolytope.h"
namespace
AMDiS
{
namespace
compositeFEM
{
double
CFE_Integration
::
integrate_onNegLs
(
ElementFunction
<
double
>
*
f
,
...
...
AMDiS/src/compositeFEM/CFE_Integration.h
View file @
749eac23
...
...
@@ -29,7 +29,10 @@
#include
"Quadrature.h"
#include
"ElementLevelSet.h"
namespace
AMDiS
{
namespace
compositeFEM
{
using
namespace
AMDiS
;
class
CFE_Integration
{
...
...
AMDiS/src/compositeFEM/CFE_NormAndErrorFcts.cc
View file @
749eac23
...
...
@@ -25,7 +25,7 @@
#include
"Traverse.h"
#include
"SubElInfo.h"
namespace
AMDiS
{
namespace
compositeFEM
{
double
CFE_NormAndErrorFcts
::
L2_err_abs
=
0.0
;
double
CFE_NormAndErrorFcts
::
L2_u_norm
=
0.0
;
...
...
AMDiS/src/compositeFEM/CFE_NormAndErrorFcts.h
View file @
749eac23
...
...
@@ -34,8 +34,11 @@
#include
"ScalableQuadrature.h"
#include
"SubPolytope.h"
namespace
AMDiS
{
namespace
compositeFEM
{
using
namespace
AMDiS
;
class
ElementNorm
{
public:
...
...
AMDiS/src/compositeFEM/ElementLevelSet.h
View file @
749eac23
...
...
@@ -22,8 +22,8 @@
/** \file ElementLevelSet.h */
#ifndef AMDIS_ELEMENTLEVELSET_H
#define AMDIS_ELEMENTLEVELSET_H
#ifndef AMDIS_
CFEM_
ELEMENTLEVELSET_H
#define AMDIS_
CFEM_
ELEMENTLEVELSET_H
#include
"ElementFunction.h"
#include
"FixVec.h"
...
...
@@ -471,6 +471,6 @@ protected:
}
using
compositeFEM
::
ElementLevelSet
;
//
using compositeFEM::ElementLevelSet;
#endif // AMDIS_ELEMENTLEVELSET_H
AMDiS/src/compositeFEM/SubElementAssembler.cc
View file @
749eac23
...
...
@@ -25,7 +25,7 @@
#include
"ScalableQuadrature.h"
#include
"SubPolytope.h"
namespace
AMDiS
{
namespace
compositeFEM
{
SubElementAssembler
::
SubElementAssembler
(
Operator
*
op
,
const
FiniteElemSpace
*
rowFeSpace_
,
...
...
AMDiS/src/compositeFEM/SubElementAssembler.h
View file @
749eac23
...
...
@@ -29,7 +29,10 @@
#include
"SubElInfo.h"
#include
"ScalableQuadrature.h"
namespace
AMDiS
{
namespace
compositeFEM
{
using
namespace
AMDiS
;
class
SubPolytope
;
...
...
AMDiS/src/compositeFEM/SubPolytope.cc
View file @
749eac23
...
...
@@ -24,8 +24,9 @@
#include
"SubElInfo.h"
#include
"SubPolytope.h"
namespace
AMDiS
{
namespace
compositeFEM
{
bool
SubPolytope
::
checkIntPoints
()
{
////////////////////////////////////////////////////////////////////////////
...
...
AMDiS/src/compositeFEM/SubPolytope.h
View file @
749eac23
...
...
@@ -31,7 +31,10 @@
#include
"FixVec.h"
#include
"SubElInfo.h"
namespace
AMDiS
{
namespace
compositeFEM
{
using
namespace
AMDiS
;
// ===========================================================================
// === class SubPolytope =====================================================
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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