Skip to content
GitLab
Menu
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
cdaca04d
Commit
cdaca04d
authored
Dec 16, 2010
by
Thomas Witkowski
Browse files
License text added. SimuNova is now allowed to make the big money with it.
parent
68fe64e3
Changes
355
Hide whitespace changes
Inline
Side-by-side
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
...
...
Prev
1
2
3
4
5
…
18
Next
Write
Preview
Supports
Markdown
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