[aspect-devel] Aspect-devel Digest, Vol 77, Issue 23

E.M. Dragowsky dragowsky at case.edu
Wed Apr 25 13:38:15 PDT 2018


Hi, Timo --  responses below

On Wed, Apr 25, 2018 at 3:00 PM, <aspect-devel-request at geodynamics.org>
wrote:

> Send Aspect-devel mailing list submissions to
>         aspect-devel at geodynamics.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel
> or, via email, send a message with subject or body 'help' to
>         aspect-devel-request at geodynamics.org
>
> You can reach the person managing the list at
>         aspect-devel-owner at geodynamics.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Aspect-devel digest..."
>
>
> Today's Topics:
>
>    1. Re: Aspect-devel Digest, Vol 77, Issue 20 (Timo Heister)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 25 Apr 2018 12:09:14 -0400
> From: Timo Heister <heister at clemson.edu>
> To: aspect-devel <aspect-devel at geodynamics.org>
> Subject: Re: [aspect-devel] Aspect-devel Digest, Vol 77, Issue 20
> Message-ID:
>         <CAMRj59H__QEui178QfJXnG+dy=3dPqv4BWM-WnWMhWkBe7P-Dg at mail.
> gmail.com>
> Content-Type: text/plain; charset="UTF-8"
>
> 1. Can you show the output of "ls -al ." inside the "tests" folder
> inside your "build" folder?
>
> ​I've attached a file. Performing the list revealed that the tests
themselves were not present, just the 'output' files anticipating the test
output. So then from ~/aspect/build,  I copied the contents of ../tests to
~/aspect/build/tests.​


2. What happens if you do
>
> cd tests
> ../aspect additional_outputs.x.pr
> ​m​
>
>
​Nothing happends when I try to run aspect against a test directly. An
aspect process is launched, but it just sleeps.​

?
>
> 3. Can you run other aspect examples like cookbooks/convection-box.prm ?
>
>
​I've tried also against ~/aspect/benchmarks/solcx.
Again, an aspect process launches, but just sleeps.

When I performed 'cmake .' in the benchmark/solcx directory, I had to
specify the flag to the aspect build directory. I still think there are
environment variables that are not set, but find no instructions about
doing such in the aspect manual, which I've been following to perform the
install.

Thanks!​





> On Wed, Apr 25, 2018 at 11:39 AM, E.M. Dragowsky <dragowsky at case.edu>
> wrote:
> > Hi, John, Timo --
> >
> > Thanks for your comments. I'm back in the office and able to resume work
> on
> > this.
> >
> > I did perform the two steps as suggested:
> > [mrd20 at comp163t build]$ make setup_tests
> > Enabling all tests ...
> > Added 414 tests.
> > Built target setup_tests
> > [mrd20 at comp163t build]$ make test -j4
> > Running tests...
> > Test project /home/mrd20/src/rider/aspect/build
> >         Start   1: additional_outputs
> >   1/414 Test   #1: additional_outputs
> > .............................................***Timeout 600.04 sec
> >         Start   2: additional_outputs_02
> >
> >
> > The time-out problem persists. Output from ctest -R additional_tests -VV
> > follows:
> > [mrd20 at comp163t build]$ ctest -R additional_outputs -VV
> > UpdateCTestConfiguration  from
> > :/home/mrd20/src/rider/aspect/build/DartConfiguration.tcl
> >  Add coverage exclude regular expressions.
> > SetCTestConfiguration:CMakeCommand:/usr/local/base/8.0/bin/cmake
> > UpdateCTestConfiguration  from
> > :/home/mrd20/src/rider/aspect/build/DartConfiguration.tcl
> > Test project /home/mrd20/src/rider/aspect/build
> > Constructing a list of tests
> > Done constructing a list of tests
> > Updating test list for fixtures
> > Added 0 tests to meet fixture requirements
> > Checking test dependency graph...
> > Checking test dependency graph end
> > test 1
> >     Start 1: additional_outputs
> >
> > 1: Test command: /usr/local/base/8.0/bin/cmake
> > "-DBINARY_DIR=/home/mrd20/src/rider/aspect/build"
> > "-DTESTNAME=tests.additional_outputs" "-DERROR="Test additional_outputs
> > failed"" "-P" "/home/mrd20/src/rider/aspect/tests/run_test.cmake"
> > 1: Test timeout computed to be: 600
> >
> >
> >
> > Cheers,
> > ~ Em
> >
> >
> >
> > On Sat, Apr 21, 2018 at 1:19 PM, <aspect-devel-request at geodynamics.org>
> > wrote:
> >>
> >> Send Aspect-devel mailing list submissions to
> >>         aspect-devel at geodynamics.org
> >>
> >> To subscribe or unsubscribe via the World Wide Web, visit
> >>         https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.
> geodynamics.org_cgi-2Dbin_mailman_listinfo_aspect-2Ddevel&d=DwIFaQ&c=Ngd-
> ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=c08Btfq4m9QEScXN3ZQwLZzzWQE7S8
> CYq1IYuzKV_Zk&m=OsMWCN0i1fBpSVF-kwB9_uooT9DHgLFVfJP57MheKFY&s=
> W0Ic9h9F5GfdgCcaEKpW8tZOeR2CJOXleEJlIU119rw&e=
> >> or, via email, send a message with subject or body 'help' to
> >>         aspect-devel-request at geodynamics.org
> >>
> >> You can reach the person managing the list at
> >>         aspect-devel-owner at geodynamics.org
> >>
> >> When replying, please edit your Subject line so it is more specific
> >> than "Re: Contents of Aspect-devel digest..."
> >>
> >>
> >> Today's Topics:
> >>
> >>    1. Re: aspect-1.5 post-install tests (E.M. Dragowsky)
> >>    2. Re: aspect-1.5 post-install tests (John Naliboff)
> >>    3. Re: aspect-1.5 post-install tests (Timo Heister)
> >>
> >>
> >> ----------------------------------------------------------------------
> >>
> >> Message: 1
> >> Date: Fri, 20 Apr 2018 16:41:14 -0400
> >> From: "E.M. Dragowsky" <dragowsky at case.edu>
> >> To: aspect-devel at geodynamics.org
> >> Subject: Re: [aspect-devel] aspect-1.5 post-install tests
> >> Message-ID:
> >>
> >> <CAPbGgMzxSG=rYUUBD+XtZh+D66c4sXi_t+m4MSgqVnSWz=Etxg at mail.gmail.com>
> >> Content-Type: text/plain; charset="utf-8"
> >>
> >> Hi, Timo --
> >>
> >> Thanks for the suggestion. Literally following the instructions:
> >>
> >> 1. git clone -b branch https:....
> >> 2. mkdir build
> >> 3. cd build
> >> 4. ccmake ..
> >> 5. make -j 6
> >>
> >> resulted in an aspect binary. Then
> >>
> >> 6. 'make test' resulted in the test timing out. Processes for aspect,
> >> run_test.sh and ctest were all started, and persisted for 10 minutes.
> The
> >> output to the Testing/Temporary/LastLog.tmp was as follows:
> >>
> >> Start testing: Apr 20 16:17 EDT
> >> ----------------------------------------------------------
> >> 1/414 Testing: additional_outputs
> >> 1/414 Test: additional_outputs
> >> Command: "/usr/local/base/8.0/bin/cmake"
> >> "-DBINARY_DIR=/home/mrd20/src/rider/aspect/build"
> >> "-DTESTNAME=tests.additional_outputs" "-DERROR="Test additional_outputs
> >> failed"" "-P" "/home/mrd20/src/rider/aspect/tests/run_test.cmake"
> >> Directory: /home/mrd20/src/rider/aspect/build/tests
> >> "additional_outputs" start time: Apr 20 16:17 EDT
> >> Output:
> >> ----------------------------------------------------------
> >> <end of output>
> >> Test time = 600.03 sec
> >> ----------------------------------------------------------
> >> Test Failed.
> >>
> >> At least it's a new failure mode for me ;)
> >> Perhaps I should revert to a cmake configuration that does not prepare
> all
> >> tests.
> >>
> >> I work in the HPC group at CWRU, and am not an aspect practitioner.
> I'll
> >> be away from work until next Wednesday, and look forward to any further
> >> guidance. Ideally, there could be a reference that allows to check the
> >> details of the cmake/ctest configuration settings....
> >>
> >> I'll also look for an alternative (manual) test to perform from the
> manual
> >> just to ensure that aspect binary will run given inputs.
> >>
> >> Best regards,
> >> ~ Emily
> >> -------------- next part --------------
> >> An HTML attachment was scrubbed...
> >> URL:
> >> <https://urldefense.proofpoint.com/v2/url?u=http-
> 3A__lists.geodynamics.org_pipermail_aspect-2Ddevel_
> attachments_20180420_d5941483_attachment-2D0001.html&d=DwIFaQ&c=Ngd-
> ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=c08Btfq4m9QEScXN3ZQwLZzzWQE7S8
> CYq1IYuzKV_Zk&m=OsMWCN0i1fBpSVF-kwB9_uooT9DHgLFVfJP57MheKFY&s=
> T5MLWyQkCZtnseb9o2Xe6ZpwDULNygMwVf4tc52F8WE&e=>
> >>
> >> ------------------------------
> >>
> >> Message: 2
> >> Date: Fri, 20 Apr 2018 09:35:31 -0700
> >> From: John Naliboff <jbnaliboff at ucdavis.edu>
> >> To: aspect-devel at geodynamics.org
> >> Subject: Re: [aspect-devel] aspect-1.5 post-install tests
> >> Message-ID: <b96decd5-d445-78ba-fa5c-cf2a46697c2d at ucdavis.edu>
> >> Content-Type: text/plain; charset="utf-8"; Format="flowed"
> >>
> >> Hi EM,
> >>
> >> After building ASPECT using "make", the steps to setup and run the test
> >> suite are
> >>      1. make setup_tests (enables tests)
> >>      2a. make test (runs quick_mpi; running this command a second time
> >> runs the full test suite)
> >>      2b. ctest -R "test_name" (Runs tests containing the string
> >> "test_name")
> >>
> >>  From your output below, it looks like "make setup_tests" may not have
> >> been run? If that does not work, can you resend the new output?
> >>
> >> Cheers,
> >> John
> >>
> >> On 04/20/2018 07:07 AM, E.M. Dragowsky wrote:
> >> > Hi, everyone --
> >> >
> >> > I need help with the make and run of the aspect tests. I seem to be
> >> > overlooking configuration details, but it's not intentional -- I'm
> >> > having trouble getting a handle on how to engage with either make or
> >> > cmake/ctest, and have probably convolved steps for the use of the two
> >> > approaches.
> >> >
> >> > I can build the debug version of aspect-1.5, and that is rather
> >> > straightforward. This is being done on a local computing cluster, and
> >> > working with gcc/6.3.0 and openmpi/2.0.1, MKL/17 and Lapack/3.7.0
> >> > from the system, with the p4est, Trilinos and dealii built in my user
> >> > directory. I'm following the in-source build, using 'ccmake .' to
> >> > configure and generate the structures supporting compiling and linking
> >> > the code through 'make'.
> >> >
> >> > When trying to use 'ctest -V -R quick_mpi', the test source
> >> > directories are not found.
> >> > Here is the detailed output:
> >> >  [mrd20 at comp234t build-debug]$ ctest -V -R quick_mpi
> >> > UpdateCTestConfiguration  from
> >> > :/home/mrd20/src/rider/aspect-1.5.0/build-debug/DartConfiguration.tcl
> >> >  Add coverage exclude regular expressions.
> >> > SetCTestConfiguration:CMakeCommand:/usr/local/base/8.0/bin/cmake
> >> > UpdateCTestConfiguration  from
> >> > :/home/mrd20/src/rider/aspect-1.5.0/build-debug/DartConfiguration.tcl
> >> > Test project /home/mrd20/src/rider/aspect-1.5.0/build-debug
> >> > Constructing a list of tests
> >> > Done constructing a list of tests
> >> > Updating test list for fixtures
> >> > Added 0 tests to meet fixture requirements
> >> > Checking test dependency graph...
> >> > Checking test dependency graph end
> >> > test 311
> >> >     Start 311: quick_mpi
> >> >
> >> > 311: Test command: /usr/local/base/8.0/bin/cmake
> >> > "-DBINARY_DIR=/home/mrd20/src/rider/aspect-1.5.0/build-debug"
> >> > "-DTESTNAME=tests.quick_mpi" "-DERROR="Test quick_mpi failed"" "-P"
> >> > "/home/mrd20/src/rider/aspect-1.5.0/build-debug/tests/run_test.cmake"
> >> > 311: Test timeout computed to be: 600
> >> > *311: CMake Error: The source directory
> >> > "/home/mrd20/src/rider/aspect-1.5.0/build-debug/tests.quick_mpi" does
> >> > not exist.*
> >> > 311: Specify --help for usage, or press the help button on the CMake
> >> > GUI.
> >> > 311: *** "Test quick_mpi failed": ***
> >> > 311: CMake Error at run_test.cmake:13 (MESSAGE):
> >> > 311:   message called with incorrect number of arguments
> >> > 311:
> >> > 311:
> >> > 1/1 Test #311: quick_mpi ........................***Failed    0.02
> sec
> >> >
> >> >
> >> > I have tried editing tests/CMakeList.txt, to provide a path to these
> >> > test files, e.g.:
> >> > ../build-debug/tests/CMakeFiles/tests.quick_mpi
> >> >
> >> >
> >> > After rerunning 'make setup_tests', this results in an error for each
> >> > test, 'Error: could not load cache'
> >> >
> >> > I suspect there are environment variables to set, and yet I can't
> >> > seem to puzzle out how to properly move forward.
> >> > Best wishes,
> >> > ~ Em
> >> >
> >> >
> >> >
> >> >
> >> > --
> >> > E.M. Dragowsky, Ph.D.
> >> > Research Computing -- UTech
> >> > Case Western Reserve University
> >> > (216) 368-0082
> >> >
> >> >
> >> > _______________________________________________
> >> > Aspect-devel mailing list
> >> > Aspect-devel at geodynamics.org
> >> > https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.
> geodynamics.org_cgi-2Dbin_mailman_listinfo_aspect-2Ddevel&d=DwIFaQ&c=Ngd-
> ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=c08Btfq4m9QEScXN3ZQwLZzzWQE7S8
> CYq1IYuzKV_Zk&m=OsMWCN0i1fBpSVF-kwB9_uooT9DHgLFVfJP57MheKFY&s=
> W0Ic9h9F5GfdgCcaEKpW8tZOeR2CJOXleEJlIU119rw&e=
> >>
> >> -------------- next part --------------
> >> An HTML attachment was scrubbed...
> >> URL:
> >> <https://urldefense.proofpoint.com/v2/url?u=http-
> 3A__lists.geodynamics.org_pipermail_aspect-2Ddevel_
> attachments_20180420_34d966b9_attachment-2D0001.html&d=DwIFaQ&c=Ngd-
> ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=c08Btfq4m9QEScXN3ZQwLZzzWQE7S8
> CYq1IYuzKV_Zk&m=OsMWCN0i1fBpSVF-kwB9_uooT9DHgLFVfJP57MheKFY&s=QO_
> eAY2Haj7FjmMSzkNxaPCr9Q-MQOufubjEKylEEV4&e=>
> >>
> >> ------------------------------
> >>
> >> Message: 3
> >> Date: Sat, 21 Apr 2018 13:25:57 -0400
> >> From: Timo Heister <heister at clemson.edu>
> >> To: aspect-devel <aspect-devel at geodynamics.org>
> >> Subject: Re: [aspect-devel] aspect-1.5 post-install tests
> >> Message-ID:
> >>
> >> <CAMRj59H2heZP7dctLmMit4b0O-3p0CE9TmC0yvaJRTgcghOa2Q at mail.gmail.com>
> >> Content-Type: text/plain; charset="UTF-8"
> >>
> >> > From your output below, it looks like "make setup_tests" may not have
> >> > been
> >> > run? If that does not work, can you resend the new output?
> >>
> >> setup_tests is only enabling  the ENABLE_ALL_TESTS thing, so it is not
> >> necessary here.
> >>
> >>
> >>
> >> --
> >> Timo Heister
> >> http://www.math.clemson.edu/~heister/
> >>
> >>
> >> ------------------------------
> >>
> >> Subject: Digest Footer
> >>
> >> _______________________________________________
> >> Aspect-devel mailing list
> >> Aspect-devel at geodynamics.org
> >> https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.
> geodynamics.org_cgi-2Dbin_mailman_listinfo_aspect-2Ddevel&d=DwIFaQ&c=Ngd-
> ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=c08Btfq4m9QEScXN3ZQwLZzzWQE7S8
> CYq1IYuzKV_Zk&m=OsMWCN0i1fBpSVF-kwB9_uooT9DHgLFVfJP57MheKFY&s=
> W0Ic9h9F5GfdgCcaEKpW8tZOeR2CJOXleEJlIU119rw&e=
> >>
> >> ------------------------------
> >>
> >> End of Aspect-devel Digest, Vol 77, Issue 20
> >> ********************************************
> >
> >
> >
> >
> > --
> > E.M. Dragowsky, Ph.D.
> > Research Computing -- UTech
> > Case Western Reserve University
> > (216) 368-0082
> >
> > _______________________________________________
> > Aspect-devel mailing list
> > Aspect-devel at geodynamics.org
> > https://urldefense.proofpoint.com/v2/url?u=http-3A__lists.
> geodynamics.org_cgi-2Dbin_mailman_listinfo_aspect-2Ddevel&d=DwIGaQ&c=Ngd-
> ta5yRYsqeUsEDgxhcqsYYY1Xs5ogLxWPA_2Wlc4&r=R5lvg9JC99XvuTgScgbY_
> QFS80R7PEA2q0EPwDy7VQw&m=4THXRjAXNqEwaEYPNFDINHfM6WT8tv
> Vp4jw3Mx1WUbE&s=ajj6J-o3jECEEYcbaANR1Zr75s9Ulu5Jrdfgiy-Q1s8&e=
>
>
>
> --
> Timo Heister
> http://www.math.clemson.edu/~heister/
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> _______________________________________________
> Aspect-devel mailing list
> Aspect-devel at geodynamics.org
> http://lists.geodynamics.org/cgi-bin/mailman/listinfo/aspect-devel
>
> ------------------------------
>
> End of Aspect-devel Digest, Vol 77, Issue 23
> ********************************************
>



