aspect icon indicating copy to clipboard operation
aspect copied to clipboard

A parallel, extensible finite element code to simulate convection in both 2D and 3D models.

Results 390 aspect issues
Sort by recently updated
recently updated
newest added

This PR updates the continental extension cookbook documentation, and supersedes #4734 which was initialized from the wrong repository by accident. * [x] I have followed the [instructions for indenting my...

ready to test

with a floating point exception, see https://github.com/geodynamics/aspect/pull/4902#event-6973011711 for example

`fill_plastic_outputs` in MM/R/visco_plastic.cc outputs the current friction angle and cohesion and whether yielding occurs or not. The function is called in MM/visco_plastic.cc after `calculate_isostrain_viscosities` has been called. `calculate_isostrain_viscosities` returns whether...

This is an early version that is confirmed to work for 1 dimensional data at least. It is not hooked up to be used in any of the AsciiData* plugins...

Turn off mesh refinement to avoid divergence in a time dependent problem as discussed in https://github.com/geodynamics/aspect/issues/4919

ready to test

The graphical output of a computation with mesh deformation can now be optionally done on the undeformed reference mesh ("set Output undeformed mesh = true") and the displacement can be...

ready to test

Hello, I've been trying to run this cookbook for a while but I've always encountered convergence issues. I've been using the exact same parameters as in the S40RTS.prm and have...

This PR is at the moment for discussing with everybody interested the changes to the elasticy and visco-plastic plugins that @bobmyhill, @naliboff and I discussed yesterday. @dansand, your input would...

Added the level data of the Newton derivatives and free surface stabilization to ABlock for the GMG preconditioner, but it seems to increases the number of iterations based of the...

Trying to fix https://github.com/geodynamics/aspect/issues/3894. Currently only copying `dealii::VectorTools::compute_nonzero_normal_flux_constraints()` with slight modifications to make it work for level meshes, may need to optimize it in the future. It fixed (at least...

ready to test