Commits on Source (100)
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
Write out time step #0, too
-
Elias Pipping authored
-
Elias Pipping authored
See if our alternating Gauss-Seidel scheme can really minimise distances
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
While we're at it, reset postProcessCalled in nextTimeStep()
-
Elias Pipping authored
Also clean up the directory structure
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
* Use PointTractionBoundaryAssembler: The normal stress is properly calculated here * Incorporate weights into normal stress
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
This can be used in conjunction with paraview to interpolate data from an unstructured, fine grid (on which plotting a vector field would lead to a mess) onto a structured, coarser grid using the 'Resample with DataSet' filter.
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
This allows us to remove the last boost::filesystem dependency, and thus all of boost. It seems to be a better idea than hardcoding the path to the source directory (which might be unavailable later) anyway
-
Elias Pipping authored
-
Elias Pipping authored
Prior to this change, dune-tectonic was incompatible with dune-fufem releases/2.4-2 and later, thus also releases/2.5-1 Prior to this change, dune-tectonic is incompatible with dune-fufem releases/2.4-1 and earlier
-
Elias Pipping authored
-
Elias Pipping authored
This works because interpolateP0ToP1 is in dune-fufem now
-
Elias Pipping authored
This is now necessary even though the code is entirely serial.
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
-
Elias Pipping authored
If either signal is detected, we try to terminate gracefully. If we're given enough time before a nastier signal like SIGKILL is sent, we'll then be able to finish computing and writing out the current timestep. If we do not take such precautions, chances are the HDF5 output will be corrupted.
-
Elias Pipping authored
- The configuration parameter io.writeVTK is now io.vtk.write - The configuration parameters restarts.first and restarts.spacing were moved into the io namespace - Restarts are stored in a separate file - VTK data, restarts (in HDF5), and the other HDF5 data are now each controlled through a parameter: io.data.write, io.restarts.write, io.vtk.write In particular, it is thus now possible to write VTK data while opening the data and restart files in read-only mode (or not at all); This makes it possible to, by keeping the restarts file (and the binary!) around, quickly (re-)compute a a small segment from the history. The likeliest scenario: VTK files are huge and for a computation with tens of thousands of timesteps (e.g. 30000), we know already (from the data, or just expect it) that an event occurred during the last 500 timesteps. So we recompute them from a restart in the following mode: -io.restarts.first 29500 -io.restarts.write false -io.data.write false -io.vtk.write true Note that care needs to be taken to use a number for io.restarts.first which is compatible with the old io.restarts.spacing
-
Elias Pipping authored
Both u and a were written to and read from the field 'u'
-
Elias Pipping authored
Showing
- .gitignore 1 addition, 30 deletions.gitignore
- CMakeLists.txt 29 additions, 0 deletionsCMakeLists.txt
- Makefile.am 0 additions, 7 deletionsMakefile.am
- cmake/modules/CMakeLists.txt 3 additions, 0 deletionscmake/modules/CMakeLists.txt
- cmake/modules/DuneTectonicMacros.cmake 1 addition, 0 deletionscmake/modules/DuneTectonicMacros.cmake
- config.h.cmake 45 additions, 0 deletionsconfig.h.cmake
- configure.ac 0 additions, 22 deletionsconfigure.ac
- doc/CMakeLists.txt 1 addition, 0 deletionsdoc/CMakeLists.txt
- doc/doxygen/CMakeLists.txt 2 additions, 0 deletionsdoc/doxygen/CMakeLists.txt
- doc/doxygen/Doxylocal 30 additions, 0 deletionsdoc/doxygen/Doxylocal
- dune-tectonic.pc.in 2 additions, 2 deletionsdune-tectonic.pc.in
- dune.module 3 additions, 5 deletionsdune.module
- dune/CMakeLists.txt 1 addition, 0 deletionsdune/CMakeLists.txt
- dune/Makefile.am 0 additions, 3 deletionsdune/Makefile.am
- dune/tectonic/CMakeLists.txt 15 additions, 0 deletionsdune/tectonic/CMakeLists.txt
- dune/tectonic/Makefile.am 0 additions, 4 deletionsdune/tectonic/Makefile.am
- dune/tectonic/body.hh 3 additions, 2 deletionsdune/tectonic/body.hh
- dune/tectonic/frictionpotential.hh 30 additions, 27 deletionsdune/tectonic/frictionpotential.hh
- dune/tectonic/geocoordinate.hh 12 additions, 0 deletionsdune/tectonic/geocoordinate.hh
- dune/tectonic/globalfriction.hh 16 additions, 23 deletionsdune/tectonic/globalfriction.hh
CMakeLists.txt
0 → 100644
Makefile.am
deleted
100644 → 0
cmake/modules/CMakeLists.txt
0 → 100644
cmake/modules/DuneTectonicMacros.cmake
0 → 100644
config.h.cmake
0 → 100644
configure.ac
deleted
100644 → 0
doc/CMakeLists.txt
0 → 100644
doc/doxygen/CMakeLists.txt
0 → 100644
doc/doxygen/Doxylocal
0 → 100644
dune/CMakeLists.txt
0 → 100644
dune/Makefile.am
deleted
100644 → 0
dune/tectonic/CMakeLists.txt
0 → 100644
dune/tectonic/Makefile.am
deleted
100644 → 0
dune/tectonic/geocoordinate.hh
0 → 100644