Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Backofen, Rainer
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
Hide whitespace changes
Inline
Side-by-side
Showing
355 changed files
with
4878 additions
and
2093 deletions
+4878
-2093
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
AMDiS/src/BoundaryManager.cc
AMDiS/src/BoundaryManager.cc
+12
-0
AMDiS/src/BoundaryManager.h
AMDiS/src/BoundaryManager.h
+13
-12
AMDiS/src/Cholesky.cc
AMDiS/src/Cholesky.cc
+12
-0
AMDiS/src/Cholesky.h
AMDiS/src/Cholesky.h
+13
-12
AMDiS/src/CoarseningManager.cc
AMDiS/src/CoarseningManager.cc
+12
-0
AMDiS/src/CoarseningManager.h
AMDiS/src/CoarseningManager.h
+13
-12
AMDiS/src/CoarseningManager1d.cc
AMDiS/src/CoarseningManager1d.cc
+12
-0
AMDiS/src/CoarseningManager1d.h
AMDiS/src/CoarseningManager1d.h
+13
-12
AMDiS/src/CoarseningManager2d.cc
AMDiS/src/CoarseningManager2d.cc
+12
-0
AMDiS/src/CoarseningManager2d.h
AMDiS/src/CoarseningManager2d.h
+13
-12
AMDiS/src/CoarseningManager3d.cc
AMDiS/src/CoarseningManager3d.cc
+12
-0
AMDiS/src/CoarseningManager3d.h
AMDiS/src/CoarseningManager3d.h
+13
-12
AMDiS/src/ComponentTraverseInfo.cc
AMDiS/src/ComponentTraverseInfo.cc
+12
-0
AMDiS/src/ComponentTraverseInfo.h
AMDiS/src/ComponentTraverseInfo.h
+13
-12
AMDiS/src/CouplingTimeInterface.h
AMDiS/src/CouplingTimeInterface.h
+13
-12
AMDiS/src/CreatorInterface.h
AMDiS/src/CreatorInterface.h
+13
-12
AMDiS/src/CreatorMap.cc
AMDiS/src/CreatorMap.cc
+12
-0
AMDiS/src/CreatorMap.h
AMDiS/src/CreatorMap.h
+13
-12
AMDiS/src/CreatorMap.hh
AMDiS/src/CreatorMap.hh
+12
-0
AMDiS/src/CylinderProject.h
AMDiS/src/CylinderProject.h
+13
-12
AMDiS/src/DOFAdmin.cc
AMDiS/src/DOFAdmin.cc
+12
-0
AMDiS/src/DOFAdmin.h
AMDiS/src/DOFAdmin.h
+13
-12
AMDiS/src/DOFContainer.h
AMDiS/src/DOFContainer.h
+13
-12
AMDiS/src/DOFIndexed.cc
AMDiS/src/DOFIndexed.cc
+12
-0
AMDiS/src/DOFIndexed.h
AMDiS/src/DOFIndexed.h
+13
-12
AMDiS/src/DOFIterator.h
AMDiS/src/DOFIterator.h
+13
-12
AMDiS/src/DOFMatrix.cc
AMDiS/src/DOFMatrix.cc
+12
-0
AMDiS/src/DOFMatrix.h
AMDiS/src/DOFMatrix.h
+13
-12
AMDiS/src/DOFVector.cc
AMDiS/src/DOFVector.cc
+12
-0
AMDiS/src/DOFVector.h
AMDiS/src/DOFVector.h
+13
-12
AMDiS/src/DOFVector.hh
AMDiS/src/DOFVector.hh
+12
-0
AMDiS/src/Debug.cc
AMDiS/src/Debug.cc
+12
-0
AMDiS/src/Debug.h
AMDiS/src/Debug.h
+13
-12
AMDiS/src/DirichletBC.cc
AMDiS/src/DirichletBC.cc
+12
-0
AMDiS/src/DirichletBC.h
AMDiS/src/DirichletBC.h
+13
-12
AMDiS/src/DualTraverse.cc
AMDiS/src/DualTraverse.cc
+12
-0
AMDiS/src/DualTraverse.h
AMDiS/src/DualTraverse.h
+13
-12
AMDiS/src/ElInfo.cc
AMDiS/src/ElInfo.cc
+12
-0
AMDiS/src/ElInfo.h
AMDiS/src/ElInfo.h
+13
-12
AMDiS/src/ElInfo1d.cc
AMDiS/src/ElInfo1d.cc
+12
-0
AMDiS/src/ElInfo1d.h
AMDiS/src/ElInfo1d.h
+13
-12
AMDiS/src/ElInfo2d.cc
AMDiS/src/ElInfo2d.cc
+12
-0
AMDiS/src/ElInfo2d.h
AMDiS/src/ElInfo2d.h
+13
-12
AMDiS/src/ElInfo3d.cc
AMDiS/src/ElInfo3d.cc
+12
-0
AMDiS/src/ElInfo3d.h
AMDiS/src/ElInfo3d.h
+13
-12
AMDiS/src/ElInfoStack.cc
AMDiS/src/ElInfoStack.cc
+12
-0
AMDiS/src/ElInfoStack.h
AMDiS/src/ElInfoStack.h
+13
-12
AMDiS/src/Element.cc
AMDiS/src/Element.cc
+12
-0
AMDiS/src/Element.h
AMDiS/src/Element.h
+13
-12
AMDiS/src/ElementData.cc
AMDiS/src/ElementData.cc
+12
-0
AMDiS/src/ElementData.h
AMDiS/src/ElementData.h
+13
-12
AMDiS/src/ElementDofIterator.cc
AMDiS/src/ElementDofIterator.cc
+12
-0
AMDiS/src/ElementDofIterator.h
AMDiS/src/ElementDofIterator.h
+13
-12
AMDiS/src/ElementFunction.h
AMDiS/src/ElementFunction.h
+13
-12
AMDiS/src/ElementInfo.h
AMDiS/src/ElementInfo.h
+13
-12
AMDiS/src/ElementRegion_ED.h
AMDiS/src/ElementRegion_ED.h
+13
-12
AMDiS/src/EmptyElementData.h
AMDiS/src/EmptyElementData.h
+13
-12
AMDiS/src/Error.h
AMDiS/src/Error.h
+13
-12
AMDiS/src/Error.hh
AMDiS/src/Error.hh
+12
-0
AMDiS/src/Estimator.cc
AMDiS/src/Estimator.cc
+12
-0
AMDiS/src/Estimator.h
AMDiS/src/Estimator.h
+13
-12
AMDiS/src/FiniteElemSpace.cc
AMDiS/src/FiniteElemSpace.cc
+12
-0
AMDiS/src/FiniteElemSpace.h
AMDiS/src/FiniteElemSpace.h
+13
-12
AMDiS/src/FirstOrderAssembler.cc
AMDiS/src/FirstOrderAssembler.cc
+12
-0
AMDiS/src/FirstOrderAssembler.h
AMDiS/src/FirstOrderAssembler.h
+22
-0
AMDiS/src/FirstOrderTerm.cc
AMDiS/src/FirstOrderTerm.cc
+12
-0
AMDiS/src/FirstOrderTerm.h
AMDiS/src/FirstOrderTerm.h
+13
-12
AMDiS/src/FixVec.cc
AMDiS/src/FixVec.cc
+12
-0
AMDiS/src/FixVec.h
AMDiS/src/FixVec.h
+13
-12
AMDiS/src/FixVec.hh
AMDiS/src/FixVec.hh
+12
-0
AMDiS/src/FixVecConvert.h
AMDiS/src/FixVecConvert.h
+13
-12
AMDiS/src/Flag.h
AMDiS/src/Flag.h
+13
-12
AMDiS/src/Global.cc
AMDiS/src/Global.cc
+12
-0
AMDiS/src/Global.h
AMDiS/src/Global.h
+13
-12
AMDiS/src/GlobalDOFNumbering.cc
AMDiS/src/GlobalDOFNumbering.cc
+12
-0
AMDiS/src/GlobalDOFNumbering.h
AMDiS/src/GlobalDOFNumbering.h
+13
-12
AMDiS/src/GlobalElementNumbering.cc
AMDiS/src/GlobalElementNumbering.cc
+12
-0
AMDiS/src/GlobalElementNumbering.h
AMDiS/src/GlobalElementNumbering.h
+13
-12
AMDiS/src/ITL_OEMSolver.h
AMDiS/src/ITL_OEMSolver.h
+13
-12
AMDiS/src/ITL_Preconditioner.h
AMDiS/src/ITL_Preconditioner.h
+13
-12
AMDiS/src/ITL_Solver.h
AMDiS/src/ITL_Solver.h
+13
-12
AMDiS/src/Lagrange.cc
AMDiS/src/Lagrange.cc
+12
-0
AMDiS/src/Lagrange.h
AMDiS/src/Lagrange.h
+13
-12
AMDiS/src/LeafData.cc
AMDiS/src/LeafData.cc
+12
-0
AMDiS/src/LeafData.h
AMDiS/src/LeafData.h
+13
-12
AMDiS/src/Line.cc
AMDiS/src/Line.cc
+12
-0
AMDiS/src/Line.h
AMDiS/src/Line.h
+13
-12
AMDiS/src/MacroElement.cc
AMDiS/src/MacroElement.cc
+12
-0
AMDiS/src/MacroElement.h
AMDiS/src/MacroElement.h
+13
-12
AMDiS/src/Marker.cc
AMDiS/src/Marker.cc
+12
-0
AMDiS/src/Marker.h
AMDiS/src/Marker.h
+13
-12
AMDiS/src/MathFunctions.h
AMDiS/src/MathFunctions.h
+12
-11
AMDiS/src/MatrixVector.h
AMDiS/src/MatrixVector.h
+13
-12
AMDiS/src/Mesh.cc
AMDiS/src/Mesh.cc
+12
-0
AMDiS/src/Mesh.h
AMDiS/src/Mesh.h
+19
-18
AMDiS/src/MeshStructure.cc
AMDiS/src/MeshStructure.cc
+12
-0
AMDiS/src/MeshStructure.h
AMDiS/src/MeshStructure.h
+13
-12
AMDiS/src/MeshStructure_ED.h
AMDiS/src/MeshStructure_ED.h
+13
-12
AMDiS/src/MpCCIAdapter.cc
AMDiS/src/MpCCIAdapter.cc
+12
-0
AMDiS/src/MpCCIAdapter.h
AMDiS/src/MpCCIAdapter.h
+13
-12
AMDiS/src/Newton.h
AMDiS/src/Newton.h
+13
-12
AMDiS/src/Newton.hh
AMDiS/src/Newton.hh
+12
-0
AMDiS/src/NewtonS.h
AMDiS/src/NewtonS.h
+13
-12
AMDiS/src/NewtonS.hh
AMDiS/src/NewtonS.hh
+12
-0
AMDiS/src/NonLinSolver.h
AMDiS/src/NonLinSolver.h
+13
-12
AMDiS/src/NonLinSolver.hh
AMDiS/src/NonLinSolver.hh
+12
-0
AMDiS/src/NonLinUpdater.cc
AMDiS/src/NonLinUpdater.cc
+12
-0
AMDiS/src/NonLinUpdater.h
AMDiS/src/NonLinUpdater.h
+13
-12
AMDiS/src/OEMSolver.h
AMDiS/src/OEMSolver.h
+13
-12
AMDiS/src/OpenMP.h
AMDiS/src/OpenMP.h
+22
-0
AMDiS/src/Operator.cc
AMDiS/src/Operator.cc
+12
-0
AMDiS/src/Operator.h
AMDiS/src/Operator.h
+13
-12
AMDiS/src/Operator.hh
AMDiS/src/Operator.hh
+12
-0
AMDiS/src/OperatorTerm.cc
AMDiS/src/OperatorTerm.cc
+12
-0
AMDiS/src/OperatorTerm.h
AMDiS/src/OperatorTerm.h
+13
-12
AMDiS/src/OperatorTerm.hh
AMDiS/src/OperatorTerm.hh
+12
-0
AMDiS/src/Parameters.cc
AMDiS/src/Parameters.cc
+12
-0
AMDiS/src/Parameters.h
AMDiS/src/Parameters.h
+13
-12
AMDiS/src/Parametric.cc
AMDiS/src/Parametric.cc
+12
-0
AMDiS/src/Parametric.h
AMDiS/src/Parametric.h
+13
-12
AMDiS/src/PardisoSolver.cc
AMDiS/src/PardisoSolver.cc
+12
-0
AMDiS/src/PardisoSolver.h
AMDiS/src/PardisoSolver.h
+13
-12
AMDiS/src/PardisoSolver.hh
AMDiS/src/PardisoSolver.hh
+12
-0
AMDiS/src/PeriodicBC.cc
AMDiS/src/PeriodicBC.cc
+12
-0
AMDiS/src/PeriodicBC.h
AMDiS/src/PeriodicBC.h
+13
-12
AMDiS/src/PeriodicConnection.h
AMDiS/src/PeriodicConnection.h
+12
-11
AMDiS/src/PeriodicInfo.h
AMDiS/src/PeriodicInfo.h
+13
-12
AMDiS/src/PeriodicMap.h
AMDiS/src/PeriodicMap.h
+13
-12
AMDiS/src/ProblemImplicit.cc
AMDiS/src/ProblemImplicit.cc
+12
-0
AMDiS/src/ProblemImplicit.h
AMDiS/src/ProblemImplicit.h
+13
-12
AMDiS/src/ProblemInstat.cc
AMDiS/src/ProblemInstat.cc
+12
-0
AMDiS/src/ProblemInstat.h
AMDiS/src/ProblemInstat.h
+13
-12
AMDiS/src/ProblemInterpolScal.cc
AMDiS/src/ProblemInterpolScal.cc
+12
-0
AMDiS/src/ProblemInterpolScal.h
AMDiS/src/ProblemInterpolScal.h
+13
-12
AMDiS/src/ProblemInterpolVec.cc
AMDiS/src/ProblemInterpolVec.cc
+12
-0
AMDiS/src/ProblemInterpolVec.h
AMDiS/src/ProblemInterpolVec.h
+13
-12
AMDiS/src/ProblemIterationInterface.h
AMDiS/src/ProblemIterationInterface.h
+13
-12
AMDiS/src/ProblemNonLin.cc
AMDiS/src/ProblemNonLin.cc
+12
-0
AMDiS/src/ProblemNonLin.h
AMDiS/src/ProblemNonLin.h
+13
-12
AMDiS/src/ProblemScal.cc
AMDiS/src/ProblemScal.cc
+12
-0
AMDiS/src/ProblemScal.h
AMDiS/src/ProblemScal.h
+13
-12
AMDiS/src/ProblemStatBase.h
AMDiS/src/ProblemStatBase.h
+13
-12
AMDiS/src/ProblemTimeInterface.h
AMDiS/src/ProblemTimeInterface.h
+13
-12
AMDiS/src/ProblemVec.cc
AMDiS/src/ProblemVec.cc
+12
-0
AMDiS/src/ProblemVec.h
AMDiS/src/ProblemVec.h
+13
-12
AMDiS/src/ProblemVecDbg.cc
AMDiS/src/ProblemVecDbg.cc
+12
-0
AMDiS/src/ProblemVecDbg.h
AMDiS/src/ProblemVecDbg.h
+13
-12
AMDiS/src/Projection.cc
AMDiS/src/Projection.cc
+12
-0
AMDiS/src/Projection.h
AMDiS/src/Projection.h
+13
-12
AMDiS/src/QPInfo.cc
AMDiS/src/QPInfo.cc
+12
-0
AMDiS/src/QPInfo.h
AMDiS/src/QPInfo.h
+13
-12
AMDiS/src/QPsiPhi.cc
AMDiS/src/QPsiPhi.cc
+12
-0
AMDiS/src/QPsiPhi.h
AMDiS/src/QPsiPhi.h
+13
-12
AMDiS/src/Quadrature.cc
AMDiS/src/Quadrature.cc
+12
-0
AMDiS/src/Quadrature.h
AMDiS/src/Quadrature.h
+13
-12
AMDiS/src/Quadrature.hh
AMDiS/src/Quadrature.hh
+12
-0
AMDiS/src/RCNeighbourList.cc
AMDiS/src/RCNeighbourList.cc
+12
-0
AMDiS/src/RCNeighbourList.h
AMDiS/src/RCNeighbourList.h
+13
-12
AMDiS/src/Recovery.cc
AMDiS/src/Recovery.cc
+12
-0
AMDiS/src/Recovery.h
AMDiS/src/Recovery.h
+13
-12
AMDiS/src/RecoveryEstimator.cc
AMDiS/src/RecoveryEstimator.cc
+12
-0
AMDiS/src/RecoveryEstimator.h
AMDiS/src/RecoveryEstimator.h
+13
-12
AMDiS/src/RefinementManager.cc
AMDiS/src/RefinementManager.cc
+12
-0
AMDiS/src/RefinementManager.h
AMDiS/src/RefinementManager.h
+13
-12
AMDiS/src/RefinementManager1d.cc
AMDiS/src/RefinementManager1d.cc
+12
-0
AMDiS/src/RefinementManager1d.h
AMDiS/src/RefinementManager1d.h
+13
-12
AMDiS/src/RefinementManager2d.cc
AMDiS/src/RefinementManager2d.cc
+12
-0
AMDiS/src/RefinementManager2d.h
AMDiS/src/RefinementManager2d.h
+13
-12
AMDiS/src/RefinementManager3d.cc
AMDiS/src/RefinementManager3d.cc
+12
-0
AMDiS/src/RefinementManager3d.h
AMDiS/src/RefinementManager3d.h
+13
-12
AMDiS/src/ResidualEstimator.cc
AMDiS/src/ResidualEstimator.cc
+12
-0
AMDiS/src/ResidualEstimator.h
AMDiS/src/ResidualEstimator.h
+13
-12
AMDiS/src/ResidualParallelEstimator.cc
AMDiS/src/ResidualParallelEstimator.cc
+12
-0
AMDiS/src/ResidualParallelEstimator.h
AMDiS/src/ResidualParallelEstimator.h
+13
-12
AMDiS/src/RobinBC.cc
AMDiS/src/RobinBC.cc
+12
-0
AMDiS/src/RobinBC.h
AMDiS/src/RobinBC.h
+13
-12
AMDiS/src/RobinBC.hh
AMDiS/src/RobinBC.hh
+12
-0
AMDiS/src/SMIAdapter.cc
AMDiS/src/SMIAdapter.cc
+12
-0
AMDiS/src/SMIAdapter.h
AMDiS/src/SMIAdapter.h
+13
-12
AMDiS/src/ScalableQuadrature.cc
AMDiS/src/ScalableQuadrature.cc
+12
-0
AMDiS/src/ScalableQuadrature.h
AMDiS/src/ScalableQuadrature.h
+20
-0
AMDiS/src/SecondOrderAssembler.cc
AMDiS/src/SecondOrderAssembler.cc
+12
-0
AMDiS/src/SecondOrderAssembler.h
AMDiS/src/SecondOrderAssembler.h
+22
-0
AMDiS/src/SecondOrderTerm.cc
AMDiS/src/SecondOrderTerm.cc
+12
-0
AMDiS/src/SecondOrderTerm.h
AMDiS/src/SecondOrderTerm.h
+13
-12
AMDiS/src/Serializable.h
AMDiS/src/Serializable.h
+13
-12
AMDiS/src/Serializer.cc
AMDiS/src/Serializer.cc
+12
-0
AMDiS/src/Serializer.h
AMDiS/src/Serializer.h
+13
-12
AMDiS/src/SolutionDataStorage.h
AMDiS/src/SolutionDataStorage.h
+12
-11
AMDiS/src/SolutionDataStorage.hh
AMDiS/src/SolutionDataStorage.hh
+12
-0
AMDiS/src/SolverMatrix.h
AMDiS/src/SolverMatrix.h
+13
-12
AMDiS/src/StandardProblemIteration.cc
AMDiS/src/StandardProblemIteration.cc
+12
-0
AMDiS/src/StandardProblemIteration.h
AMDiS/src/StandardProblemIteration.h
+13
-12
AMDiS/src/SubAssembler.cc
AMDiS/src/SubAssembler.cc
+12
-0
AMDiS/src/SubAssembler.h
AMDiS/src/SubAssembler.h
+22
-0
AMDiS/src/SubAssembler.hh
AMDiS/src/SubAssembler.hh
+12
-0
AMDiS/src/SubElInfo.cc
AMDiS/src/SubElInfo.cc
+12
-0
AMDiS/src/SubElInfo.h
AMDiS/src/SubElInfo.h
+20
-0
AMDiS/src/SubQuadrature.cc
AMDiS/src/SubQuadrature.cc
+12
-0
AMDiS/src/SubQuadrature.h
AMDiS/src/SubQuadrature.h
+13
-12
AMDiS/src/SurfaceAssembler.h
AMDiS/src/SurfaceAssembler.h
+13
-12
AMDiS/src/SurfaceOperator.h
AMDiS/src/SurfaceOperator.h
+13
-12
AMDiS/src/SurfaceQuadrature.cc
AMDiS/src/SurfaceQuadrature.cc
+12
-0
AMDiS/src/SurfaceQuadrature.h
AMDiS/src/SurfaceQuadrature.h
+13
-12
AMDiS/src/SurfaceRegion_ED.h
AMDiS/src/SurfaceRegion_ED.h
+13
-12
AMDiS/src/SystemVector.h
AMDiS/src/SystemVector.h
+13
-12
AMDiS/src/Tetrahedron.cc
AMDiS/src/Tetrahedron.cc
+12
-0
AMDiS/src/Tetrahedron.h
AMDiS/src/Tetrahedron.h
+13
-12
AMDiS/src/TimedObject.h
AMDiS/src/TimedObject.h
+13
-12
AMDiS/src/Traverse.cc
AMDiS/src/Traverse.cc
+12
-0
AMDiS/src/Traverse.h
AMDiS/src/Traverse.h
+13
-12
AMDiS/src/TraverseParallel.cc
AMDiS/src/TraverseParallel.cc
+12
-0
AMDiS/src/TraverseParallel.h
AMDiS/src/TraverseParallel.h
+13
-12
AMDiS/src/Triangle.cc
AMDiS/src/Triangle.cc
+12
-0
AMDiS/src/Triangle.h
AMDiS/src/Triangle.h
+13
-12
AMDiS/src/UmfPackSolver.h
AMDiS/src/UmfPackSolver.h
+13
-12
AMDiS/src/VertexInfo.h
AMDiS/src/VertexInfo.h
+13
-12
AMDiS/src/VertexVector.cc
AMDiS/src/VertexVector.cc
+12
-0
AMDiS/src/VertexVector.h
AMDiS/src/VertexVector.h
+22
-0
AMDiS/src/ZeroOrderAssembler.cc
AMDiS/src/ZeroOrderAssembler.cc
+12
-0
AMDiS/src/ZeroOrderAssembler.h
AMDiS/src/ZeroOrderAssembler.h
+22
-0
AMDiS/src/ZeroOrderTerm.cc
AMDiS/src/ZeroOrderTerm.cc
+12
-0
AMDiS/src/ZeroOrderTerm.h
AMDiS/src/ZeroOrderTerm.h
+13
-12
AMDiS/src/io/ArhReader.cc
AMDiS/src/io/ArhReader.cc
+12
-0
AMDiS/src/io/ArhReader.h
AMDiS/src/io/ArhReader.h
+13
-12
AMDiS/src/io/ArhWriter.cc
AMDiS/src/io/ArhWriter.cc
+12
-0
AMDiS/src/io/ArhWriter.h
AMDiS/src/io/ArhWriter.h
+13
-12
AMDiS/src/io/DataCollector.cc
AMDiS/src/io/DataCollector.cc
+12
-0
AMDiS/src/io/DataCollector.h
AMDiS/src/io/DataCollector.h
+13
-12
AMDiS/src/io/ElementFileWriter.cc
AMDiS/src/io/ElementFileWriter.cc
+12
-0
AMDiS/src/io/ElementFileWriter.h
AMDiS/src/io/ElementFileWriter.h
+22
-0
AMDiS/src/io/FileWriter.cc
AMDiS/src/io/FileWriter.cc
+12
-0
AMDiS/src/io/FileWriter.h
AMDiS/src/io/FileWriter.h
+13
-12
AMDiS/src/io/GNUPlotWriter.cc
AMDiS/src/io/GNUPlotWriter.cc
+12
-0
AMDiS/src/io/GNUPlotWriter.h
AMDiS/src/io/GNUPlotWriter.h
+13
-12
AMDiS/src/io/GridWriter.h
AMDiS/src/io/GridWriter.h
+13
-12
AMDiS/src/io/GridWriter.hh
AMDiS/src/io/GridWriter.hh
+12
-0
AMDiS/src/io/MacroInfo.cc
AMDiS/src/io/MacroInfo.cc
+12
-0
AMDiS/src/io/MacroInfo.h
AMDiS/src/io/MacroInfo.h
+13
-12
AMDiS/src/io/MacroReader.cc
AMDiS/src/io/MacroReader.cc
+12
-0
AMDiS/src/io/MacroReader.h
AMDiS/src/io/MacroReader.h
+13
-12
AMDiS/src/io/MacroWriter.cc
AMDiS/src/io/MacroWriter.cc
+12
-0
AMDiS/src/io/MacroWriter.h
AMDiS/src/io/MacroWriter.h
+13
-12
AMDiS/src/io/PngWriter.cc
AMDiS/src/io/PngWriter.cc
+12
-0
AMDiS/src/io/PngWriter.h
AMDiS/src/io/PngWriter.h
+13
-12
AMDiS/src/io/PovrayWriter.cc
AMDiS/src/io/PovrayWriter.cc
+12
-0
AMDiS/src/io/PovrayWriter.h
AMDiS/src/io/PovrayWriter.h
+13
-12
AMDiS/src/io/ValueReader.cc
AMDiS/src/io/ValueReader.cc
+12
-0
AMDiS/src/io/ValueReader.h
AMDiS/src/io/ValueReader.h
+13
-12
AMDiS/src/io/ValueWriter.cc
AMDiS/src/io/ValueWriter.cc
+12
-0
AMDiS/src/io/ValueWriter.h
AMDiS/src/io/ValueWriter.h
+13
-12
AMDiS/src/io/VtkWriter.cc
AMDiS/src/io/VtkWriter.cc
+12
-0
AMDiS/src/io/VtkWriter.h
AMDiS/src/io/VtkWriter.h
+13
-12
AMDiS/src/io/VtkWriter.hh
AMDiS/src/io/VtkWriter.hh
+12
-0
AMDiS/src/parallel/ElementObjectData.cc
AMDiS/src/parallel/ElementObjectData.cc
+12
-0
AMDiS/src/parallel/ElementObjectData.h
AMDiS/src/parallel/ElementObjectData.h
+13
-12
AMDiS/src/parallel/InteriorBoundary.cc
AMDiS/src/parallel/InteriorBoundary.cc
+12
-0
AMDiS/src/parallel/InteriorBoundary.h
AMDiS/src/parallel/InteriorBoundary.h
+13
-12
AMDiS/src/parallel/MeshDistributor.cc
AMDiS/src/parallel/MeshDistributor.cc
+12
-0
AMDiS/src/parallel/MeshDistributor.h
AMDiS/src/parallel/MeshDistributor.h
+13
-12
AMDiS/src/parallel/MeshManipulation.cc
AMDiS/src/parallel/MeshManipulation.cc
+12
-0
AMDiS/src/parallel/MeshManipulation.h
AMDiS/src/parallel/MeshManipulation.h
+13
-12
AMDiS/src/parallel/MpiHelper.cc
AMDiS/src/parallel/MpiHelper.cc
+12
-0
AMDiS/src/parallel/MpiHelper.h
AMDiS/src/parallel/MpiHelper.h
+13
-12
AMDiS/src/parallel/Mtl4Solver.h
AMDiS/src/parallel/Mtl4Solver.h
+13
-12
AMDiS/src/parallel/ParMetisPartitioner.cc
AMDiS/src/parallel/ParMetisPartitioner.cc
+12
-0
AMDiS/src/parallel/ParMetisPartitioner.h
AMDiS/src/parallel/ParMetisPartitioner.h
+13
-12
AMDiS/src/parallel/ParallelDebug.cc
AMDiS/src/parallel/ParallelDebug.cc
+12
-0
AMDiS/src/parallel/ParallelDebug.h
AMDiS/src/parallel/ParallelDebug.h
+13
-12
AMDiS/src/parallel/ParallelProblemStatBase.h
AMDiS/src/parallel/ParallelProblemStatBase.h
+13
-12
AMDiS/src/parallel/PetscSolver.cc
AMDiS/src/parallel/PetscSolver.cc
+12
-0
AMDiS/src/parallel/PetscSolver.h
AMDiS/src/parallel/PetscSolver.h
+13
-12
AMDiS/src/parallel/StdMpi.cc
AMDiS/src/parallel/StdMpi.cc
+12
-0
AMDiS/src/parallel/StdMpi.h
AMDiS/src/parallel/StdMpi.h
+13
-12
AMDiS/src/time/RosenbrockAdaptInstationary.cc
AMDiS/src/time/RosenbrockAdaptInstationary.cc
+12
-0
AMDiS/src/time/RosenbrockAdaptInstationary.h
AMDiS/src/time/RosenbrockAdaptInstationary.h
+13
-12
AMDiS/src/time/RosenbrockMethod.cc
AMDiS/src/time/RosenbrockMethod.cc
+12
-0
AMDiS/src/time/RosenbrockMethod.h
AMDiS/src/time/RosenbrockMethod.h
+13
-12
AMDiS/src/time/RosenbrockStationary.cc
AMDiS/src/time/RosenbrockStationary.cc
+12
-0
AMDiS/src/time/RosenbrockStationary.h
AMDiS/src/time/RosenbrockStationary.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.