Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Aland, Sebastian
amdis
Commits
cdaca04d
Commit
cdaca04d
authored
Dec 16, 2010
by
Thomas Witkowski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
License text added. SimuNova is now allowed to make the big money with it.
parent
68fe64e3
Changes
355
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
75 changed files
with
1285 additions
and
362 deletions
+1285
-362
AMDiS/Makefile.in
AMDiS/Makefile.in
+2
-1
AMDiS/Reinit/src/BoundaryElementDist.cc
AMDiS/Reinit/src/BoundaryElementDist.cc
+12
-0
AMDiS/Reinit/src/BoundaryElementDist.h
AMDiS/Reinit/src/BoundaryElementDist.h
+20
-0
AMDiS/Reinit/src/BoundaryElementEdgeDist.cc
AMDiS/Reinit/src/BoundaryElementEdgeDist.cc
+12
-0
AMDiS/Reinit/src/BoundaryElementEdgeDist.h
AMDiS/Reinit/src/BoundaryElementEdgeDist.h
+21
-0
AMDiS/Reinit/src/BoundaryElementLevelSetDist.cc
AMDiS/Reinit/src/BoundaryElementLevelSetDist.cc
+12
-0
AMDiS/Reinit/src/BoundaryElementLevelSetDist.h
AMDiS/Reinit/src/BoundaryElementLevelSetDist.h
+21
-0
AMDiS/Reinit/src/BoundaryElementNormalDist.cc
AMDiS/Reinit/src/BoundaryElementNormalDist.cc
+12
-0
AMDiS/Reinit/src/BoundaryElementNormalDist.h
AMDiS/Reinit/src/BoundaryElementNormalDist.h
+20
-0
AMDiS/Reinit/src/BoundaryElementTopDist.cc
AMDiS/Reinit/src/BoundaryElementTopDist.cc
+12
-0
AMDiS/Reinit/src/BoundaryElementTopDist.h
AMDiS/Reinit/src/BoundaryElementTopDist.h
+21
-0
AMDiS/Reinit/src/ElementLevelSet.cc
AMDiS/Reinit/src/ElementLevelSet.cc
+12
-0
AMDiS/Reinit/src/ElementLevelSet.h
AMDiS/Reinit/src/ElementLevelSet.h
+21
-0
AMDiS/Reinit/src/ElementUpdate.h
AMDiS/Reinit/src/ElementUpdate.h
+21
-0
AMDiS/Reinit/src/ElementUpdate_2d.cc
AMDiS/Reinit/src/ElementUpdate_2d.cc
+12
-0
AMDiS/Reinit/src/ElementUpdate_2d.h
AMDiS/Reinit/src/ElementUpdate_2d.h
+21
-0
AMDiS/Reinit/src/ElementUpdate_3d.cc
AMDiS/Reinit/src/ElementUpdate_3d.cc
+12
-0
AMDiS/Reinit/src/ElementUpdate_3d.h
AMDiS/Reinit/src/ElementUpdate_3d.h
+21
-0
AMDiS/Reinit/src/HL_SignedDist.cc
AMDiS/Reinit/src/HL_SignedDist.cc
+12
-0
AMDiS/Reinit/src/HL_SignedDist.h
AMDiS/Reinit/src/HL_SignedDist.h
+21
-0
AMDiS/Reinit/src/HL_SignedDistBornemann.h
AMDiS/Reinit/src/HL_SignedDistBornemann.h
+21
-0
AMDiS/Reinit/src/HL_SignedDistLevels.cc
AMDiS/Reinit/src/HL_SignedDistLevels.cc
+12
-0
AMDiS/Reinit/src/HL_SignedDistLevels.h
AMDiS/Reinit/src/HL_SignedDistLevels.h
+21
-0
AMDiS/Reinit/src/HL_SignedDistTraverse.cc
AMDiS/Reinit/src/HL_SignedDistTraverse.cc
+12
-0
AMDiS/Reinit/src/HL_SignedDistTraverse.h
AMDiS/Reinit/src/HL_SignedDistTraverse.h
+21
-0
AMDiS/Reinit/src/NormEps.cc
AMDiS/Reinit/src/NormEps.cc
+12
-0
AMDiS/Reinit/src/NormEps.h
AMDiS/Reinit/src/NormEps.h
+21
-0
AMDiS/Reinit/src/VelocityExt.cc
AMDiS/Reinit/src/VelocityExt.cc
+12
-0
AMDiS/Reinit/src/VelocityExt.h
AMDiS/Reinit/src/VelocityExt.h
+21
-0
AMDiS/Reinit/src/VelocityExtFromVelocityField.cc
AMDiS/Reinit/src/VelocityExtFromVelocityField.cc
+12
-0
AMDiS/Reinit/src/VelocityExtFromVelocityField.h
AMDiS/Reinit/src/VelocityExtFromVelocityField.h
+21
-0
AMDiS/aclocal.m4
AMDiS/aclocal.m4
+28
-6
AMDiS/bin/Makefile.in
AMDiS/bin/Makefile.in
+1
-0
AMDiS/compositeFEM/src/CFE_Integration.cc
AMDiS/compositeFEM/src/CFE_Integration.cc
+12
-0
AMDiS/compositeFEM/src/CFE_Integration.h
AMDiS/compositeFEM/src/CFE_Integration.h
+13
-12
AMDiS/compositeFEM/src/CFE_NormAndErrorFcts.cc
AMDiS/compositeFEM/src/CFE_NormAndErrorFcts.cc
+12
-0
AMDiS/compositeFEM/src/CFE_NormAndErrorFcts.h
AMDiS/compositeFEM/src/CFE_NormAndErrorFcts.h
+13
-12
AMDiS/compositeFEM/src/CompositeFEMMethods.cc
AMDiS/compositeFEM/src/CompositeFEMMethods.cc
+12
-0
AMDiS/compositeFEM/src/CompositeFEMMethods.h
AMDiS/compositeFEM/src/CompositeFEMMethods.h
+13
-12
AMDiS/compositeFEM/src/CompositeFEMOperator.cc
AMDiS/compositeFEM/src/CompositeFEMOperator.cc
+12
-0
AMDiS/compositeFEM/src/CompositeFEMOperator.h
AMDiS/compositeFEM/src/CompositeFEMOperator.h
+13
-12
AMDiS/compositeFEM/src/ElementLevelSet.cc
AMDiS/compositeFEM/src/ElementLevelSet.cc
+12
-0
AMDiS/compositeFEM/src/ElementLevelSet.h
AMDiS/compositeFEM/src/ElementLevelSet.h
+13
-12
AMDiS/compositeFEM/src/LevelSetAdaptMesh.cc
AMDiS/compositeFEM/src/LevelSetAdaptMesh.cc
+12
-0
AMDiS/compositeFEM/src/LevelSetAdaptMesh.h
AMDiS/compositeFEM/src/LevelSetAdaptMesh.h
+13
-12
AMDiS/compositeFEM/src/PenaltyOperator.cc
AMDiS/compositeFEM/src/PenaltyOperator.cc
+12
-0
AMDiS/compositeFEM/src/PenaltyOperator.h
AMDiS/compositeFEM/src/PenaltyOperator.h
+13
-12
AMDiS/compositeFEM/src/SubElementAssembler.cc
AMDiS/compositeFEM/src/SubElementAssembler.cc
+12
-0
AMDiS/compositeFEM/src/SubElementAssembler.h
AMDiS/compositeFEM/src/SubElementAssembler.h
+13
-12
AMDiS/compositeFEM/src/SubPolytope.cc
AMDiS/compositeFEM/src/SubPolytope.cc
+12
-0
AMDiS/compositeFEM/src/SubPolytope.h
AMDiS/compositeFEM/src/SubPolytope.h
+13
-12
AMDiS/compositeFEM/src/TranslateLsFct.h
AMDiS/compositeFEM/src/TranslateLsFct.h
+13
-12
AMDiS/compositeFEM/src/compositeFEM.h
AMDiS/compositeFEM/src/compositeFEM.h
+13
-12
AMDiS/configure
AMDiS/configure
+155
-53
AMDiS/libtool
AMDiS/libtool
+47
-38
AMDiS/license.opensource.txt
AMDiS/license.opensource.txt
+50
-0
AMDiS/src/AMDiS.h
AMDiS/src/AMDiS.h
+22
-0
AMDiS/src/AMDiS_fwd.h
AMDiS/src/AMDiS_fwd.h
+13
-12
AMDiS/src/AbstractFunction.h
AMDiS/src/AbstractFunction.h
+13
-12
AMDiS/src/AdaptBase.cc
AMDiS/src/AdaptBase.cc
+12
-0
AMDiS/src/AdaptBase.h
AMDiS/src/AdaptBase.h
+13
-12
AMDiS/src/AdaptInfo.cc
AMDiS/src/AdaptInfo.cc
+12
-0
AMDiS/src/AdaptInfo.h
AMDiS/src/AdaptInfo.h
+13
-12
AMDiS/src/AdaptInstationary.cc
AMDiS/src/AdaptInstationary.cc
+12
-0
AMDiS/src/AdaptInstationary.h
AMDiS/src/AdaptInstationary.h
+13
-12
AMDiS/src/AdaptStationary.cc
AMDiS/src/AdaptStationary.cc
+12
-0
AMDiS/src/AdaptStationary.h
AMDiS/src/AdaptStationary.h
+13
-12
AMDiS/src/Assembler.cc
AMDiS/src/Assembler.cc
+12
-0
AMDiS/src/Assembler.h
AMDiS/src/Assembler.h
+13
-12
AMDiS/src/BallProject.h
AMDiS/src/BallProject.h
+13
-12
AMDiS/src/BasisFunction.cc
AMDiS/src/BasisFunction.cc
+12
-0
AMDiS/src/BasisFunction.h
AMDiS/src/BasisFunction.h
+13
-12
AMDiS/src/Boundary.cc
AMDiS/src/Boundary.cc
+12
-0
AMDiS/src/Boundary.h
AMDiS/src/Boundary.h
+13
-12
AMDiS/src/BoundaryCondition.h
AMDiS/src/BoundaryCondition.h
+13
-12
No files found.
AMDiS/Makefile.in
View file @
cdaca04d
...
...
@@ -140,6 +140,7 @@ PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR
=
@PATH_SEPARATOR@
PETSC_DIR
=
@PETSC_DIR@
RANLIB
=
@RANLIB@
SED
=
@SED@
SET_MAKE
=
@SET_MAKE@
SHELL
=
@SHELL@
STRIP
=
@STRIP@
...
...
@@ -416,7 +417,7 @@ distdir: $(DISTFILES)
||
exit
1
;
\
fi
;
\
done
-
find
$(distdir)
-type
d
!
-perm
-7
77
-exec
chmod
a+rwx
{}
\;
-o
\
-
find
$(distdir)
-type
d
!
-perm
-7
55
-exec
chmod
a+rwx
,go+rx
{}
\;
-o
\
!
-type
d
!
-perm
-444
-links
1
-exec
chmod
a+r
{}
\;
-o
\
!
-type
d
!
-perm
-400
-exec
chmod
a+r
{}
\;
-o
\
!
-type
d
!
-perm
-444
-exec
$(SHELL)
$(install_sh)
-c
-m
a+r
{}
{}
\;
\
...
...
AMDiS/Reinit/src/BoundaryElementDist.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "BoundaryElementDist.h"
void
...
...
AMDiS/Reinit/src/BoundaryElementDist.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef BOUNDARYELEMENTDIST_H
#define BOUNDARYELEMENTDIST_H
...
...
AMDiS/Reinit/src/BoundaryElementEdgeDist.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "BoundaryElementEdgeDist.h"
int
...
...
AMDiS/Reinit/src/BoundaryElementEdgeDist.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef BOUNDARYELEMENTEDGEDIST_H
#define BOUNDARYELEMENTEDGEDIST_H
...
...
AMDiS/Reinit/src/BoundaryElementLevelSetDist.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "BoundaryElementLevelSetDist.h"
int
...
...
AMDiS/Reinit/src/BoundaryElementLevelSetDist.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef BOUNDARYELEMENTLEVELSETDIST_H
#define BOUNDARYELEMENTLEVELSETDIST_H
...
...
AMDiS/Reinit/src/BoundaryElementNormalDist.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "BoundaryElementNormalDist.h"
int
...
...
AMDiS/Reinit/src/BoundaryElementNormalDist.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef BOUNDARYELEMENTNORMALDIST_H
#define BOUNDARYELEMENTNORMALDIST_H
...
...
AMDiS/Reinit/src/BoundaryElementTopDist.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "BoundaryElementTopDist.h"
int
...
...
AMDiS/Reinit/src/BoundaryElementTopDist.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef BOUNDARYELEMENTTOPDIST_H
#define BOUNDARYELEMENTTOPDIST_H
...
...
AMDiS/Reinit/src/ElementLevelSet.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "ElementLevelSet.h"
#include "ElInfo.h"
...
...
AMDiS/Reinit/src/ElementLevelSet.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef AMDIS_ELEMENTLEVELSET_H
#define AMDIS_ELEMENTLEVELSET_H
...
...
AMDiS/Reinit/src/ElementUpdate.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef ELEMENTUPDATE_H
#define ELEMENTUPDATE_H
...
...
AMDiS/Reinit/src/ElementUpdate_2d.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "ElementUpdate_2d.h"
double
ElementUpdate_2d
::
calcElementUpdate
(
const
FixVec
<
WorldVector
<
double
>
*
,
VERTEX
>
&
vert
,
...
...
AMDiS/Reinit/src/ElementUpdate_2d.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef ELEMENTUPDATE_2D_H
#define ELEMENTUPDATE_2D_H
...
...
AMDiS/Reinit/src/ElementUpdate_3d.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "ElementUpdate_3d.h"
double
...
...
AMDiS/Reinit/src/ElementUpdate_3d.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef ELEMENTUPDATE_3D_H
#define ELEMENTUPDATE_3D_H
...
...
AMDiS/Reinit/src/HL_SignedDist.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "HL_SignedDist.h"
const
Flag
HL_SignedDist
::
VEL_EXT
=
0X01L
;
...
...
AMDiS/Reinit/src/HL_SignedDist.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef HL_SIGNEDDIST
#define HL_SIGNEDDIST
...
...
AMDiS/Reinit/src/HL_SignedDistBornemann.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef HL_SIGNEDDISTBORNEMANN
#define HL_SIGNEDDISTBORNEMANN
...
...
AMDiS/Reinit/src/HL_SignedDistLevels.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "HL_SignedDistLevels.h"
#include "VelocityExtFromVelocityField.h"
...
...
AMDiS/Reinit/src/HL_SignedDistLevels.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef HL_SIGNEDDISTLEVELS
#define HL_SIGNEDDISTLEVELS
...
...
AMDiS/Reinit/src/HL_SignedDistTraverse.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "HL_SignedDistTraverse.h"
#include "VelocityExtFromVelocityField.h"
...
...
AMDiS/Reinit/src/HL_SignedDistTraverse.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef HL_SIGNEDDISTTRAVERSE
#define HL_SIGNEDDISTTRAVERSE
...
...
AMDiS/Reinit/src/NormEps.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "NormEps.h"
double
NormEps
::
eps
=
0.0
;
...
...
AMDiS/Reinit/src/NormEps.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#ifndef NORMEPS_H
#define NORMEPS_H
...
...
AMDiS/Reinit/src/VelocityExt.cc
View file @
cdaca04d
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.
//
// This file is part of AMDiS
//
// See also license.opensource.txt in the distribution.
#include "VelocityExt.h"
void
...
...
AMDiS/Reinit/src/VelocityExt.h
View file @
cdaca04d
// ============================================================================
// == ==
// == AMDiS - Adaptive multidimensional simulations ==
// == ==
// == http://www.amdis-fem.org ==
// == ==
// ============================================================================
//
// Software License for AMDiS
//
// Copyright (c) 2010 Dresden University of Technology
// All rights reserved.
// Authors: Simon Vey, Thomas Witkowski et al.