-- 
E.M. Dragowsky, Ph.D.
Research Computing -- UTech
Case Western Reserve University
(216) 368-0082
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.geodynamics.org/pipermail/aspect-devel/attachments/20180425/5989c16c/attachment-0001.html>
-------------- next part --------------
total 30160
drwxr-xr-x  417 mrd20 tas35   61440 Apr 25 16:18 .
drwxr-xr-x    4 mrd20 tas35    4096 Apr 25 16:12 ..
-rw-r--r--    1 mrd20 tas35       0 Apr 25 16:18 build-tests-ls-al.txt
drwxr-xr-x 1465 mrd20 tas35  221184 Apr 25 16:12 CMakeFiles
-rw-r--r--    1 mrd20 tas35    1018 Apr 25 16:12 cmake_install.cmake
-rw-r--r--    1 mrd20 tas35  168921 Apr 25 15:58 CTestTestfile.cmake
-rw-r--r--    1 mrd20 tas35 1470057 Apr 25 15:58 Makefile
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-additional_outputs
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-additional_outputs_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-additional_outputs_03
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_boundary
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_conditions
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_conditions_function
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_heating_simplified
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_heating_with_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_chunk_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_constant
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_subadiabaticity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_without_boundary
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-advect_mesh_vertically
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-always_refine
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-anisotropic_viscosity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-artificial_postprocess
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-artificial_viscosity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_boundary_member
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_adiabatic_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_composition_2d_box_time
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_composition_3d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_temperature_2d_box_time
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_temperature_3d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_box_time
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_box_time_backward
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_shell
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_3d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_3d_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_3d_shell
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_gravity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_composition_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_composition_3d_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_composition_3d_shell
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_temperature_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_temperature_3d_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_temperature_3d_shell
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_nonuniform_initial_composition_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_prescribed_stokes_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_arithmetic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_geometric
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_harmonic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_log
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_none
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_nwd_arithmetic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_nwd_geometric
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_nwd_harmonic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_pick_largest
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_project_to_q1
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-backward_advection
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-blankenbach
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-blankenbach-approximation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-blankenbach-case1a
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-blankenbach-case2b
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-boundary_temperature_function
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-box_end_time_1e7_terminate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-box_first_time_step
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-box_first_time_step_alternate_bc
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-box_origin
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-box_repetitions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-box_steady_state_terminate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-burnman_test
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-burstedde
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-cell_reference
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-cells_in_circumference
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-checkpoint_01
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-checkpoint_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_ascii_initial_temperature
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_cross_hemisphere
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_first_time_step_2d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_first_time_step_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-command_postprocessor
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition_active
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition-active-with-melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition-active-without-melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compositional_boundary_values
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compositional_boundary_values_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compositional_boundary_values_03
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-compositional_vectors
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-compositional_vectors_3d
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-composition_names
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-composition_passive_tracers
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition_reaction
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition_reaction_iterated_IMPES
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition_stabilization
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compressibility
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compressibility_iterated_stokes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compressibility_iterated_stokes_direct_solver
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compression_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-conservative_with_mpi
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-constant_composition_convergence
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-constant_temperature_boundary_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-coordinate_transformation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-dash_dash
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-density_boundary
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_01
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_03
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_04
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_05
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_rounding_bug
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_txt_output
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_underres
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_dependent_3d_shell_list_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_dependent_box_file_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_dependent_box_function_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_dependent_box_none_simple
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_box
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_chunk
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_ellipsoidal_chunk
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_sphere
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_spherical_shell
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_two_merged_boxes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-diffusion
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-diffusion_dislocation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-diffusion_dislocation_fixed_strain_rate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-diffusion_velocity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-direct_solver_1
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-direct_solver_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_composition_1
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_composition_bound_preserving_limiter
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_composition_bound_preserving_limiter_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_temperature
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_temperature_spherical_shell_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-drucker_prager_compression
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-drucker_prager_extension
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-dynamic_topography
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-dynamic_topography2
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-dynamic_topography3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-edit_parameters
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-ellipsoidal_chunk_coordinate_parallel
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-ellipsoidal_chunk_noncoordinate_parallel
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-fail
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-find_postprocess
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_adaptive_blob
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_blob
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_iterated_stokes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_relaxation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_tangential_mesh_velocity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-geometric_average_crash
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-global_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-global_refine_amr
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-gplates_1_3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-gplates_1_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-gplates_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-gplates_rotation
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-graphical_output
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-graphical_output_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-graphical_output_hdf5
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-gravity_function
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-heat_advection_by_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-heat_flux_densities
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-heat_flux_map
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-heat_flux_map_vis
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-hexagonal_initial_temperature
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-inclusion_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-inclusion_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-inclusion_adaptive
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-initial_condition_S20RTS
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-initial_condition_S40RTS
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-initial_condition_SAVANI
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-inner_core
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-internal_heating_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-iterated_IMPES
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-iterated_IMPES_direct_solver
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-iterated_IMPES_residual
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-king_ala
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-king_ala_nondim
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-latent_heat
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-latent_heat_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-latent_heat_melt_statistics
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-lithosphere_boundary_indicator
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-lithosphere_boundary_indicator_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-mass_flux_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_burstedde
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_composition_reaction
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_cookbooks_freesurface_with_crust
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_diffusion_dislocation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_inclusion_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_latent_heat
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_latent_heat_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_morency_doin
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_multicomponent
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_shear_thinning
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_simple_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_simpler
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_solcx
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_solkz
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_steinberger
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_tangurnis
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-matrix_nonzeros_1
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-matrix_nonzeros_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-matrix_nonzeros_3
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-maximum_refinement_function
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-maximum_refinement_function_cartesian
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-maximum_refinement_function_spherical
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-maxtimestep
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_compressible_advection
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melting_rate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_introspection
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_material_1
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_material_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_material_3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_material_4
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-melt_postprocessor_peridotite
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-melt_postprocessor_pyroxenite
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-melt_property_visualization
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_adaptive
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_compressible_iterative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_convergence_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_convergence_test
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-memory_statistics_1
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-mesh_velocity_output
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-minimum_refinement_function
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-minimum_refinement_function_cartesian
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-minimum_refinement_function_spherical
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-minimum_refinement_function_time_dependent
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-morency_doin
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-multicomponent_arithmetic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-multicomponent_geometric
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-multicomponent_harmonic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-multicomponent_max_composition
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_adiabatic_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_adiabatic_heating_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_adiabatic_heating_03
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_conduction_timestep
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_flow
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-non_conservative_with_mpi
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-nonlinear_convergence_for_small_composition
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-normalize_initial_composition
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-normalize_pressure_volume
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-octagonal_initial_temperature
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-octagonal_initial_temperature_rotated
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-own_gravity
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-parallel_output_group_0
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-parallel_output_group_1
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-parallel_output_group_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_count_statistics
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_ascii
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_box
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_box_3d
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_quadrature_points
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_radial
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_reference_cell
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_initial_adaptive_output
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_initial_adaptive_refinement
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_integrator_euler
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_integrator_rk4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_interpolator_cell_average
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_interpolator_cell_average_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_interpolator_empty_cells
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_interpolator_from_ghost_cells
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_linear_accelerated_flow_rk2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_refinement
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_refinement_02
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_removal
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_removal_addition
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_removal_addition_properties
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_output_hdf5
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_output_none
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_periodic_boundaries
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_function
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_initial_composition
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_integrated_strain_pure_shear
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_integrated_strain_simple_shear
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_multiple_functions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_multiple_functions_with_interpolation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_timing_information
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_visualization_particle_count
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-passive_comp
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_box2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_box_freesurface
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_box_mpi10
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_linear_momentum
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-plugin
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-plugin_dependency
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-plugin_dependency_redundant
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-plugin_dependency_redundant_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-point_value_01
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-point_value_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-point_value_02_mpi
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-point_value_03
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-poiseuille_2d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-poiseuille_2d_horizontal_pressure_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-poiseuille_2d_pressure_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-poiseuille_3d_x_horizontal_pressure_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-postprocess_initial
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prescribed_stokes_solution
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prescribed_velocity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prescribed_velocity_boundary
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_boundary
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_compatibility
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_compatibility_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_compatibility_3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_compatibility_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prmbackslash
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prmbackslash_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prm_polygon_in_out
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pure_shear
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:53 output-quick_mpi
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-radioactive_decay
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-radiogenic_heating
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_artificial_viscosity_1
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_artificial_viscosity_2
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_artificial_viscosity_3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-refinement_boundary
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_composition_gradient
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_composition_threshold
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_strainrate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-refinement_switch
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-refinement_topography
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-refine_vel
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-remove_angular_momentum
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-remove_net_rotation
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-resume_free_surface
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-segregation_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_bands
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_heating_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_heating_with_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_thinning
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-signal_fem
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-signals
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-signals_connect
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-signals_post_constraints
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simple_compressibility_iterated_stokes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simple_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simple_incompressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simpler_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simpler_composition
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simple_shear
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-slope_refinement
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-smoothing
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-smoothing-composition-passive
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_2_conservative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_2_normalized_pressure
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_2_q3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4_conservative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4_normalized_pressure
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4_normalized_pressure_large_static_pressure
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4_normalized_pressure_low_solver_tolerance
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_mpi_2
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_tracers
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-solidus_initial_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-solitary_wave
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2_cheaper_first_phase_solver
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2_conservative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2_no_first_phase_solver
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2_q3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_4_conservative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-solver_history
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-spherical_velocity_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-steinberger_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-steinberger_lateral_fail
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-steinberger_viscosity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-steinberger_viscosity_adiabatic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-stokes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-stokes_residual
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_box_constant_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_2d_180_degrees
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_2d_90_degrees
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_2d_full
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_3d_90_degrees
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_3d_full
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_ba
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_ba_custom
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_tala
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_tala_c
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_tala_implicit
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-temperature_dependent_stokes_matrix
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-terminate_user_request
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-time_dependent_temperature_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-time_dependent_temperature_bc_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-traction_ascii_data
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-upwelling_melting_peridotite
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-upwelling_melting_peridotite_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-upwelling_melting_pyroxenite
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-van_keken_smooth_tracer
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-velocity_boundary_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-velocity_divergence
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-velocity_in_years
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visco_plastic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visco_plastic_complex
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visco_plastic_yield
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visco_plastic_yield_strain_weakening
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-viscosity_refinement
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-viscous_dissipation_statistics
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_conductivity_diffusivity
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_shear_stress
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_strain_rate
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_stress
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visualization_unique_list
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_vertical_heat_flux
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-vis_velocity_in_years
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-viz_plugin_dependency
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-zero_matrix
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-zero_RHS
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-zero_temperature
-------------- next part --------------
total 86608
drwxr-xr-x  840 mrd20 tas35  196608 Apr 25 16:37 .
drwxr-xr-x    5 mrd20 tas35    4096 Apr 25 16:28 ..
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 additional_outputs
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 additional_outputs_02
-rw-r--r--    1 mrd20 tas35    4687 Apr 25 16:20 additional_outputs_02.cc
-rw-r--r--    1 mrd20 tas35    2126 Apr 25 16:20 additional_outputs_02.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 additional_outputs_03
-rw-r--r--    1 mrd20 tas35    5296 Apr 25 16:20 additional_outputs_03.cc
-rw-r--r--    1 mrd20 tas35    2172 Apr 25 16:20 additional_outputs_03.prm
-rw-r--r--    1 mrd20 tas35    2228 Apr 25 16:20 additional_outputs.cc
-rw-r--r--    1 mrd20 tas35    2065 Apr 25 16:20 additional_outputs.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_boundary
-rw-r--r--    1 mrd20 tas35    2371 Apr 25 16:20 adiabatic_boundary.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_conditions
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 adiabatic_conditions_function
-rw-r--r--    1 mrd20 tas35    2116 Apr 25 16:20 adiabatic_conditions_function.prm
-rw-r--r--    1 mrd20 tas35    2025 Apr 25 16:20 adiabatic_conditions.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_heating
-rw-r--r--    1 mrd20 tas35    4782 Apr 25 16:20 adiabatic_heating.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_heating_simplified
-rw-r--r--    1 mrd20 tas35    4971 Apr 25 16:20 adiabatic_heating_simplified.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_heating_with_melt
-rw-r--r--    1 mrd20 tas35    3912 Apr 25 16:20 adiabatic_heating_with_melt.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_initial_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_initial_conditions_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_initial_conditions_chunk_3d
-rw-r--r--    1 mrd20 tas35    2817 Apr 25 16:20 adiabatic_initial_conditions_chunk_3d.prm
-rw-r--r--    1 mrd20 tas35    2692 Apr 25 16:20 adiabatic_initial_conditions_chunk.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_initial_conditions_compressible
-rw-r--r--    1 mrd20 tas35    2503 Apr 25 16:20 adiabatic_initial_conditions_compressible.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_initial_conditions_constant
-rw-r--r--    1 mrd20 tas35    2435 Apr 25 16:20 adiabatic_initial_conditions_constant.prm
-rw-r--r--    1 mrd20 tas35    2640 Apr 25 16:20 adiabatic_initial_conditions.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_initial_conditions_subadiabaticity
-rw-r--r--    1 mrd20 tas35    2572 Apr 25 16:20 adiabatic_initial_conditions_subadiabaticity.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 adiabatic_initial_conditions_without_boundary
-rw-r--r--    1 mrd20 tas35    1811 Apr 25 16:20 adiabatic_initial_conditions_without_boundary.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 advect_mesh_vertically
-rw-r--r--    1 mrd20 tas35    3002 Apr 25 16:20 advect_mesh_vertically.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 always_refine
-rw-r--r--    1 mrd20 tas35    3010 Apr 25 16:20 always_refine.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 anisotropic_viscosity
-rw-r--r--    1 mrd20 tas35    5157 Apr 25 16:20 anisotropic_viscosity.cc
-rw-r--r--    1 mrd20 tas35    2372 Apr 25 16:20 anisotropic_viscosity.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 artificial_postprocess
-rw-r--r--    1 mrd20 tas35    1678 Apr 25 16:20 artificial_postprocess.cc
-rw-r--r--    1 mrd20 tas35    3599 Apr 25 16:20 artificial_postprocess.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 artificial_viscosity
-rw-r--r--    1 mrd20 tas35    3736 Apr 25 16:20 artificial_viscosity.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_boundary_member
-rw-r--r--    1 mrd20 tas35    7421 Apr 25 16:20 ascii_boundary_member.cc
-rw-r--r--    1 mrd20 tas35    1806 Apr 25 16:20 ascii_boundary_member.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 ascii_data_adiabatic_conditions
-rw-r--r--    1 mrd20 tas35    1916 Apr 25 16:20 ascii_data_adiabatic_conditions.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_composition_2d_box_time
-rw-r--r--    1 mrd20 tas35    2169 Apr 25 16:20 ascii_data_boundary_composition_2d_box_time.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_composition_3d_box
-rw-r--r--    1 mrd20 tas35    1964 Apr 25 16:20 ascii_data_boundary_composition_3d_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_temperature_2d_box_time
-rw-r--r--    1 mrd20 tas35    1798 Apr 25 16:20 ascii_data_boundary_temperature_2d_box_time.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_temperature_3d_box
-rw-r--r--    1 mrd20 tas35    1739 Apr 25 16:20 ascii_data_boundary_temperature_3d_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_velocity_2d_box
-rw-r--r--    1 mrd20 tas35    1762 Apr 25 16:20 ascii_data_boundary_velocity_2d_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_velocity_2d_box_time
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_velocity_2d_box_time_backward
-rw-r--r--    1 mrd20 tas35    2027 Apr 25 16:20 ascii_data_boundary_velocity_2d_box_time_backward.prm
-rw-r--r--    1 mrd20 tas35    1932 Apr 25 16:20 ascii_data_boundary_velocity_2d_box_time.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_velocity_2d_chunk
-rw-r--r--    1 mrd20 tas35    1951 Apr 25 16:20 ascii_data_boundary_velocity_2d_chunk.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_velocity_2d_shell
-rw-r--r--    1 mrd20 tas35    1964 Apr 25 16:20 ascii_data_boundary_velocity_2d_shell.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_velocity_3d_box
-rw-r--r--    1 mrd20 tas35    1928 Apr 25 16:20 ascii_data_boundary_velocity_3d_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_velocity_3d_chunk
-rw-r--r--    1 mrd20 tas35    2011 Apr 25 16:20 ascii_data_boundary_velocity_3d_chunk.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_boundary_velocity_3d_shell
-rw-r--r--    1 mrd20 tas35    1982 Apr 25 16:20 ascii_data_boundary_velocity_3d_shell.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 ascii_data_gravity
-rw-r--r--    1 mrd20 tas35    1965 Apr 25 16:20 ascii_data_gravity.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_initial_composition_2d_box
-rw-r--r--    1 mrd20 tas35    1946 Apr 25 16:20 ascii_data_initial_composition_2d_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_initial_composition_3d_chunk
-rw-r--r--    1 mrd20 tas35    2151 Apr 25 16:20 ascii_data_initial_composition_3d_chunk.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_initial_composition_3d_shell
-rw-r--r--    1 mrd20 tas35    2174 Apr 25 16:20 ascii_data_initial_composition_3d_shell.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_initial_temperature_2d_box
-rw-r--r--    1 mrd20 tas35    1674 Apr 25 16:20 ascii_data_initial_temperature_2d_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_initial_temperature_3d_chunk
-rw-r--r--    1 mrd20 tas35    1731 Apr 25 16:20 ascii_data_initial_temperature_3d_chunk.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_initial_temperature_3d_shell
-rw-r--r--    1 mrd20 tas35    1705 Apr 25 16:20 ascii_data_initial_temperature_3d_shell.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_nonuniform_initial_composition_2d_box
-rw-r--r--    1 mrd20 tas35    2187 Apr 25 16:20 ascii_data_nonuniform_initial_composition_2d_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 ascii_data_prescribed_stokes_2d_box
-rw-r--r--    1 mrd20 tas35    1996 Apr 25 16:20 ascii_data_prescribed_stokes_2d_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_arithmetic
-rw-r--r--    1 mrd20 tas35    2367 Apr 25 16:20 average_arithmetic.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_geometric
-rw-r--r--    1 mrd20 tas35    2366 Apr 25 16:20 average_geometric.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_harmonic
-rw-r--r--    1 mrd20 tas35    2367 Apr 25 16:20 average_harmonic.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_log
-rw-r--r--    1 mrd20 tas35    2360 Apr 25 16:20 average_log.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_none
-rw-r--r--    1 mrd20 tas35    2353 Apr 25 16:20 average_none.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_nwd_arithmetic
-rw-r--r--    1 mrd20 tas35    2468 Apr 25 16:20 average_nwd_arithmetic.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_nwd_geometric
-rw-r--r--    1 mrd20 tas35    2466 Apr 25 16:20 average_nwd_geometric.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_nwd_harmonic
-rw-r--r--    1 mrd20 tas35    2465 Apr 25 16:20 average_nwd_harmonic.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_pick_largest
-rw-r--r--    1 mrd20 tas35    2361 Apr 25 16:20 average_pick_largest.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 average_project_to_q1
-rw-r--r--    1 mrd20 tas35    2362 Apr 25 16:20 average_project_to_q1.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 backward_advection
-rw-r--r--    1 mrd20 tas35    2362 Apr 25 16:20 backward_advection.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 blankenbach
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 blankenbach-approximation
-rw-r--r--    1 mrd20 tas35    2797 Apr 25 16:20 blankenbach-approximation.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 blankenbach-case1a
-rw-r--r--    1 mrd20 tas35    2966 Apr 25 16:20 blankenbach-case1a.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 blankenbach-case2b
-rw-r--r--    1 mrd20 tas35    3110 Apr 25 16:20 blankenbach-case2b.prm
-rw-r--r--    1 mrd20 tas35    2428 Apr 25 16:20 blankenbach.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 boundary_temperature_function
-rw-r--r--    1 mrd20 tas35    1874 Apr 25 16:20 boundary_temperature_function.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 box_end_time_1e7_terminate
-rw-r--r--    1 mrd20 tas35    1968 Apr 25 16:20 box_end_time_1e7_terminate.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 box_first_time_step
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 box_first_time_step_alternate_bc
-rw-r--r--    1 mrd20 tas35    2071 Apr 25 16:20 box_first_time_step_alternate_bc.prm
-rw-r--r--    1 mrd20 tas35    1672 Apr 25 16:20 box_first_time_step.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 box_origin
-rw-r--r--    1 mrd20 tas35    1936 Apr 25 16:20 box_origin.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 box_repetitions
-rw-r--r--    1 mrd20 tas35    1807 Apr 25 16:20 box_repetitions.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 box_steady_state_terminate
-rw-r--r--    1 mrd20 tas35    1826 Apr 25 16:20 box_steady_state_terminate.prm
-rw-r--r--    1 mrd20 tas35       0 Apr 25 16:37 build-tests-after-copy-dist-tests.txt
-rw-r--r--    1 mrd20 tas35   34424 Apr 25 16:18 build-tests-ls-al.txt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 burnman_test
-rw-r--r--    1 mrd20 tas35    3916 Apr 25 16:20 burnman_test.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 burstedde
-rw-r--r--    1 mrd20 tas35   19471 Apr 25 16:20 burstedde.cc
-rw-r--r--    1 mrd20 tas35    2964 Apr 25 16:20 burstedde.prm
-rwxr-xr-x    1 mrd20 tas35     224 Apr 25 16:20 burstedde.sh
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 cell_reference
-rw-r--r--    1 mrd20 tas35     933 Apr 25 16:20 cell_reference.cc
-rw-r--r--    1 mrd20 tas35    1938 Apr 25 16:20 cell_reference.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 cells_in_circumference
-rw-r--r--    1 mrd20 tas35    2663 Apr 25 16:20 cells_in_circumference.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 checkpoint_01
-rw-r--r--    1 mrd20 tas35    2387 Apr 25 16:20 checkpoint_01.cc
-rw-r--r--    1 mrd20 tas35    2492 Apr 25 16:20 checkpoint_01.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 checkpoint_02
-rw-r--r--    1 mrd20 tas35    2892 Apr 25 16:20 checkpoint_02.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 checkpoint_02_petsc
-rw-r--r--    1 mrd20 tas35    2934 Apr 25 16:20 checkpoint_02_petsc.cc
-rw-r--r--    1 mrd20 tas35    2171 Apr 25 16:20 checkpoint_02_petsc.prm
-rw-r--r--    1 mrd20 tas35    2305 Apr 25 16:20 checkpoint_02.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 chunk_ascii_initial_temperature
-rw-r--r--    1 mrd20 tas35    2041 Apr 25 16:20 chunk_ascii_initial_temperature.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 chunk_conditions
-rw-r--r--    1 mrd20 tas35    2056 Apr 25 16:20 chunk_conditions.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 chunk_cross_hemisphere
-rw-r--r--    1 mrd20 tas35    1887 Apr 25 16:20 chunk_cross_hemisphere.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 chunk_first_time_step_2d
-rw-r--r--    1 mrd20 tas35    1867 Apr 25 16:20 chunk_first_time_step_2d.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 chunk_first_time_step_3d
-rw-r--r--    1 mrd20 tas35    1870 Apr 25 16:20 chunk_first_time_step_3d.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 cmake
drwxr-xr-x 1465 mrd20 tas35  221184 Apr 25 16:27 CMakeFiles
-rw-r--r--    1 mrd20 tas35    1018 Apr 25 16:12 cmake_install.cmake
-rw-r--r--    1 mrd20 tas35   14928 Apr 25 16:20 CMakeLists.txt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 command_postprocessor
-rw-r--r--    1 mrd20 tas35     879 Apr 25 16:20 command_postprocessor.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 composition_active
-rw-r--r--    1 mrd20 tas35    3068 Apr 25 16:20 composition_active.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 composition-active-with-melt
-rw-r--r--    1 mrd20 tas35    4720 Apr 25 16:20 composition-active-with-melt.cc
-rw-r--r--    1 mrd20 tas35    3420 Apr 25 16:20 composition-active-with-melt.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 composition-active-without-melt
-rw-r--r--    1 mrd20 tas35      43 Apr 25 16:20 composition-active-without-melt.cc
-rw-r--r--    1 mrd20 tas35    2840 Apr 25 16:20 composition-active-without-melt.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 compositional_boundary_values
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 compositional_boundary_values_02
-rw-r--r--    1 mrd20 tas35    2810 Apr 25 16:20 compositional_boundary_values_02.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 compositional_boundary_values_03
-rw-r--r--    1 mrd20 tas35    2706 Apr 25 16:20 compositional_boundary_values_03.prm
-rw-r--r--    1 mrd20 tas35    2895 Apr 25 16:20 compositional_boundary_values.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 compositional_vectors
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 compositional_vectors_3d
-rw-r--r--    1 mrd20 tas35    1307 Apr 25 16:20 compositional_vectors_3d.prm
-rw-r--r--    1 mrd20 tas35    1346 Apr 25 16:20 compositional_vectors.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 composition_names
-rw-r--r--    1 mrd20 tas35    4593 Apr 25 16:20 composition_names.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 composition_passive_tracers
-rw-r--r--    1 mrd20 tas35    2730 Apr 25 16:20 composition_passive_tracers.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 composition_reaction
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 composition_reaction_iterated_IMPES
-rw-r--r--    1 mrd20 tas35    2217 Apr 25 16:20 composition_reaction_iterated_IMPES.cc
-rw-r--r--    1 mrd20 tas35    3704 Apr 25 16:20 composition_reaction_iterated_IMPES.prm
-rw-r--r--    1 mrd20 tas35    3234 Apr 25 16:20 composition_reaction.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 composition_stabilization
-rw-r--r--    1 mrd20 tas35    3490 Apr 25 16:20 composition_stabilization.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 compressibility
-rw-r--r--    1 mrd20 tas35    6916 Apr 25 16:20 compressibility.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 compressibility_iterated_stokes
-rw-r--r--    1 mrd20 tas35    1697 Apr 25 16:20 compressibility_iterated_stokes.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 compressibility_iterated_stokes_direct_solver
-rw-r--r--    1 mrd20 tas35      46 Apr 25 16:20 compressibility_iterated_stokes_direct_solver.cc
-rw-r--r--    1 mrd20 tas35    2565 Apr 25 16:20 compressibility_iterated_stokes_direct_solver.prm
-rw-r--r--    1 mrd20 tas35    3388 Apr 25 16:20 compressibility_iterated_stokes.prm
-rw-r--r--    1 mrd20 tas35    3807 Apr 25 16:20 compressibility.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 compression_heating
-rw-r--r--    1 mrd20 tas35    1407 Apr 25 16:20 compression_heating.cc
-rw-r--r--    1 mrd20 tas35    4037 Apr 25 16:20 compression_heating.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 conservative_with_mpi
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:20 conservative_with_mpi.cc
-rw-r--r--    1 mrd20 tas35    2262 Apr 25 16:20 conservative_with_mpi.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 constant_composition_convergence
-rw-r--r--    1 mrd20 tas35    2060 Apr 25 16:20 constant_composition_convergence.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 constant_temperature_boundary_conditions
-rw-r--r--    1 mrd20 tas35    1891 Apr 25 16:20 constant_temperature_boundary_conditions.prm
-rw-r--r--    1 mrd20 tas35    7264 Apr 25 16:20 cookbook_simpler_with_crust.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 coordinate_transformation
-rw-r--r--    1 mrd20 tas35    3142 Apr 25 16:20 coordinate_transformation.cc
-rw-r--r--    1 mrd20 tas35    2077 Apr 25 16:20 coordinate_transformation.prm
-rw-r--r--    1 mrd20 tas35  168921 Apr 25 15:58 CTestTestfile.cmake
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 dash_dash
-rw-r--r--    1 mrd20 tas35    1114 Apr 25 16:20 dash_dash.cc
-rw-r--r--    1 mrd20 tas35     480 Apr 25 16:20 dash_dash.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 density_boundary
-rw-r--r--    1 mrd20 tas35    2518 Apr 25 16:20 density_boundary.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_average_01
-rw-r--r--    1 mrd20 tas35    2947 Apr 25 16:20 depth_average_01.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_average_02
-rw-r--r--    1 mrd20 tas35    2799 Apr 25 16:20 depth_average_02.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_average_03
-rw-r--r--    1 mrd20 tas35    3110 Apr 25 16:20 depth_average_03.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_average_04
-rw-r--r--    1 mrd20 tas35    2981 Apr 25 16:20 depth_average_04.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_average_05
-rw-r--r--    1 mrd20 tas35    2359 Apr 25 16:20 depth_average_05.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_average_rounding_bug
-rw-r--r--    1 mrd20 tas35    2181 Apr 25 16:20 depth_average_rounding_bug.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_average_txt_output
-rw-r--r--    1 mrd20 tas35    2334 Apr 25 16:20 depth_average_txt_output.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_average_underres
-rw-r--r--    1 mrd20 tas35    2973 Apr 25 16:20 depth_average_underres.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_dependent_3d_shell_list_simple
-rw-r--r--    1 mrd20 tas35    2161 Apr 25 16:20 depth_dependent_3d_shell_list_simple.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_dependent_box_file_simple
-rw-r--r--    1 mrd20 tas35    6539 Apr 25 16:20 depth_dependent_box_file_simple.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_dependent_box_function_simple
-rw-r--r--    1 mrd20 tas35    6558 Apr 25 16:20 depth_dependent_box_function_simple.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 depth_dependent_box_none_simple
-rw-r--r--    1 mrd20 tas35    6358 Apr 25 16:20 depth_dependent_box_none_simple.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 depth_postprocessor_box
-rw-r--r--    1 mrd20 tas35    1591 Apr 25 16:20 depth_postprocessor_box.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 depth_postprocessor_chunk
-rw-r--r--    1 mrd20 tas35    1778 Apr 25 16:20 depth_postprocessor_chunk.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 depth_postprocessor_ellipsoidal_chunk
-rw-r--r--    1 mrd20 tas35    2022 Apr 25 16:20 depth_postprocessor_ellipsoidal_chunk.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 depth_postprocessor_sphere
-rw-r--r--    1 mrd20 tas35    1601 Apr 25 16:20 depth_postprocessor_sphere.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 depth_postprocessor_spherical_shell
-rw-r--r--    1 mrd20 tas35    1695 Apr 25 16:20 depth_postprocessor_spherical_shell.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 depth_postprocessor_two_merged_boxes
-rw-r--r--    1 mrd20 tas35    1739 Apr 25 16:20 depth_postprocessor_two_merged_boxes.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 diffusion
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 diffusion_dislocation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 diffusion_dislocation_fixed_strain_rate
-rw-r--r--    1 mrd20 tas35    2883 Apr 25 16:20 diffusion_dislocation_fixed_strain_rate.prm
-rw-r--r--    1 mrd20 tas35    3411 Apr 25 16:20 diffusion_dislocation.prm
-rw-r--r--    1 mrd20 tas35   16583 Apr 25 16:20 diffusion.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 diffusion_velocity
-rw-r--r--    1 mrd20 tas35   16578 Apr 25 16:20 diffusion_velocity.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 direct_solver_1
-rw-r--r--    1 mrd20 tas35    4991 Apr 25 16:20 direct_solver_1.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 direct_solver_2
-rw-r--r--    1 mrd20 tas35    4902 Apr 25 16:20 direct_solver_2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 discontinuous_composition_1
-rw-r--r--    1 mrd20 tas35    2504 Apr 25 16:20 discontinuous_composition_1.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 discontinuous_composition_bound_preserving_limiter
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 discontinuous_composition_bound_preserving_limiter_3d
-rw-r--r--    1 mrd20 tas35    3091 Apr 25 16:20 discontinuous_composition_bound_preserving_limiter_3d.prm
-rw-r--r--    1 mrd20 tas35    3106 Apr 25 16:20 discontinuous_composition_bound_preserving_limiter.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 discontinuous_temperature
-rw-r--r--    1 mrd20 tas35    2504 Apr 25 16:20 discontinuous_temperature.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 discontinuous_temperature_spherical_shell_3d
-rw-r--r--    1 mrd20 tas35    2903 Apr 25 16:20 discontinuous_temperature_spherical_shell_3d.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 drucker_prager_compression
-rw-r--r--    1 mrd20 tas35    4279 Apr 25 16:20 drucker_prager_compression.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 drucker_prager_extension
-rw-r--r--    1 mrd20 tas35    4274 Apr 25 16:20 drucker_prager_extension.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 dynamic_topography
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 dynamic_topography2
-rw-r--r--    1 mrd20 tas35    3117 Apr 25 16:20 dynamic_topography2.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 dynamic_topography3
-rw-r--r--    1 mrd20 tas35    2233 Apr 25 16:20 dynamic_topography3.prm
-rw-r--r--    1 mrd20 tas35    3064 Apr 25 16:20 dynamic_topography.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 edit_parameters
-rw-r--r--    1 mrd20 tas35    2179 Apr 25 16:20 edit_parameters.cc
-rw-r--r--    1 mrd20 tas35    1944 Apr 25 16:20 edit_parameters.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 ellipsoidal_chunk_coordinate_parallel
-rw-r--r--    1 mrd20 tas35    2446 Apr 25 16:20 ellipsoidal_chunk_coordinate_parallel.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 ellipsoidal_chunk_noncoordinate_parallel
-rw-r--r--    1 mrd20 tas35    2476 Apr 25 16:20 ellipsoidal_chunk_noncoordinate_parallel.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 fail
-rw-r--r--    1 mrd20 tas35     125 Apr 25 16:20 fail.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 find_postprocess
-rw-r--r--    1 mrd20 tas35    2311 Apr 25 16:20 find_postprocess.cc
-rw-r--r--    1 mrd20 tas35    1595 Apr 25 16:20 find_postprocess.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 free_surface_adaptive_blob
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 free_surface_adaptive_blob_petsc
-rw-r--r--    1 mrd20 tas35    3058 Apr 25 16:20 free_surface_adaptive_blob_petsc.prm
-rw-r--r--    1 mrd20 tas35    3079 Apr 25 16:20 free_surface_adaptive_blob.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 free_surface_blob
-rw-r--r--    1 mrd20 tas35    3029 Apr 25 16:20 free_surface_blob.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 free_surface_iterated_stokes
-rw-r--r--    1 mrd20 tas35    3173 Apr 25 16:20 free_surface_iterated_stokes.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 free_surface_relaxation
-rw-r--r--    1 mrd20 tas35    5044 Apr 25 16:20 free_surface_relaxation.cc
-rw-r--r--    1 mrd20 tas35    3149 Apr 25 16:20 free_surface_relaxation.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 free_surface_tangential_mesh_velocity
-rw-r--r--    1 mrd20 tas35    2187 Apr 25 16:20 free_surface_tangential_mesh_velocity.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 geometric_average_crash
-rw-r--r--    1 mrd20 tas35    1481 Apr 25 16:20 geometric_average_crash.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 global_melt
-rw-r--r--    1 mrd20 tas35    6726 Apr 25 16:20 global_melt.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 global_refine_amr
-rw-r--r--    1 mrd20 tas35    2428 Apr 25 16:20 global_refine_amr.cc
-rw-r--r--    1 mrd20 tas35    1680 Apr 25 16:20 global_refine_amr.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 gplates_1_3
-rw-r--r--    1 mrd20 tas35    2088 Apr 25 16:20 gplates_1_3.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 gplates_1_4
-rw-r--r--    1 mrd20 tas35    2246 Apr 25 16:20 gplates_1_4.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 gplates_3d
-rw-r--r--    1 mrd20 tas35    2072 Apr 25 16:20 gplates_3d.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 gplates_rotation
-rw-r--r--    1 mrd20 tas35    2000 Apr 25 16:20 gplates_rotation.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 graphical_output
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 graphical_output_02
-rw-r--r--    1 mrd20 tas35    2025 Apr 25 16:20 graphical_output_02.prm
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:20 graphical_output.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 graphical_output_hdf5
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:20 graphical_output_hdf5.cc
-rw-r--r--    1 mrd20 tas35    2182 Apr 25 16:20 graphical_output_hdf5.prm
-rw-r--r--    1 mrd20 tas35    2090 Apr 25 16:20 graphical_output.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 gravity_function
-rw-r--r--    1 mrd20 tas35    1902 Apr 25 16:20 gravity_function.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 heat_advection_by_melt
-rw-r--r--    1 mrd20 tas35    3630 Apr 25 16:20 heat_advection_by_melt.cc
-rw-r--r--    1 mrd20 tas35    4016 Apr 25 16:20 heat_advection_by_melt.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 heat_flux_densities
-rw-r--r--    1 mrd20 tas35    3242 Apr 25 16:20 heat_flux_densities.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 heat_flux_map
-rw-r--r--    1 mrd20 tas35    1952 Apr 25 16:20 heat_flux_map.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 heat_flux_map_vis
-rw-r--r--    1 mrd20 tas35    2111 Apr 25 16:20 heat_flux_map_vis.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:20 hexagonal_initial_temperature
-rw-r--r--    1 mrd20 tas35    2339 Apr 25 16:20 hexagonal_initial_temperature.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 inclusion_2
-rw-r--r--    1 mrd20 tas35   18008 Apr 25 16:20 inclusion_2.cc
-rw-r--r--    1 mrd20 tas35    2400 Apr 25 16:20 inclusion_2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 inclusion_4
-rw-r--r--    1 mrd20 tas35      27 Apr 25 16:20 inclusion_4.cc
-rw-r--r--    1 mrd20 tas35    2398 Apr 25 16:20 inclusion_4.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:20 inclusion_adaptive
-rw-r--r--    1 mrd20 tas35      27 Apr 25 16:20 inclusion_adaptive.cc
-rw-r--r--    1 mrd20 tas35    2584 Apr 25 16:20 inclusion_adaptive.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 initial_condition_S20RTS
-rw-r--r--    1 mrd20 tas35    1883 Apr 25 16:20 initial_condition_S20RTS.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 initial_condition_S40RTS
-rw-r--r--    1 mrd20 tas35    1883 Apr 25 16:21 initial_condition_S40RTS.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 initial_condition_SAVANI
-rw-r--r--    1 mrd20 tas35    2042 Apr 25 16:21 initial_condition_SAVANI.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 inner_core
-rw-r--r--    1 mrd20 tas35   15067 Apr 25 16:21 inner_core.cc
-rw-r--r--    1 mrd20 tas35    4573 Apr 25 16:21 inner_core.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 internal_heating_statistics
-rw-r--r--    1 mrd20 tas35    2743 Apr 25 16:21 internal_heating_statistics.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 iterated_IMPES
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 iterated_IMPES_direct_solver
-rw-r--r--    1 mrd20 tas35    3911 Apr 25 16:21 iterated_IMPES_direct_solver.prm
-rw-r--r--    1 mrd20 tas35    3770 Apr 25 16:21 iterated_IMPES.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 iterated_IMPES_residual
-rw-r--r--    1 mrd20 tas35    3673 Apr 25 16:21 iterated_IMPES_residual.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 king_ala
-rw-r--r--    1 mrd20 tas35    7408 Apr 25 16:21 king_ala.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 king_ala_nondim
-rw-r--r--    1 mrd20 tas35    8140 Apr 25 16:21 king_ala_nondim.prm
-rw-r--r--    1 mrd20 tas35   10432 Apr 25 16:21 king_ala.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 latent_heat
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 latent_heat_melt
-rw-r--r--    1 mrd20 tas35    4223 Apr 25 16:21 latent_heat_melt.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 latent_heat_melt_statistics
-rw-r--r--    1 mrd20 tas35    4879 Apr 25 16:21 latent_heat_melt_statistics.prm
-rw-r--r--    1 mrd20 tas35    4440 Apr 25 16:21 latent_heat.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 lithosphere_boundary_indicator
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 lithosphere_boundary_indicator_3d
-rw-r--r--    1 mrd20 tas35    4331 Apr 25 16:21 lithosphere_boundary_indicator_3d.prm
-rw-r--r--    1 mrd20 tas35    4076 Apr 25 16:21 lithosphere_boundary_indicator.prm
-rw-r--r--    1 mrd20 tas35 1470057 Apr 25 15:58 Makefile
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 mass_flux_statistics
-rw-r--r--    1 mrd20 tas35    1121 Apr 25 16:21 mass_flux_statistics.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_burstedde
-rw-r--r--    1 mrd20 tas35      66 Apr 25 16:21 material_model_dependencies_burstedde.cc
-rw-r--r--    1 mrd20 tas35    2561 Apr 25 16:21 material_model_dependencies_burstedde.prm
-rw-r--r--    1 mrd20 tas35    5336 Apr 25 16:21 material_model_dependencies.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_composition_reaction
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_composition_reaction.cc
-rw-r--r--    1 mrd20 tas35    1883 Apr 25 16:21 material_model_dependencies_composition_reaction.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_cookbooks_freesurface_with_crust
-rw-r--r--    1 mrd20 tas35      84 Apr 25 16:21 material_model_dependencies_cookbooks_freesurface_with_crust.cc
-rw-r--r--    1 mrd20 tas35    1881 Apr 25 16:21 material_model_dependencies_cookbooks_freesurface_with_crust.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_diffusion_dislocation
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_diffusion_dislocation.cc
-rw-r--r--    1 mrd20 tas35    2096 Apr 25 16:21 material_model_dependencies_diffusion_dislocation.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_inclusion_2
-rw-r--r--    1 mrd20 tas35      68 Apr 25 16:21 material_model_dependencies_inclusion_2.cc
-rw-r--r--    1 mrd20 tas35    1880 Apr 25 16:21 material_model_dependencies_inclusion_2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_latent_heat
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_latent_heat.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_latent_heat_melt
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_latent_heat_melt.cc
-rw-r--r--    1 mrd20 tas35    1879 Apr 25 16:21 material_model_dependencies_latent_heat_melt.prm
-rw-r--r--    1 mrd20 tas35    3818 Apr 25 16:21 material_model_dependencies_latent_heat.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_morency_doin
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_morency_doin.cc
-rw-r--r--    1 mrd20 tas35    1879 Apr 25 16:21 material_model_dependencies_morency_doin.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_multicomponent
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_multicomponent.cc
-rw-r--r--    1 mrd20 tas35    1877 Apr 25 16:21 material_model_dependencies_multicomponent.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_shear_thinning
-rw-r--r--    1 mrd20 tas35      71 Apr 25 16:21 material_model_dependencies_shear_thinning.cc
-rw-r--r--    1 mrd20 tas35    2242 Apr 25 16:21 material_model_dependencies_shear_thinning.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_simple
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_simple.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_simple_compressible
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_simple_compressible.cc
-rw-r--r--    1 mrd20 tas35    1882 Apr 25 16:21 material_model_dependencies_simple_compressible.prm
-rw-r--r--    1 mrd20 tas35    1869 Apr 25 16:21 material_model_dependencies_simple.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_simpler
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_simpler.cc
-rw-r--r--    1 mrd20 tas35    1870 Apr 25 16:21 material_model_dependencies_simpler.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_solcx
-rw-r--r--    1 mrd20 tas35      62 Apr 25 16:21 material_model_dependencies_solcx.cc
-rw-r--r--    1 mrd20 tas35    1876 Apr 25 16:21 material_model_dependencies_solcx.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_solkz
-rw-r--r--    1 mrd20 tas35      62 Apr 25 16:21 material_model_dependencies_solkz.cc
-rw-r--r--    1 mrd20 tas35    1876 Apr 25 16:21 material_model_dependencies_solkz.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_steinberger
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 material_model_dependencies_steinberger.cc
-rw-r--r--    1 mrd20 tas35    2710 Apr 25 16:21 material_model_dependencies_steinberger.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 material_model_dependencies_tangurnis
-rw-r--r--    1 mrd20 tas35      66 Apr 25 16:21 material_model_dependencies_tangurnis.cc
-rw-r--r--    1 mrd20 tas35    2334 Apr 25 16:21 material_model_dependencies_tangurnis.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 matrix_nonzeros_1
-rw-r--r--    1 mrd20 tas35    2300 Apr 25 16:21 matrix_nonzeros_1.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 matrix_nonzeros_2
-rw-r--r--    1 mrd20 tas35    2552 Apr 25 16:21 matrix_nonzeros_2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 matrix_nonzeros_3
-rw-r--r--    1 mrd20 tas35    2738 Apr 25 16:21 matrix_nonzeros_3.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 maximum_refinement_function
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 maximum_refinement_function_cartesian
-rw-r--r--    1 mrd20 tas35    7395 Apr 25 16:21 maximum_refinement_function_cartesian.prm
-rw-r--r--    1 mrd20 tas35    7680 Apr 25 16:21 maximum_refinement_function.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 maximum_refinement_function_spherical
-rw-r--r--    1 mrd20 tas35    7030 Apr 25 16:21 maximum_refinement_function_spherical.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 maxtimestep
-rw-r--r--    1 mrd20 tas35    1915 Apr 25 16:21 maxtimestep.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_compressible_advection
-rw-r--r--    1 mrd20 tas35    6641 Apr 25 16:21 melt_compressible_advection.cc
-rw-r--r--    1 mrd20 tas35    3832 Apr 25 16:21 melt_compressible_advection.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melting_rate
-rw-r--r--    1 mrd20 tas35    3496 Apr 25 16:21 melting_rate.cc
-rw-r--r--    1 mrd20 tas35    4115 Apr 25 16:21 melting_rate.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_introspection
-rw-r--r--    1 mrd20 tas35    3608 Apr 25 16:21 melt_introspection.cc
-rw-r--r--    1 mrd20 tas35    2470 Apr 25 16:21 melt_introspection.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_material_1
-rw-r--r--    1 mrd20 tas35    2503 Apr 25 16:21 melt_material_1.cc
-rw-r--r--    1 mrd20 tas35    3193 Apr 25 16:21 melt_material_1.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_material_2
-rw-r--r--    1 mrd20 tas35    3541 Apr 25 16:21 melt_material_2.cc
-rw-r--r--    1 mrd20 tas35    4101 Apr 25 16:21 melt_material_2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_material_3
-rw-r--r--    1 mrd20 tas35    3542 Apr 25 16:21 melt_material_3.cc
-rw-r--r--    1 mrd20 tas35    4095 Apr 25 16:21 melt_material_3.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_material_4
-rw-r--r--    1 mrd20 tas35    7991 Apr 25 16:21 melt_material_4.cc
-rw-r--r--    1 mrd20 tas35    4698 Apr 25 16:21 melt_material_4.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 melt_postprocessor_peridotite
-rw-r--r--    1 mrd20 tas35    4732 Apr 25 16:21 melt_postprocessor_peridotite.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 melt_postprocessor_pyroxenite
-rw-r--r--    1 mrd20 tas35    5180 Apr 25 16:21 melt_postprocessor_pyroxenite.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 melt_property_visualization
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 melt_property_visualization.cc
-rw-r--r--    1 mrd20 tas35    4072 Apr 25 16:21 melt_property_visualization.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_statistics
-rw-r--r--    1 mrd20 tas35    5238 Apr 25 16:21 melt_statistics.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_transport
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_transport_adaptive
-rw-r--r--    1 mrd20 tas35   26530 Apr 25 16:21 melt_transport_adaptive.cc
-rw-r--r--    1 mrd20 tas35    4596 Apr 25 16:21 melt_transport_adaptive.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_transport_compressible
-rw-r--r--    1 mrd20 tas35   12349 Apr 25 16:21 melt_transport_compressible.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_transport_compressible_iterative
-rw-r--r--    1 mrd20 tas35      42 Apr 25 16:21 melt_transport_compressible_iterative.cc
-rw-r--r--    1 mrd20 tas35    4160 Apr 25 16:21 melt_transport_compressible_iterative.prm
-rw-r--r--    1 mrd20 tas35    4342 Apr 25 16:21 melt_transport_compressible.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_transport_convergence_simple
-rw-r--r--    1 mrd20 tas35   11034 Apr 25 16:21 melt_transport_convergence_simple.cc
-rw-r--r--    1 mrd20 tas35    4364 Apr 25 16:21 melt_transport_convergence_simple.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 melt_transport_convergence_test
-rw-r--r--    1 mrd20 tas35   28008 Apr 25 16:21 melt_transport_convergence_test.cc
-rw-r--r--    1 mrd20 tas35    5269 Apr 25 16:21 melt_transport_convergence_test.prm
-rw-r--r--    1 mrd20 tas35    4940 Apr 25 16:21 melt_transport.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 memory_statistics_1
-rw-r--r--    1 mrd20 tas35    1947 Apr 25 16:21 memory_statistics_1.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 mesh_velocity_output
-rw-r--r--    1 mrd20 tas35    3192 Apr 25 16:21 mesh_velocity_output.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 minimum_refinement_function
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 minimum_refinement_function_cartesian
-rw-r--r--    1 mrd20 tas35    7381 Apr 25 16:21 minimum_refinement_function_cartesian.prm
-rw-r--r--    1 mrd20 tas35    7755 Apr 25 16:21 minimum_refinement_function.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 minimum_refinement_function_spherical
-rw-r--r--    1 mrd20 tas35    7004 Apr 25 16:21 minimum_refinement_function_spherical.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 minimum_refinement_function_time_dependent
-rw-r--r--    1 mrd20 tas35    7567 Apr 25 16:21 minimum_refinement_function_time_dependent.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 morency_doin
-rw-r--r--    1 mrd20 tas35    2439 Apr 25 16:21 morency_doin.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 multicomponent_arithmetic
-rw-r--r--    1 mrd20 tas35    3392 Apr 25 16:21 multicomponent_arithmetic.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 multicomponent_geometric
-rw-r--r--    1 mrd20 tas35    3390 Apr 25 16:21 multicomponent_geometric.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 multicomponent_harmonic
-rw-r--r--    1 mrd20 tas35    3388 Apr 25 16:21 multicomponent_harmonic.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 multicomponent_max_composition
-rw-r--r--    1 mrd20 tas35    3410 Apr 25 16:21 multicomponent_max_composition.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 no_adiabatic_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 no_adiabatic_heating_02
-rw-r--r--    1 mrd20 tas35    1220 Apr 25 16:21 no_adiabatic_heating_02.cc
-rw-r--r--    1 mrd20 tas35    2421 Apr 25 16:21 no_adiabatic_heating_02.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 no_adiabatic_heating_03
-rw-r--r--    1 mrd20 tas35     960 Apr 25 16:21 no_adiabatic_heating_03.cc
-rw-r--r--    1 mrd20 tas35    3391 Apr 25 16:21 no_adiabatic_heating_03.prm
-rw-r--r--    1 mrd20 tas35     960 Apr 25 16:21 no_adiabatic_heating.cc
-rw-r--r--    1 mrd20 tas35    2473 Apr 25 16:21 no_adiabatic_heating.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 no_conduction_timestep
-rw-r--r--    1 mrd20 tas35    2329 Apr 25 16:21 no_conduction_timestep.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 no_flow
-rw-r--r--    1 mrd20 tas35    2534 Apr 25 16:21 no_flow.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 non_conservative_with_mpi
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 non_conservative_with_mpi.cc
-rw-r--r--    1 mrd20 tas35    2126 Apr 25 16:21 non_conservative_with_mpi.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 nonlinear_convergence_for_small_composition
-rw-r--r--    1 mrd20 tas35    1655 Apr 25 16:21 nonlinear_convergence_for_small_composition.cc
-rw-r--r--    1 mrd20 tas35    4841 Apr 25 16:21 nonlinear_convergence_for_small_composition.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 normalize_initial_composition
-rw-r--r--    1 mrd20 tas35    1353 Apr 25 16:21 normalize_initial_composition.prm
-rw-r--r--    1 mrd20 tas35     997 Apr 25 16:21 normalize.pl
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 normalize_pressure_volume
-rw-r--r--    1 mrd20 tas35    1870 Apr 25 16:21 normalize_pressure_volume.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 octagonal_initial_temperature
-rw-r--r--    1 mrd20 tas35    2438 Apr 25 16:21 octagonal_initial_temperature.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 octagonal_initial_temperature_rotated
-rw-r--r--    1 mrd20 tas35    2497 Apr 25 16:21 octagonal_initial_temperature_rotated.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-additional_outputs
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-additional_outputs_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-additional_outputs_03
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_boundary
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_conditions
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_conditions_function
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_heating_simplified
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_heating_with_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_chunk_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_constant
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_subadiabaticity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-adiabatic_initial_conditions_without_boundary
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-advect_mesh_vertically
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-always_refine
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-anisotropic_viscosity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-artificial_postprocess
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-artificial_viscosity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_boundary_member
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_adiabatic_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_composition_2d_box_time
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_composition_3d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_temperature_2d_box_time
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_temperature_3d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_box_time
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_box_time_backward
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_2d_shell
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_3d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_3d_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_boundary_velocity_3d_shell
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_gravity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_composition_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_composition_3d_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_composition_3d_shell
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_temperature_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_temperature_3d_chunk
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_initial_temperature_3d_shell
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_nonuniform_initial_composition_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-ascii_data_prescribed_stokes_2d_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_arithmetic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_geometric
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_harmonic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_log
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_none
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_nwd_arithmetic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_nwd_geometric
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_nwd_harmonic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_pick_largest
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-average_project_to_q1
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-backward_advection
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-blankenbach
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-blankenbach-approximation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-blankenbach-case1a
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-blankenbach-case2b
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-boundary_temperature_function
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-box_end_time_1e7_terminate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-box_first_time_step
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-box_first_time_step_alternate_bc
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-box_origin
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-box_repetitions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-box_steady_state_terminate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-burnman_test
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-burstedde
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-cell_reference
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-cells_in_circumference
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-checkpoint_01
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-checkpoint_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_ascii_initial_temperature
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_cross_hemisphere
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_first_time_step_2d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-chunk_first_time_step_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-command_postprocessor
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition_active
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition-active-with-melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition-active-without-melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compositional_boundary_values
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compositional_boundary_values_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compositional_boundary_values_03
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-compositional_vectors
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-compositional_vectors_3d
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-composition_names
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-composition_passive_tracers
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition_reaction
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition_reaction_iterated_IMPES
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-composition_stabilization
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compressibility
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compressibility_iterated_stokes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compressibility_iterated_stokes_direct_solver
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-compression_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-conservative_with_mpi
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-constant_composition_convergence
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-constant_temperature_boundary_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-coordinate_transformation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-dash_dash
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-density_boundary
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_01
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_03
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_04
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_05
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_rounding_bug
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_txt_output
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_average_underres
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_dependent_3d_shell_list_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_dependent_box_file_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_dependent_box_function_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-depth_dependent_box_none_simple
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_box
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_chunk
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_ellipsoidal_chunk
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_sphere
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_spherical_shell
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-depth_postprocessor_two_merged_boxes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-diffusion
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-diffusion_dislocation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-diffusion_dislocation_fixed_strain_rate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-diffusion_velocity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-direct_solver_1
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-direct_solver_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_composition_1
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_composition_bound_preserving_limiter
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_composition_bound_preserving_limiter_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_temperature
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-discontinuous_temperature_spherical_shell_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-drucker_prager_compression
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-drucker_prager_extension
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-dynamic_topography
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-dynamic_topography2
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-dynamic_topography3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-edit_parameters
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-ellipsoidal_chunk_coordinate_parallel
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-ellipsoidal_chunk_noncoordinate_parallel
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-fail
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-find_postprocess
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_adaptive_blob
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_blob
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_iterated_stokes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_relaxation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-free_surface_tangential_mesh_velocity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-geometric_average_crash
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-global_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-global_refine_amr
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-gplates_1_3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-gplates_1_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-gplates_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-gplates_rotation
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-graphical_output
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-graphical_output_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-graphical_output_hdf5
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-gravity_function
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-heat_advection_by_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-heat_flux_densities
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-heat_flux_map
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-heat_flux_map_vis
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-hexagonal_initial_temperature
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-inclusion_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-inclusion_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-inclusion_adaptive
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-initial_condition_S20RTS
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-initial_condition_S40RTS
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-initial_condition_SAVANI
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-inner_core
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-internal_heating_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-iterated_IMPES
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-iterated_IMPES_direct_solver
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-iterated_IMPES_residual
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-king_ala
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-king_ala_nondim
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-latent_heat
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-latent_heat_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-latent_heat_melt_statistics
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-lithosphere_boundary_indicator
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-lithosphere_boundary_indicator_3d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-mass_flux_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_burstedde
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_composition_reaction
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_cookbooks_freesurface_with_crust
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_diffusion_dislocation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_inclusion_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_latent_heat
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_latent_heat_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_morency_doin
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_multicomponent
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_shear_thinning
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_simple_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_simpler
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_solcx
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_solkz
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_steinberger
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-material_model_dependencies_tangurnis
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-matrix_nonzeros_1
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-matrix_nonzeros_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-matrix_nonzeros_3
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-maximum_refinement_function
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-maximum_refinement_function_cartesian
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-maximum_refinement_function_spherical
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-maxtimestep
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_compressible_advection
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melting_rate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_introspection
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_material_1
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_material_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_material_3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_material_4
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-melt_postprocessor_peridotite
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-melt_postprocessor_pyroxenite
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-melt_property_visualization
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_adaptive
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_compressible_iterative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_convergence_simple
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-melt_transport_convergence_test
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-memory_statistics_1
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-mesh_velocity_output
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-minimum_refinement_function
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-minimum_refinement_function_cartesian
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-minimum_refinement_function_spherical
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-minimum_refinement_function_time_dependent
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-morency_doin
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-multicomponent_arithmetic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-multicomponent_geometric
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-multicomponent_harmonic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-multicomponent_max_composition
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_adiabatic_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_adiabatic_heating_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_adiabatic_heating_03
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_conduction_timestep
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-no_flow
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-non_conservative_with_mpi
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-nonlinear_convergence_for_small_composition
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-normalize_initial_composition
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-normalize_pressure_volume
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-octagonal_initial_temperature
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-octagonal_initial_temperature_rotated
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-own_gravity
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-parallel_output_group_0
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-parallel_output_group_1
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-parallel_output_group_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_count_statistics
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_ascii
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_box
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_box_3d
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_quadrature_points
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_radial
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_generator_reference_cell
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_initial_adaptive_output
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_initial_adaptive_refinement
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_integrator_euler
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_integrator_rk4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_interpolator_cell_average
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_interpolator_cell_average_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_interpolator_empty_cells
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_interpolator_from_ghost_cells
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_linear_accelerated_flow_rk2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_refinement
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_refinement_02
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_removal
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_removal_addition
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_load_balancing_removal_addition_properties
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_output_hdf5
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_output_none
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_periodic_boundaries
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_function
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_initial_composition
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_integrated_strain_pure_shear
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_integrated_strain_simple_shear
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_multiple_functions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_property_multiple_functions_with_interpolation
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-particle_timing_information
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-particle_visualization_particle_count
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-passive_comp
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_box2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_box_freesurface
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_box_mpi10
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-periodic_linear_momentum
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-plugin
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-plugin_dependency
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-plugin_dependency_redundant
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-plugin_dependency_redundant_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-point_value_01
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-point_value_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-point_value_02_mpi
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-point_value_03
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-poiseuille_2d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-poiseuille_2d_horizontal_pressure_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-poiseuille_2d_pressure_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-poiseuille_3d_x_horizontal_pressure_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-postprocess_initial
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prescribed_stokes_solution
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prescribed_velocity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prescribed_velocity_boundary
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_boundary
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_compatibility
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_compatibility_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_compatibility_3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pressure_compatibility_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prmbackslash
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prmbackslash_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-prm_polygon_in_out
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-pure_shear
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:53 output-quick_mpi
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-radioactive_decay
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-radiogenic_heating
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_artificial_viscosity_1
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_artificial_viscosity_2
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_artificial_viscosity_3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-refinement_boundary
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_composition_gradient
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_composition_threshold
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-refinement_strainrate
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-refinement_switch
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-refinement_topography
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-refine_vel
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-remove_angular_momentum
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-remove_net_rotation
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-resume_free_surface
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-segregation_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_bands
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_heating_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_heating_with_melt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-shear_thinning
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-signal_fem
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-signals
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-signals_connect
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-signals_post_constraints
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simple_compressibility_iterated_stokes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simple_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simple_incompressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simpler_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simpler_composition
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-simple_shear
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-slope_refinement
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-smoothing
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-smoothing-composition-passive
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_2_conservative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_2_normalized_pressure
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_2_q3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4_conservative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4_normalized_pressure
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4_normalized_pressure_large_static_pressure
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_4_normalized_pressure_low_solver_tolerance
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_mpi_2
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-sol_cx_tracers
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-solidus_initial_conditions
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-solitary_wave
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2_cheaper_first_phase_solver
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2_conservative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2_no_first_phase_solver
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_2_q3
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_4
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-sol_kz_4_conservative
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-solver_history
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-spherical_velocity_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-steinberger_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-steinberger_lateral_fail
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-steinberger_viscosity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-steinberger_viscosity_adiabatic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-stokes
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-stokes_residual
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_box_constant_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_2d_180_degrees
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_2d_90_degrees
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_2d_full
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_3d_90_degrees
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-symbolic_boundary_names_spherical_shell_3d_full
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_ba
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_ba_custom
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_tala
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_tala_c
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-tangurnis_tala_implicit
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-temperature_dependent_stokes_matrix
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-terminate_user_request
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-time_dependent_temperature_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-time_dependent_temperature_bc_2
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-traction_ascii_data
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-upwelling_melting_peridotite
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-upwelling_melting_peridotite_compressible
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-upwelling_melting_pyroxenite
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-van_keken_smooth_tracer
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-velocity_boundary_statistics
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-velocity_divergence
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-velocity_in_years
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visco_plastic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visco_plastic_complex
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visco_plastic_yield
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visco_plastic_yield_strain_weakening
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-viscosity_refinement
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-viscous_dissipation_statistics
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_conductivity_diffusivity
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_shear_stress
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_strain_rate
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_stress
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-visualization_unique_list
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-visualization_vertical_heat_flux
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 15:54 output-vis_velocity_in_years
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-viz_plugin_dependency
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-zero_matrix
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-zero_RHS
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 15:54 output-zero_temperature
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 own_gravity
-rw-r--r--    1 mrd20 tas35     514 Apr 25 16:21 own_gravity.cc
-rw-r--r--    1 mrd20 tas35    2097 Apr 25 16:21 own_gravity.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 parallel_output_group_0
-rw-r--r--    1 mrd20 tas35    1919 Apr 25 16:21 parallel_output_group_0.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 parallel_output_group_1
-rw-r--r--    1 mrd20 tas35    1919 Apr 25 16:21 parallel_output_group_1.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 parallel_output_group_2
-rw-r--r--    1 mrd20 tas35    1919 Apr 25 16:21 parallel_output_group_2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_count_statistics
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 particle_count_statistics.cc
-rw-r--r--    1 mrd20 tas35    2330 Apr 25 16:21 particle_count_statistics.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_generator_ascii
-rw-r--r--    1 mrd20 tas35    2918 Apr 25 16:21 particle_generator_ascii.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_generator_box
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_generator_box_3d
-rw-r--r--    1 mrd20 tas35    3209 Apr 25 16:21 particle_generator_box_3d.prm
-rw-r--r--    1 mrd20 tas35    3104 Apr 25 16:21 particle_generator_box.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_generator_quadrature_points
-rw-r--r--    1 mrd20 tas35    2932 Apr 25 16:21 particle_generator_quadrature_points.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_generator_radial
-rw-r--r--    1 mrd20 tas35    3215 Apr 25 16:21 particle_generator_radial.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_generator_reference_cell
-rw-r--r--    1 mrd20 tas35    3062 Apr 25 16:21 particle_generator_reference_cell.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_initial_adaptive_output
-rw-r--r--    1 mrd20 tas35    2862 Apr 25 16:21 particle_initial_adaptive_output.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_initial_adaptive_refinement
-rw-r--r--    1 mrd20 tas35    2867 Apr 25 16:21 particle_initial_adaptive_refinement.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_integrator_euler
-rw-r--r--    1 mrd20 tas35    2898 Apr 25 16:21 particle_integrator_euler.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_integrator_rk4
-rw-r--r--    1 mrd20 tas35    2896 Apr 25 16:21 particle_integrator_rk4.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_interpolator_cell_average
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_interpolator_cell_average_2
-rw-r--r--    1 mrd20 tas35    3211 Apr 25 16:21 particle_interpolator_cell_average_2.prm
-rw-r--r--    1 mrd20 tas35    3431 Apr 25 16:21 particle_interpolator_cell_average.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_interpolator_empty_cells
-rw-r--r--    1 mrd20 tas35    2308 Apr 25 16:21 particle_interpolator_empty_cells.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_interpolator_from_ghost_cells
-rw-r--r--    1 mrd20 tas35    2238 Apr 25 16:21 particle_interpolator_from_ghost_cells.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_linear_accelerated_flow_rk2
-rw-r--r--    1 mrd20 tas35    2095 Apr 25 16:21 particle_linear_accelerated_flow_rk2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_load_balancing_refinement
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_load_balancing_refinement_02
-rw-r--r--    1 mrd20 tas35    2737 Apr 25 16:21 particle_load_balancing_refinement_02.prm
-rw-r--r--    1 mrd20 tas35    2737 Apr 25 16:21 particle_load_balancing_refinement.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_load_balancing_removal
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_load_balancing_removal_addition
-rw-r--r--    1 mrd20 tas35    2763 Apr 25 16:21 particle_load_balancing_removal_addition.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_load_balancing_removal_addition_properties
-rw-r--r--    1 mrd20 tas35    2830 Apr 25 16:21 particle_load_balancing_removal_addition_properties.prm
-rw-r--r--    1 mrd20 tas35    2567 Apr 25 16:21 particle_load_balancing_removal.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_load_balancing_repartition
-rw-r--r--    1 mrd20 tas35    2932 Apr 25 16:21 particle_load_balancing_repartition.prm.8.4
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_output_hdf5
-rw-r--r--    1 mrd20 tas35    2654 Apr 25 16:21 particle_output_hdf5.prm
-rw-r--r--    1 mrd20 tas35    2762 Apr 25 16:21 particle_output_hdf5.prm.hdf5
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_output_none
-rw-r--r--    1 mrd20 tas35    2939 Apr 25 16:21 particle_output_none.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_periodic_boundaries
-rw-r--r--    1 mrd20 tas35    2986 Apr 25 16:21 particle_periodic_boundaries.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_property_function
-rw-r--r--    1 mrd20 tas35    3131 Apr 25 16:21 particle_property_function.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_property_initial_composition
-rw-r--r--    1 mrd20 tas35    2770 Apr 25 16:21 particle_property_initial_composition.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_property_integrated_strain_pure_shear
-rw-r--r--    1 mrd20 tas35    2326 Apr 25 16:21 particle_property_integrated_strain_pure_shear.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_property_integrated_strain_simple_shear
-rw-r--r--    1 mrd20 tas35    2277 Apr 25 16:21 particle_property_integrated_strain_simple_shear.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_property_multiple_functions
-rw-r--r--    1 mrd20 tas35    3286 Apr 25 16:21 particle_property_multiple_functions.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_property_multiple_functions_with_interpolation
-rw-r--r--    1 mrd20 tas35    3520 Apr 25 16:21 particle_property_multiple_functions_with_interpolation.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 particle_timing_information
-rw-r--r--    1 mrd20 tas35    2872 Apr 25 16:21 particle_timing_information.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 particle_visualization_particle_count
-rw-r--r--    1 mrd20 tas35    2894 Apr 25 16:21 particle_visualization_particle_count.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 passive_comp
-rw-r--r--    1 mrd20 tas35   14704 Apr 25 16:21 passive_comp.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 periodic_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 periodic_box2
-rw-r--r--    1 mrd20 tas35    2906 Apr 25 16:21 periodic_box2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 periodic_box_freesurface
-rw-r--r--    1 mrd20 tas35    3112 Apr 25 16:21 periodic_box_freesurface.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 periodic_box_mpi10
-rw-r--r--    1 mrd20 tas35    3071 Apr 25 16:21 periodic_box_mpi10.prm
-rw-r--r--    1 mrd20 tas35    2944 Apr 25 16:21 periodic_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 periodic_linear_momentum
-rw-r--r--    1 mrd20 tas35    2942 Apr 25 16:21 periodic_linear_momentum.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 petsc_composition_names
-rw-r--r--    1 mrd20 tas35    4585 Apr 25 16:21 petsc_composition_names.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 petsc_refinement
-rw-r--r--    1 mrd20 tas35    2533 Apr 25 16:21 petsc_refinement.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 petsc_use_petsc
-rw-r--r--    1 mrd20 tas35     469 Apr 25 16:21 petsc_use_petsc.cc
-rw-r--r--    1 mrd20 tas35    4691 Apr 25 16:21 petsc_use_petsc.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 plugin
-rw-r--r--    1 mrd20 tas35     608 Apr 25 16:21 plugin.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 plugin_dependency
-rw-r--r--    1 mrd20 tas35     827 Apr 25 16:21 plugin_dependency.cc
-rw-r--r--    1 mrd20 tas35    2220 Apr 25 16:21 plugin_dependency.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 plugin_dependency_redundant
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 plugin_dependency_redundant_02
-rw-r--r--    1 mrd20 tas35      70 Apr 25 16:21 plugin_dependency_redundant_02.cc
-rw-r--r--    1 mrd20 tas35    2295 Apr 25 16:21 plugin_dependency_redundant_02.prm
-rw-r--r--    1 mrd20 tas35      70 Apr 25 16:21 plugin_dependency_redundant.cc
-rw-r--r--    1 mrd20 tas35    2342 Apr 25 16:21 plugin_dependency_redundant.prm
-rw-r--r--    1 mrd20 tas35    2058 Apr 25 16:21 plugin.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 point_value_01
-rw-r--r--    1 mrd20 tas35    2581 Apr 25 16:21 point_value_01.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 point_value_02
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 point_value_02_mpi
-rw-r--r--    1 mrd20 tas35    2687 Apr 25 16:21 point_value_02_mpi.prm
-rw-r--r--    1 mrd20 tas35    2656 Apr 25 16:21 point_value_02.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 point_value_03
-rw-r--r--    1 mrd20 tas35    3056 Apr 25 16:21 point_value_03.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 poiseuille_2d
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 poiseuille_2d_horizontal_pressure_bc
-rw-r--r--    1 mrd20 tas35    3043 Apr 25 16:21 poiseuille_2d_horizontal_pressure_bc.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 poiseuille_2d_pressure_bc
-rw-r--r--    1 mrd20 tas35    2745 Apr 25 16:21 poiseuille_2d_pressure_bc.prm
-rw-r--r--    1 mrd20 tas35    2059 Apr 25 16:21 poiseuille_2d.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 poiseuille_3d_x_horizontal_pressure_bc
-rw-r--r--    1 mrd20 tas35    2832 Apr 25 16:21 poiseuille_3d_x_horizontal_pressure_bc.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 postprocess_initial
-rw-r--r--    1 mrd20 tas35    3045 Apr 25 16:21 postprocess_initial.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 prescribed_stokes_solution
-rw-r--r--    1 mrd20 tas35    2508 Apr 25 16:21 prescribed_stokes_solution.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 prescribed_velocity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 prescribed_velocity_boundary
-rw-r--r--    1 mrd20 tas35   18142 Apr 25 16:21 prescribed_velocity_boundary.cc
-rw-r--r--    1 mrd20 tas35    2484 Apr 25 16:21 prescribed_velocity_boundary.prm
-rw-r--r--    1 mrd20 tas35    9791 Apr 25 16:21 prescribed_velocity.cc
-rw-r--r--    1 mrd20 tas35    1417 Apr 25 16:21 prescribed_velocity.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 pressure_boundary
-rw-r--r--    1 mrd20 tas35    2695 Apr 25 16:21 pressure_boundary.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 pressure_compatibility
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 pressure_compatibility_2
-rw-r--r--    1 mrd20 tas35    2381 Apr 25 16:21 pressure_compatibility_2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 pressure_compatibility_3
-rw-r--r--    1 mrd20 tas35    2342 Apr 25 16:21 pressure_compatibility_3.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 pressure_compatibility_4
-rw-r--r--    1 mrd20 tas35    2606 Apr 25 16:21 pressure_compatibility_4.prm
-rw-r--r--    1 mrd20 tas35    2132 Apr 25 16:21 pressure_compatibility.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 prmbackslash
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 prmbackslash_2
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 prmbackslash_2.cc
-rw-r--r--    1 mrd20 tas35    2439 Apr 25 16:21 prmbackslash_2.prm
-rw-r--r--    1 mrd20 tas35    1823 Apr 25 16:21 prmbackslash.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 prm_polygon_in_out
-rw-r--r--    1 mrd20 tas35    1708 Apr 25 16:21 prm_polygon_in_out.cc
-rw-r--r--    1 mrd20 tas35      65 Apr 25 16:21 prm_polygon_in_out.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 pure_shear
-rw-r--r--    1 mrd20 tas35      27 Apr 25 16:21 pure_shear.cc
-rw-r--r--    1 mrd20 tas35    4506 Apr 25 16:21 pure_shear.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 quick_mpi
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 quick_mpi.cc
-rw-r--r--    1 mrd20 tas35    2224 Apr 25 16:21 quick_mpi.prm
-rwxr-xr-x    1 mrd20 tas35     222 Apr 25 16:21 quick_mpi.sh
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 radioactive_decay
-rw-r--r--    1 mrd20 tas35    2218 Apr 25 16:21 radioactive_decay.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 radiogenic_heating
-rw-r--r--    1 mrd20 tas35    2419 Apr 25 16:21 radiogenic_heating.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 refinement_artificial_viscosity_1
-rw-r--r--    1 mrd20 tas35    3037 Apr 25 16:21 refinement_artificial_viscosity_1.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 refinement_artificial_viscosity_2
-rw-r--r--    1 mrd20 tas35     283 Apr 25 16:21 refinement_artificial_viscosity_2.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 refinement_artificial_viscosity_3
-rw-r--r--    1 mrd20 tas35     283 Apr 25 16:21 refinement_artificial_viscosity_3.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 refinement_boundary
-rw-r--r--    1 mrd20 tas35    1914 Apr 25 16:21 refinement_boundary.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 refinement_composition_gradient
-rw-r--r--    1 mrd20 tas35    2790 Apr 25 16:21 refinement_composition_gradient.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 refinement_composition_threshold
-rw-r--r--    1 mrd20 tas35     597 Apr 25 16:21 refinement_composition_threshold.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 refinement_strainrate
-rw-r--r--    1 mrd20 tas35    3960 Apr 25 16:21 refinement_strainrate.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 refinement_switch
-rw-r--r--    1 mrd20 tas35    2937 Apr 25 16:21 refinement_switch.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 refinement_topography
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 refinement_topography.cc
-rw-r--r--    1 mrd20 tas35    1864 Apr 25 16:21 refinement_topography.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 refine_vel
-rw-r--r--    1 mrd20 tas35    2724 Apr 25 16:21 refine_vel.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 remove_angular_momentum
-rw-r--r--    1 mrd20 tas35    1719 Apr 25 16:21 remove_angular_momentum.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 remove_net_rotation
-rw-r--r--    1 mrd20 tas35    1711 Apr 25 16:21 remove_net_rotation.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 resume_free_surface
-rw-r--r--    1 mrd20 tas35    2794 Apr 25 16:21 resume_free_surface.cc
-rw-r--r--    1 mrd20 tas35    3068 Apr 25 16:21 resume_free_surface.prm
-rw-r--r--    1 mrd20 tas35     347 Apr 25 16:21 run_test.cmake
-rw-r--r--    1 mrd20 tas35   13682 Apr 25 16:21 run_testsuite.cmake
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 segregation_heating
-rw-r--r--    1 mrd20 tas35    2180 Apr 25 16:21 segregation_heating.cc
-rw-r--r--    1 mrd20 tas35    3930 Apr 25 16:21 segregation_heating.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 shear_bands
-rw-r--r--    1 mrd20 tas35   34469 Apr 25 16:21 shear_bands.cc
-rw-r--r--    1 mrd20 tas35    4320 Apr 25 16:21 shear_bands.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 shear_heating
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 shear_heating_compressible
-rw-r--r--    1 mrd20 tas35    2781 Apr 25 16:21 shear_heating_compressible.prm
-rw-r--r--    1 mrd20 tas35    2660 Apr 25 16:21 shear_heating.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 shear_heating_with_melt
-rw-r--r--    1 mrd20 tas35    6375 Apr 25 16:21 shear_heating_with_melt.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 shear_thinning
-rw-r--r--    1 mrd20 tas35    5767 Apr 25 16:21 shear_thinning.cc
-rw-r--r--    1 mrd20 tas35    2808 Apr 25 16:21 shear_thinning.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 signal_fem
-rw-r--r--    1 mrd20 tas35    1541 Apr 25 16:21 signal_fem.cc
-rw-r--r--    1 mrd20 tas35    2400 Apr 25 16:21 signal_fem.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 signals
-rw-r--r--    1 mrd20 tas35    1209 Apr 25 16:21 signals.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 signals_connect
-rw-r--r--    1 mrd20 tas35     708 Apr 25 16:21 signals_connect.cc
-rw-r--r--    1 mrd20 tas35    2110 Apr 25 16:21 signals_connect.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 signals_post_constraints
-rw-r--r--    1 mrd20 tas35     700 Apr 25 16:21 signals_post_constraints.cc
-rw-r--r--    1 mrd20 tas35    1932 Apr 25 16:21 signals_post_constraints.prm
-rw-r--r--    1 mrd20 tas35    2174 Apr 25 16:21 signals.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 simple_compressibility_iterated_stokes
-rw-r--r--    1 mrd20 tas35      31 Apr 25 16:21 simple_compressibility_iterated_stokes.cc
-rw-r--r--    1 mrd20 tas35    2609 Apr 25 16:21 simple_compressibility_iterated_stokes.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 simple_compressible
-rw-r--r--    1 mrd20 tas35    2590 Apr 25 16:21 simple_compressible.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 simple_incompressible
-rw-r--r--    1 mrd20 tas35    2354 Apr 25 16:21 simple_incompressible.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 simpler_box
-rw-r--r--    1 mrd20 tas35    1771 Apr 25 16:21 simpler_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 simpler_composition
-rw-r--r--    1 mrd20 tas35    1318 Apr 25 16:21 simpler_composition.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 simple_shear
-rw-r--r--    1 mrd20 tas35    4237 Apr 25 16:21 simple_shear.cc
-rw-r--r--    1 mrd20 tas35    3759 Apr 25 16:21 simple_shear.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 slope_refinement
-rw-r--r--    1 mrd20 tas35    2993 Apr 25 16:21 slope_refinement.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 smoothing
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 smoothing-composition-passive
-rw-r--r--    1 mrd20 tas35    2929 Apr 25 16:21 smoothing-composition-passive.prm
-rw-r--r--    1 mrd20 tas35    2707 Apr 25 16:21 smoothing.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_2
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_2.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_2_conservative
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_2_conservative.cc
-rw-r--r--    1 mrd20 tas35    1989 Apr 25 16:21 sol_cx_2_conservative.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_2_normalized_pressure
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_2_normalized_pressure.cc
-rw-r--r--    1 mrd20 tas35    2044 Apr 25 16:21 sol_cx_2_normalized_pressure.prm
-rw-r--r--    1 mrd20 tas35    2066 Apr 25 16:21 sol_cx_2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_2_q3
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_2_q3.cc
-rw-r--r--    1 mrd20 tas35    2008 Apr 25 16:21 sol_cx_2_q3.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_4
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_4.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_4_conservative
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_4_conservative.cc
-rw-r--r--    1 mrd20 tas35    1989 Apr 25 16:21 sol_cx_4_conservative.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_4_normalized_pressure
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_4_normalized_pressure.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_4_normalized_pressure_large_static_pressure
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_4_normalized_pressure_large_static_pressure.cc
-rw-r--r--    1 mrd20 tas35    2739 Apr 25 16:21 sol_cx_4_normalized_pressure_large_static_pressure.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_4_normalized_pressure_low_solver_tolerance
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_4_normalized_pressure_low_solver_tolerance.cc
-rw-r--r--    1 mrd20 tas35    2576 Apr 25 16:21 sol_cx_4_normalized_pressure_low_solver_tolerance.prm
-rw-r--r--    1 mrd20 tas35    2044 Apr 25 16:21 sol_cx_4_normalized_pressure.prm
-rw-r--r--    1 mrd20 tas35    2008 Apr 25 16:21 sol_cx_4.prm
-rw-r--r--    1 mrd20 tas35  143915 Apr 25 16:21 solcx.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_cx_mpi_2
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_mpi_2.cc
-rw-r--r--    1 mrd20 tas35    2119 Apr 25 16:21 sol_cx_mpi_2.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 sol_cx_tracers
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_cx_tracers.cc
-rw-r--r--    1 mrd20 tas35    2113 Apr 25 16:21 sol_cx_tracers.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 solidus_initial_conditions
-rw-r--r--    1 mrd20 tas35    2187 Apr 25 16:21 solidus_initial_conditions.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 solitary_wave
-rw-r--r--    1 mrd20 tas35   40071 Apr 25 16:21 solitary_wave.cc
-rw-r--r--    1 mrd20 tas35    5100 Apr 25 16:21 solitary_wave.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_kz_2
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_kz_2.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_kz_2_cheaper_first_phase_solver
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_kz_2_cheaper_first_phase_solver.cc
-rw-r--r--    1 mrd20 tas35    2052 Apr 25 16:21 sol_kz_2_cheaper_first_phase_solver.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_kz_2_conservative
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_kz_2_conservative.cc
-rw-r--r--    1 mrd20 tas35    1990 Apr 25 16:21 sol_kz_2_conservative.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_kz_2_no_first_phase_solver
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_kz_2_no_first_phase_solver.cc
-rw-r--r--    1 mrd20 tas35    2051 Apr 25 16:21 sol_kz_2_no_first_phase_solver.prm
-rw-r--r--    1 mrd20 tas35    2008 Apr 25 16:21 sol_kz_2.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_kz_2_q3
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_kz_2_q3.cc
-rw-r--r--    1 mrd20 tas35    2008 Apr 25 16:21 sol_kz_2_q3.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_kz_4
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_kz_4.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 sol_kz_4_conservative
-rw-r--r--    1 mrd20 tas35      21 Apr 25 16:21 sol_kz_4_conservative.cc
-rw-r--r--    1 mrd20 tas35    1990 Apr 25 16:21 sol_kz_4_conservative.prm
-rw-r--r--    1 mrd20 tas35    2008 Apr 25 16:21 sol_kz_4.prm
-rw-r--r--    1 mrd20 tas35   33001 Apr 25 16:21 solkz.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 solver_history
-rw-r--r--    1 mrd20 tas35     749 Apr 25 16:21 solver_history.cc
-rw-r--r--    1 mrd20 tas35    1773 Apr 25 16:21 solver_history.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 spherical_velocity_statistics
-rw-r--r--    1 mrd20 tas35    2839 Apr 25 16:21 spherical_velocity_statistics.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 steinberger_compressible
-rw-r--r--    1 mrd20 tas35    2794 Apr 25 16:21 steinberger_compressible.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 steinberger_lateral_fail
-rw-r--r--    1 mrd20 tas35    3026 Apr 25 16:21 steinberger_lateral_fail.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 steinberger_viscosity
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 steinberger_viscosity_adiabatic
-rw-r--r--    1 mrd20 tas35    2689 Apr 25 16:21 steinberger_viscosity_adiabatic.prm
-rw-r--r--    1 mrd20 tas35    2678 Apr 25 16:21 steinberger_viscosity.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 stokes
-rw-r--r--    1 mrd20 tas35    4009 Apr 25 16:21 stokes.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 stokes_residual
-rw-r--r--    1 mrd20 tas35    1917 Apr 25 16:21 stokes_residual.prm
-rw-r--r--    1 mrd20 tas35    1715 Apr 25 16:21 submit_results.cmake
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 symbolic_boundary_names_box
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 symbolic_boundary_names_box_constant_bc
-rw-r--r--    1 mrd20 tas35    2047 Apr 25 16:21 symbolic_boundary_names_box_constant_bc.prm
-rw-r--r--    1 mrd20 tas35    1870 Apr 25 16:21 symbolic_boundary_names_box.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 symbolic_boundary_names_spherical_shell_2d_180_degrees
-rw-r--r--    1 mrd20 tas35    1867 Apr 25 16:21 symbolic_boundary_names_spherical_shell_2d_180_degrees.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 symbolic_boundary_names_spherical_shell_2d_90_degrees
-rw-r--r--    1 mrd20 tas35    1866 Apr 25 16:21 symbolic_boundary_names_spherical_shell_2d_90_degrees.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 symbolic_boundary_names_spherical_shell_2d_full
-rw-r--r--    1 mrd20 tas35    1791 Apr 25 16:21 symbolic_boundary_names_spherical_shell_2d_full.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 symbolic_boundary_names_spherical_shell_3d_90_degrees
-rw-r--r--    1 mrd20 tas35    1872 Apr 25 16:21 symbolic_boundary_names_spherical_shell_3d_90_degrees.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 symbolic_boundary_names_spherical_shell_3d_full
-rw-r--r--    1 mrd20 tas35    1791 Apr 25 16:21 symbolic_boundary_names_spherical_shell_3d_full.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 tangurnis
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 tangurnis_ba
-rw-r--r--    1 mrd20 tas35      24 Apr 25 16:21 tangurnis_ba.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 tangurnis_ba_custom
-rw-r--r--    1 mrd20 tas35      24 Apr 25 16:21 tangurnis_ba_custom.cc
-rw-r--r--    1 mrd20 tas35   14007 Apr 25 16:21 tangurnis_ba_custom.prm
-rw-r--r--    1 mrd20 tas35   13972 Apr 25 16:21 tangurnis_ba.prm
-rw-r--r--    1 mrd20 tas35   19418 Apr 25 16:21 tangurnis.cc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 tangurnis_tala
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 tangurnis_tala_c
-rw-r--r--    1 mrd20 tas35      24 Apr 25 16:21 tangurnis_tala.cc
-rw-r--r--    1 mrd20 tas35      24 Apr 25 16:21 tangurnis_tala_c.cc
-rw-r--r--    1 mrd20 tas35   14253 Apr 25 16:21 tangurnis_tala_c.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 tangurnis_tala_implicit
-rw-r--r--    1 mrd20 tas35      24 Apr 25 16:21 tangurnis_tala_implicit.cc
-rw-r--r--    1 mrd20 tas35   14347 Apr 25 16:21 tangurnis_tala_implicit.prm
-rw-r--r--    1 mrd20 tas35   14115 Apr 25 16:21 tangurnis_tala.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 temperature_dependent_stokes_matrix
-rw-r--r--    1 mrd20 tas35    2230 Apr 25 16:21 temperature_dependent_stokes_matrix.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 terminate_user_request
-rw-r--r--    1 mrd20 tas35     413 Apr 25 16:21 terminate_user_request.cc
-rw-r--r--    1 mrd20 tas35    2073 Apr 25 16:21 terminate_user_request.prm
drwxr-xr-x    2 mrd20 tas35  139264 Apr 25 16:24 tests
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 time_dependent_temperature_bc
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 time_dependent_temperature_bc_2
-rw-r--r--    1 mrd20 tas35      44 Apr 25 16:21 time_dependent_temperature_bc_2.cc
-rw-r--r--    1 mrd20 tas35    2980 Apr 25 16:21 time_dependent_temperature_bc_2.prm
-rw-r--r--    1 mrd20 tas35    8486 Apr 25 16:21 time_dependent_temperature_bc.cc
-rw-r--r--    1 mrd20 tas35    3148 Apr 25 16:21 time_dependent_temperature_bc.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 traction_ascii_data
-rw-r--r--    1 mrd20 tas35    4221 Apr 25 16:21 traction_ascii_data.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 upwelling_melting_peridotite
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 upwelling_melting_peridotite_compressible
-rw-r--r--    1 mrd20 tas35    4940 Apr 25 16:21 upwelling_melting_peridotite_compressible.prm
-rw-r--r--    1 mrd20 tas35    5292 Apr 25 16:21 upwelling_melting_peridotite.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 upwelling_melting_pyroxenite
-rw-r--r--    1 mrd20 tas35    5942 Apr 25 16:21 upwelling_melting_pyroxenite.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 van_keken_smooth_tracer
-rw-r--r--    1 mrd20 tas35    2863 Apr 25 16:21 van_keken_smooth_tracer.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 velocity_boundary_statistics
-rw-r--r--    1 mrd20 tas35    2754 Apr 25 16:21 velocity_boundary_statistics.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 velocity_divergence
-rw-r--r--    1 mrd20 tas35    1505 Apr 25 16:21 velocity_divergence.cc
-rw-r--r--    1 mrd20 tas35    5200 Apr 25 16:21 velocity_divergence.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 velocity_in_years
-rw-r--r--    1 mrd20 tas35    2621 Apr 25 16:21 velocity_in_years.prm
-rw-r--r--    1 mrd20 tas35     151 Apr 25 16:21 visc_depth.txt
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 visco_plastic
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 visco_plastic_complex
-rw-r--r--    1 mrd20 tas35    6585 Apr 25 16:21 visco_plastic_complex.prm
-rw-r--r--    1 mrd20 tas35    2581 Apr 25 16:21 visco_plastic.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 visco_plastic_yield
-rw-r--r--    1 mrd20 tas35    2687 Apr 25 16:21 visco_plastic_yield.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 visco_plastic_yield_strain_weakening
-rw-r--r--    1 mrd20 tas35    4214 Apr 25 16:21 visco_plastic_yield_strain_weakening.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 viscosity_refinement
-rw-r--r--    1 mrd20 tas35    1799 Apr 25 16:21 viscosity_refinement.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 viscous_dissipation_statistics
-rw-r--r--    1 mrd20 tas35    3991 Apr 25 16:21 viscous_dissipation_statistics.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 visualization_conductivity_diffusivity
-rw-r--r--    1 mrd20 tas35    2265 Apr 25 16:21 visualization_conductivity_diffusivity.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 visualization_shear_stress
-rw-r--r--    1 mrd20 tas35    2468 Apr 25 16:21 visualization_shear_stress.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 visualization_strain_rate
-rw-r--r--    1 mrd20 tas35    2429 Apr 25 16:21 visualization_strain_rate.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 visualization_stress
-rw-r--r--    1 mrd20 tas35    2588 Apr 25 16:21 visualization_stress.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 visualization_unique_list
-rw-r--r--    1 mrd20 tas35    2277 Apr 25 16:21 visualization_unique_list.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 visualization_vertical_heat_flux
-rw-r--r--    1 mrd20 tas35    2377 Apr 25 16:21 visualization_vertical_heat_flux.prm
drwxr-xr-x    3 mrd20 tas35    4096 Apr 25 16:21 vis_velocity_in_years
-rw-r--r--    1 mrd20 tas35    1756 Apr 25 16:21 vis_velocity_in_years.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 viz_plugin_dependency
-rw-r--r--    1 mrd20 tas35    2286 Apr 25 16:21 viz_plugin_dependency.cc
-rw-r--r--    1 mrd20 tas35    2273 Apr 25 16:21 viz_plugin_dependency.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 zero_matrix
-rw-r--r--    1 mrd20 tas35    3322 Apr 25 16:21 zero_matrix.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 zero_RHS
-rw-r--r--    1 mrd20 tas35    3219 Apr 25 16:21 zero_RHS.prm
drwxr-xr-x    2 mrd20 tas35    4096 Apr 25 16:21 zero_temperature
-rw-r--r--    1 mrd20 tas35    2821 Apr 25 16:21 zero_temperature.prm


More information about the Aspect-devel mailing list