-
Notifications
You must be signed in to change notification settings - Fork 5
/
.gitignore
750 lines (718 loc) · 41.3 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
######################################################################
# Below is mostly taken from the web. Common things to ignore for C++
######################################################################
# Compiled files
*.slo
*.lo
*.o
*.Plo
*.so
*.dylib
*.lai
*.la
*.a
# Temporary files
*.swp
*~
*#
.#*
# Backup files
*.bk
*.backup
# Ctags files
tags
TAGS
# Build files
Makefile
Makefile.in
*.deps/
make_check_output
# Other version control systems
.svn/
# Callgrind output
callgrind.out.*
# Documentation files
*.pdf
latex/
html/
*header.html
*txt_doxygenified.*
doc/index/oomph_index.txt
doc/picture_show/rotate_gifs.php
doc/the_data_structure/doxygen_entrydb_*.tmp
doc/the_data_structure/doxygen_objdb_*.tmp
# Files generated by automake 1.13 test harness
test-suite.log
validate.sh.log
validate.sh.trs
test-driver
self_test/analyse_self_tests/analyse.sh.log
self_test/analyse_self_tests/analyse.sh.trs
########################################
# Oomph-lib specific generated files
########################################
# User drivers should go in your own version control I guess
user_drivers/
# private OOMPH-LIB directory configure lists are automatically generated.
config/configure.ac_scripts/private.dir_list
config/configure.ac_scripts/private_user_drivers.dir_list
config/configure.ac_scripts/private_user_src.dir_list
config/configure.ac_scripts/makefile_list
config/configure.ac_scripts/new_makefile_list
# So is the automake init command
config/configure.ac_scripts/automake_init_command_file
validation.log
config/configure.ac_scripts/user_drivers.dir_list
config/configure.ac_scripts/user_drivers.dir_list.backup
config/configure_options/current
demo_drivers/*/Validation/
demo_drivers/*/*/Validation/
demo_drivers/*/*/*/Validation/
self_test/*/Validation
self_test/*/*/Validation
make_check_output
aclocal.m4
autogen_fresh.dat
autom4te.cache/
build/
config.guess
config.h
config.h.in
config.log
config.status*
config.sub
configure
depcomp
install-sh
libtool
ltmain.sh
missing
old_symbolic_links.txt
oomph-lib-config.h
stamp-h1
config.cache
doc/the_distribution/joe_cool_makefile.am
doc/the_distribution/linked_make_file.am
compile
# Some binaries/scripts that are generated
bin/create_fluid_and_solid_surface_mesh_from_fluid_xda_mesh
bin/txt2h.sh
bin/minimal_mpi_test
external_distributions/hypre/build_script.bash
external_distributions/trilinos/build_script.bash
# Hypre/Trilinos build files
external_distributions/hypre/hypre-*
external_distributions/hypre/hypre_default_installation/
external_distributions/trilinos/trilinos-*
external_distributions/trilinos/trilinos_default_installation/
# arpack and hsl files which are automatically generated.
external_src/oomph_arpack/all_arpack_sources.f
external_src/oomph_arpack/debug.h
external_src/oomph_arpack/stat.h
external_src/oomph_hsl/frontal.f
# Files generated by automake 1.13 test harness
test-suite.log
validate.sh.log
validate.sh.trs
test-driver
self_test/analyse_self_tests/analyse.sh.log
self_test/analyse_self_tests/analyse.sh.trs
# Junk generated by demo_drivers/interaction/fsi_channel_seg_and_precond
demo_drivers/interaction/fsi_channel_seg_and_precond/STEADY_PRECONDITIONED_*
demo_drivers/interaction/fsi_channel_seg_and_precond/UNSTEADY_PRECONDITIONED_*
demo_drivers/interaction/fsi_channel_seg_and_precond/STEADY_SEGREGATED_*
################################################################
# Auto generated list of binaries etc.
# Generated using "git ls-files --other --exclude-standard | xclip"
################################################################
demo_drivers/FAQ/broken_this_demo
demo_drivers/FAQ/customising_output
demo_drivers/advection_diffusion/two_d_adv_diff_SUPG/two_d_adv_diff_SUPG
demo_drivers/advection_diffusion/two_d_adv_diff_adapt/two_d_adv_diff_adapt
demo_drivers/advection_diffusion/two_d_adv_diff_adapt/two_d_adv_diff_adapt2
demo_drivers/advection_diffusion/two_d_adv_diff_flux_bc/two_d_adv_diff_flux_bc
demo_drivers/advection_diffusion/two_d_variable_diff/two_d_variable_diff_adapt
demo_drivers/axisym_advection_diffusion/pipe/pipe
demo_drivers/axisym_advection_diffusion/pipe/pipe_variable_diff
demo_drivers/axisym_displ_based_foeppl_von_karman/axisym_displ_based_fvk
demo_drivers/axisym_foeppl_von_karman/axisym_fvk
demo_drivers/axisym_linear_elasticity/cylinder/cylinder
demo_drivers/axisym_navier_stokes/axi_static_cap/axi_static_cap
demo_drivers/axisym_navier_stokes/counter_rotating_disks/counter_rotating_disks
demo_drivers/axisym_navier_stokes/counter_rotating_disks/counter_rotating_disks_ref
demo_drivers/axisym_navier_stokes/fibre/fibre
demo_drivers/axisym_navier_stokes/rayleigh_instability/rayleigh_instability
demo_drivers/axisym_navier_stokes/rotating_ends/rotating_ends
demo_drivers/axisym_navier_stokes/single_layer_free_surface_axisym/single_layer_free_surface_axisym
demo_drivers/axisym_navier_stokes/spin_up/spin_up
demo_drivers/axisym_navier_stokes/torus/torus
demo_drivers/axisym_navier_stokes/two_fluid_spherical_cap/two_fluid_spherical_cap
demo_drivers/axisym_navier_stokes/two_layer_interface_axisym/elastic_two_layer_interface_axisym
demo_drivers/axisym_navier_stokes/two_layer_interface_axisym/spine_two_layer_interface_axisym
demo_drivers/axisym_navier_stokes/unstructured_torus/unstructured_torus
demo_drivers/axisym_poroelasticity/unstructured_two_d_curved/adaptive_unstructured_two_d_curved
demo_drivers/axisym_poroelasticity/unstructured_two_d_curved/unstructured_two_d_curved
demo_drivers/beam/steady_ring/steady_ring
demo_drivers/beam/steady_third_ring/steady_third_ring
demo_drivers/beam/tensioned_string/tensioned_string
demo_drivers/beam/unsteady_ring/lin_unsteady_ring
demo_drivers/beam/unsteady_ring/unsteady_ring
demo_drivers/bifurcation_tracking/adaptive_hopf
demo_drivers/bifurcation_tracking/adaptive_pitchfork
demo_drivers/bifurcation_tracking/fold
demo_drivers/bifurcation_tracking/hopf
demo_drivers/bifurcation_tracking/periodic_orbit
demo_drivers/bifurcation_tracking/pitchfork
demo_drivers/bifurcation_tracking/track_pitch
demo_drivers/biharmonic/structured_2d_biharmonic/structured_2d_biharmonic_bellelement
demo_drivers/biharmonic/two_d_biharmonic/two_d_biharmonic
demo_drivers/biharmonic/unstructured_2d_biharmonic/unstructured_2d_biharmonic_bellelement
demo_drivers/biharmonic/unstructured_2d_biharmonic/unstructured_2d_biharmonic_curvedelement
demo_drivers/darcy/unstructured_two_d_circle/adaptive_unstructured_two_d_circle
demo_drivers/darcy/unstructured_two_d_circle/unstructured_two_d_circle
demo_drivers/flux_transport/advection/one_d_advection
demo_drivers/flux_transport/advection/two_d_advection
demo_drivers/flux_transport/euler/couette
demo_drivers/flux_transport/euler/ff_step
demo_drivers/flux_transport/euler/one_d_euler
demo_drivers/flux_transport/euler/ramp
demo_drivers/flux_transport/euler/two_d_euler
demo_drivers/foeppl_von_karman/circular_disk/circular_disk
demo_drivers/fourier_decomposed_helmholtz/sphere_scattering/sphere_scattering
demo_drivers/fourier_decomposed_helmholtz/sphere_scattering/unstructured_adaptive_sphere_scattering
demo_drivers/fourier_decomposed_helmholtz/sphere_scattering/unstructured_sphere_scattering
demo_drivers/generalised_fourier_decomposed_helmholtz/oscillating_sphere/adaptive_oscillating_sphere
demo_drivers/generalised_fourier_decomposed_helmholtz/oscillating_sphere/oscillating_sphere
demo_drivers/generalised_helmholtz/scattering/unstructured_two_d_helmholtz
demo_drivers/generalised_helmholtz/scattering/unstructured_two_d_helmholtz_adapt
demo_drivers/generalised_helmholtz/scattering/unstructured_two_d_helmholtz_scattering
demo_drivers/generalised_time_harmonic_linear_elasticity/time_harmonic_elasticity_driver
demo_drivers/generalised_time_harmonic_linear_elasticity/time_harmonic_elasticity_driver_source
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/melt
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/pretend_melt
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/spring_contact
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/stefan_boltzmann
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/stefan_boltzmann_melt
demo_drivers/helmholtz/point_source/adaptive_helmholtz_point_source
demo_drivers/helmholtz/point_source/helmholtz_point_source
demo_drivers/helmholtz/scattering/adaptive_scattering
demo_drivers/helmholtz/scattering/adaptive_unstructured_scattering
demo_drivers/helmholtz/scattering/scattering
demo_drivers/helmholtz/scattering/unstructured_scattering
demo_drivers/homogenisation/two_dim/two_dim
demo_drivers/homogenisation/two_dim/two_dim_hex
demo_drivers/interaction/acoustic_fsi/acoustic_fsi
demo_drivers/interaction/acoustic_fsi/unstructured_acoustic_fsi
demo_drivers/interaction/elastic_bretherton/elastic_bretherton
demo_drivers/interaction/fourier_decomposed_acoustic_fsi/adaptive_unstructured_fourier_decomposed_acoustic_fsi
demo_drivers/interaction/fourier_decomposed_acoustic_fsi/fourier_decomposed_acoustic_fsi
demo_drivers/interaction/fourier_decomposed_acoustic_fsi/unstructured_fourier_decomposed_acoustic_fsi
demo_drivers/interaction/free_boundary_poisson/algebraic_free_boundary_poisson
demo_drivers/interaction/free_boundary_poisson/circle
demo_drivers/interaction/free_boundary_poisson/doc_sparse_macro_node_update
demo_drivers/interaction/free_boundary_poisson/elastic_poisson
demo_drivers/interaction/free_boundary_poisson/free_boundary_poisson_with_elastic_mesh_update
demo_drivers/interaction/free_boundary_poisson/geom_object_element
demo_drivers/interaction/free_boundary_poisson/macro_element_free_boundary_poisson
demo_drivers/interaction/free_boundary_poisson/macro_element_free_boundary_poisson_non_ref
demo_drivers/interaction/free_boundary_poisson/old_macro_element_free_boundary_poisson_for_doc
demo_drivers/interaction/fsi_channel_seg_and_precond/fsi_collapsible_channel_precond_driver
demo_drivers/interaction/fsi_channel_seg_and_precond/fsi_collapsible_channel_segregated_driver
demo_drivers/interaction/fsi_channel_seg_and_precond/simple_segregated_driver
demo_drivers/interaction/fsi_channel_with_leaflet/fsi_channel_with_leaflet
demo_drivers/interaction/fsi_collapsible_channel/fsi_collapsible_channel_algebraic_CR
demo_drivers/interaction/fsi_collapsible_channel/fsi_collapsible_channel_algebraic_TH
demo_drivers/interaction/fsi_collapsible_channel/fsi_collapsible_channel_algebraic_adapt_CR
demo_drivers/interaction/fsi_collapsible_channel/fsi_collapsible_channel_algebraic_adapt_TH
demo_drivers/interaction/fsi_collapsible_channel/fsi_collapsible_channel_macro_CR
demo_drivers/interaction/fsi_collapsible_channel/fsi_collapsible_channel_macro_TH
demo_drivers/interaction/fsi_collapsible_channel/fsi_collapsible_channel_macro_adapt_CR
demo_drivers/interaction/fsi_collapsible_channel/fsi_collapsible_channel_macro_adapt_TH
demo_drivers/interaction/fsi_collapsible_channel/fsi_pseudo_solid_collapsible_channel_CR
demo_drivers/interaction/fsi_collapsible_channel/fsi_pseudo_solid_collapsible_channel_TH
demo_drivers/interaction/fsi_collapsible_channel/fsi_pseudo_solid_collapsible_channel_adapt_CR
demo_drivers/interaction/fsi_collapsible_channel/fsi_pseudo_solid_collapsible_channel_adapt_TH
demo_drivers/interaction/fsi_driven_cavity/fsi_driven_cavity_driver
demo_drivers/interaction/fsi_driven_cavity/fsi_driven_cavity_segregated_driver
demo_drivers/interaction/fsi_osc_ring/fsi_osc_ring
demo_drivers/interaction/fsi_osc_ring/fsi_osc_ring_compare_jacs
demo_drivers/interaction/fsi_osc_ring/osc_ring_alg
demo_drivers/interaction/fsi_osc_ring/osc_ring_macro
demo_drivers/interaction/linearised_fsi_pulsewave/linearised_fsi_pulsewave
demo_drivers/interaction/linearised_poroelastic_fsi_pulsewave/linearised_poroelastic_fsi_pulsewave
demo_drivers/interaction/pseudo_solid_collapsible_tube/pseudo_solid_collapsible_tube
demo_drivers/interaction/pseudo_solid_collapsible_tube/pseudo_solid_collapsible_tube_work
demo_drivers/interaction/pseudo_solid_fsi_channel_with_leaflet/fsi_channel_with_leaflet_precond
demo_drivers/interaction/turek_flag/turek_flag
demo_drivers/interaction/unsteady_vmtk_fsi/unsteady_vmtk_fsi
demo_drivers/interaction/unstructured_adaptive_fsi/unstructured_adaptive_2d_fsi
demo_drivers/interaction/unstructured_fsi/unstructured_two_d_fsi
demo_drivers/interaction/unstructured_three_d_fsi/unstructured_three_d_fsi
demo_drivers/interaction/vmtk_fsi/vmtk_fsi
demo_drivers/linear_elasticity/periodic_load/periodic_load
demo_drivers/linear_elasticity/periodic_load/refineable_periodic_load
demo_drivers/linear_solvers/HypreSolver_test
demo_drivers/linear_solvers/TrilinosSolver_test
demo_drivers/linear_solvers/adv_diff_iterative_linear_solver_tester
demo_drivers/linear_solvers/direct_solver_test
demo_drivers/linear_solvers/driven_cavity
demo_drivers/linear_solvers/two_d_linear_elasticity_with_simple_block_diagonal_preconditioner
demo_drivers/linear_solvers/two_d_poisson_cg
demo_drivers/linear_solvers/two_d_poisson_dense_lu
demo_drivers/linear_wave/two_d_linear_wave/two_d_linear_wave
demo_drivers/linear_wave/two_d_linear_wave/two_d_linear_wave_flux
demo_drivers/linear_wave/two_d_linear_wave_adapt/two_d_linear_wave_adapt
demo_drivers/linking/demo_code
demo_drivers/linking/makefile.sample
demo_drivers/linking/my_demo_code
demo_drivers/meshing/mesh_from_geompack/convert_geom_file
demo_drivers/meshing/mesh_from_geompack/mesh_from_geompack_poisson
demo_drivers/meshing/mesh_from_inline_triangle/mesh_from_inline_triangle
demo_drivers/meshing/mesh_from_inline_triangle/mesh_from_inline_triangle_no_adapt
demo_drivers/meshing/mesh_from_inline_triangle/mesh_from_inline_triangle_polygon
demo_drivers/meshing/mesh_from_inline_triangle_internal_boundaries/mesh_from_inline_triangle_internal_boundaries
demo_drivers/meshing/mesh_from_inline_triangle_internal_boundaries/mesh_from_inline_triangle_internal_boundaries_extra
demo_drivers/meshing/mesh_from_tetgen/mesh_from_tetgen_navier_stokes
demo_drivers/meshing/mesh_from_tetgen/mesh_from_tetgen_poisson
demo_drivers/meshing/mesh_from_triangle/mesh_from_triangle_navier_stokes
demo_drivers/meshing/mesh_from_triangle/mesh_from_triangle_poisson
demo_drivers/meshing/mesh_from_vmtk/create_fluid_and_solid_surface_mesh_from_fluid_xda_mesh
demo_drivers/meshing/mesh_from_xfig_triangle/mesh_from_xfig_navier_stokes
demo_drivers/meshing/mesh_from_xfig_triangle/mesh_from_xfig_poisson
demo_drivers/meshing/quadratic_vmtk_tetgen/snap_mesh
demo_drivers/meshing/quadratic_vmtk_tetgen/xda_to_poly_fsi
demo_drivers/multi_physics/3d_boussinesq_convection/3d_multimesh_ref_b_convect
demo_drivers/multi_physics/3d_boussinesq_convection/3d_ref_b_convect
demo_drivers/multi_physics/axisym_heat_sphere/axisym_heat_sphere
demo_drivers/multi_physics/axisym_heat_sphere/multi_domain_axisym_heat_sphere
demo_drivers/multi_physics/b_convection_sphere/b_convection_sphere
demo_drivers/multi_physics/b_convection_sphere/multi_domain_b_convect_sph
demo_drivers/multi_physics/boussinesq_convection/boussinesq_convection
demo_drivers/multi_physics/boussinesq_convection/boussinesq_convection_analytic
demo_drivers/multi_physics/boussinesq_convection/boussinesq_convection_fd
demo_drivers/multi_physics/boussinesq_convection/multi_domain_boussinesq_convection
demo_drivers/multi_physics/boussinesq_convection/multi_domain_ref_b_convection
demo_drivers/multi_physics/boussinesq_convection/multi_domain_ref_b_convection_fd_for_external_data
demo_drivers/multi_physics/boussinesq_convection/refineable_b_convection
demo_drivers/multi_physics/double_diffusive_convection/dd_convection
demo_drivers/multi_physics/double_diffusive_convection/multimesh_dd_convection
demo_drivers/multi_physics/double_diffusive_convection/multimesh_ref_dd_convection
demo_drivers/multi_physics/insoluble_surfactant/surfactant
demo_drivers/multi_physics/marangoni_convection/marangoni_convection
demo_drivers/multi_physics/marangoni_convection/marangoni_convection_box
demo_drivers/multi_physics/soluble_surfactant/soluble_surfactant
demo_drivers/multi_physics/spherical_shell_convection/spherical_shell_convection
demo_drivers/multi_physics/thermal_fibre/thermal_fibre
demo_drivers/multi_physics/thermo/thermo
demo_drivers/navier_stokes/adaptive_driven_cavity/adaptive_driven_cavity
demo_drivers/navier_stokes/adaptive_interface/adaptive_interface
demo_drivers/navier_stokes/bretherton/bretherton
demo_drivers/navier_stokes/channel_with_leaflet/channel_with_leaflet
demo_drivers/navier_stokes/circular_driven_cavity/circular_driven_cavity
demo_drivers/navier_stokes/circular_driven_cavity/circular_driven_cavity2
demo_drivers/navier_stokes/collapsible_channel/collapsible_channel
demo_drivers/navier_stokes/collapsible_channel/collapsible_channel_adaptive_algebraic
demo_drivers/navier_stokes/collapsible_channel/collapsible_channel_adaptive_algebraic_bl_squash
demo_drivers/navier_stokes/collapsible_channel/collapsible_channel_algebraic
demo_drivers/navier_stokes/collapsible_channel/collapsible_channel_algebraic_bl_squash
demo_drivers/navier_stokes/collapsible_channel/collapsible_channel_bl_squash
demo_drivers/navier_stokes/curved_pipe/curved_pipe
demo_drivers/navier_stokes/curved_pipe/helical_pipe
demo_drivers/navier_stokes/driven_cavity/driven_cavity
demo_drivers/navier_stokes/falling_jet/falling_jet
demo_drivers/navier_stokes/flow_past_cylinder/flow_past_cylinder
demo_drivers/navier_stokes/flux_control/flux_control
demo_drivers/navier_stokes/free_surface_rotation/free_surface_rotation
demo_drivers/navier_stokes/hp_adaptive_driven_cavity/circular_driven_cavity_hp_adapt
demo_drivers/navier_stokes/hp_adaptive_driven_cavity/hp_adaptive_driven_cavity
demo_drivers/navier_stokes/inclined_plane/inclined_plane
demo_drivers/navier_stokes/inclined_plane/inclined_plane2
demo_drivers/navier_stokes/jeffery_orbit/jeffery_orbit
demo_drivers/navier_stokes/osc_ellipse/osc_quarter_ellipse
demo_drivers/navier_stokes/osc_ring/osc_ring_alg
demo_drivers/navier_stokes/osc_ring/osc_ring_macro
demo_drivers/navier_stokes/rayleigh_channel/rayleigh_channel
demo_drivers/navier_stokes/rayleigh_traction_channel/rayleigh_traction_channel
demo_drivers/navier_stokes/schur_complement_preconditioner/three_d_fp
demo_drivers/navier_stokes/schur_complement_preconditioner/two_d_fp
demo_drivers/navier_stokes/single_layer_free_surface/elastic_single_layer
demo_drivers/navier_stokes/single_layer_free_surface/spine_single_layer
demo_drivers/navier_stokes/spine_channel/simple_spine_channel
demo_drivers/navier_stokes/spine_channel/spine_channel
demo_drivers/navier_stokes/spine_channel/spine_channel2
demo_drivers/navier_stokes/static_cap/static_single_layer
demo_drivers/navier_stokes/static_cap/static_two_layer
demo_drivers/navier_stokes/three_d_bretherton/three_d_breth
demo_drivers/navier_stokes/three_d_entry_flow/full_tube
demo_drivers/navier_stokes/three_d_entry_flow/three_d_entry_flow
demo_drivers/navier_stokes/three_d_free_surface/3d_free_surface
demo_drivers/navier_stokes/three_d_static_cap/3d_static_cap
demo_drivers/navier_stokes/three_d_static_cap/3d_static_cap_elastic
demo_drivers/navier_stokes/turek_flag_non_fsi/turek_flag_non_fsi_alg
demo_drivers/navier_stokes/turek_flag_non_fsi/turek_flag_non_fsi_macro
demo_drivers/navier_stokes/two_layer_interface/elastic_two_layer_interface
demo_drivers/navier_stokes/two_layer_interface/spine_two_layer_interface
demo_drivers/navier_stokes/unstructured_adaptive_3d_ALE/uns_adapt_3d
demo_drivers/navier_stokes/unstructured_adaptive_3d_ALE/uns_adapt_3d_fs
demo_drivers/navier_stokes/unstructured_adaptive_ALE/unstructured_adaptive_ALE
demo_drivers/navier_stokes/unstructured_adaptive_fs/adaptive_bubble_in_channel
demo_drivers/navier_stokes/unstructured_adaptive_fs/adaptive_drop_in_channel
demo_drivers/navier_stokes/unstructured_fluid/unstructured_two_d_fluid
demo_drivers/navier_stokes/unstructured_three_d_fluid/unstructured_three_d_fluid
demo_drivers/navier_stokes/vmtk_fluid/vmtk_fluid
demo_drivers/optimisation/C_style_output/c_style_output
demo_drivers/optimisation/disable_ALE/navier_stokes/rayleigh_channel
demo_drivers/optimisation/disable_ALE/navier_stokes/rayleigh_circular_driven_cavity_adapt
demo_drivers/optimisation/disable_ALE/unsteady_heat/two_d_unsteady_heat
demo_drivers/optimisation/disable_ALE/unsteady_heat/two_d_unsteady_heat_adapt
demo_drivers/optimisation/fsi_jacobian_approximation/fsi_jacobian_approximation
demo_drivers/optimisation/linear_vs_nonlinear/two_d_poisson
demo_drivers/optimisation/sparse_assemble/sparse_assemble_test
demo_drivers/optimisation/stored_shape_fcts/two_d_poisson_stored_shape_fcts
demo_drivers/optimisation/use_coarse_base_meshes/two_d_poisson_adapt
demo_drivers/poisson/eighth_sphere_poisson/eighth_sphere_poisson
demo_drivers/poisson/elastic_poisson/elastic_poisson
demo_drivers/poisson/fish_poisson/fish_poisson
demo_drivers/poisson/fish_poisson/fish_poisson_no_adapt
demo_drivers/poisson/fish_poisson2/fish_domain
demo_drivers/poisson/fish_poisson2/fish_poisson_adapt
demo_drivers/poisson/fish_poisson2/fish_poisson_no_adapt
demo_drivers/poisson/fish_poisson2/fish_poisson_node_update
demo_drivers/poisson/fish_poisson2/fish_poisson_simple_adapt
demo_drivers/poisson/one_d_poisson/one_d_poisson
demo_drivers/poisson/one_d_poisson_adapt/one_d_poisson_adapt
demo_drivers/poisson/one_d_poisson_generic_only/one_d_poisson_generic_only
demo_drivers/poisson/one_d_poisson_hp_adapt/one_d_poisson_hp_adapt
demo_drivers/poisson/spectral/one_d_spectral
demo_drivers/poisson/spectral/three_d_spectral_adapt
demo_drivers/poisson/spectral/two_d_spectral_adapt
demo_drivers/poisson/two_d_poisson/two_d_poisson
demo_drivers/poisson/two_d_poisson/two_d_poisson2
demo_drivers/poisson/two_d_poisson/two_d_poisson_compare_solvers
demo_drivers/poisson/two_d_poisson_adapt/two_d_poisson_adapt
demo_drivers/poisson/two_d_poisson_flux_bc/two_d_poisson_flux_bc
demo_drivers/poisson/two_d_poisson_flux_bc2/two_d_poisson_flux_bc2
demo_drivers/poisson/two_d_poisson_flux_bc_adapt/two_d_poisson_flux_bc_adapt
demo_drivers/poisson/two_d_poisson_hp_adapt/two_d_poisson_hp_adapt
demo_drivers/polar_navier_stokes/jeffery_hamel/jeffery_hamel
demo_drivers/reaction_diffusion/two_d_act_inhibit/two_d_act_inhibit
demo_drivers/reaction_diffusion/two_d_act_inhibit_adapt/two_d_act_inhibit_adapt
demo_drivers/shell/circular_plate/unstructured_clamped_circular_plate
demo_drivers/shell/clamped_or_pinned_shell/clamped_or_pinned_shell
demo_drivers/shell/clamped_shell/clamped_shell
demo_drivers/shell/clamped_shell/clamped_shell_with_arclength_cont
demo_drivers/shell/clamped_shell/unstructured_clamped_curved_shell
demo_drivers/shell/oscillating_shell/oscillating_shell
demo_drivers/shell/plate/plate
demo_drivers/shell/plate/unstructured_clamped_square_plate
demo_drivers/solid/airy_cantilever/airy_cantilever
demo_drivers/solid/airy_cantilever/airy_cantilever2_adapt
demo_drivers/solid/airy_cantilever/airy_cantilever2_noadapt
demo_drivers/solid/compressed_square/compressed_square
demo_drivers/solid/disk_compression/disk_compression
demo_drivers/solid/disk_oscillation/disk_oscillation
demo_drivers/solid/prescribed_displ_lagr_mult/prescribed_displ_lagr_mult
demo_drivers/solid/prescribed_displ_lagr_mult/prescribed_displ_lagr_mult2
demo_drivers/solid/prescribed_displ_lagr_mult/prescribed_displ_lagr_mult_precond
demo_drivers/solid/pseudo_solid_collapsible_channel/pseudo_solid_collapsible_channel
demo_drivers/solid/shock_disk/shock_disk
demo_drivers/solid/simple_shear/refineable_simple_shear
demo_drivers/solid/simple_shear/simple_shear
demo_drivers/solid/static_fish/static_fish
demo_drivers/solid/three_d_cantilever/three_d_cantilever
demo_drivers/solid/three_d_cantilever/three_d_cantilever_adapt
demo_drivers/solid/three_d_prescribed_displ_lagr_mult/three_d_prescribed_displ_lagr_mult
demo_drivers/solid/three_d_prescribed_displ_lagr_mult/three_d_prescribed_displ_lagr_mult_non_adapt
demo_drivers/solid/three_d_traction/three_d_traction
demo_drivers/solid/three_d_traction/three_d_traction_non_adapt
demo_drivers/solid/unstructured_adaptive_solid/unstructured_adaptive_solid
demo_drivers/solid/unstructured_solid/unstructured_three_d_solid
demo_drivers/solid/unstructured_solid/unstructured_two_d_solid
demo_drivers/solid/unstructured_three_d_solid/unstructured_three_d_solid
demo_drivers/solid/vmtk_solid/vmtk_solid
demo_drivers/spherical_advection_diffusion/eluting_sphere/eluting_sphere
demo_drivers/spherical_advection_diffusion/eluting_sphere/eluting_sphere_adapt
demo_drivers/spherical_navier_stokes/spherical_couette/spherical_couette
demo_drivers/spherical_navier_stokes/spin_up/refineable_spin_up
demo_drivers/spherical_navier_stokes/spin_up/refineable_spin_up_cyl
demo_drivers/spherical_navier_stokes/spin_up/spin_up
demo_drivers/spherical_navier_stokes/spin_up/spin_up_cyl
demo_drivers/spherical_navier_stokes/steady_rot/steady_rot
demo_drivers/steady_axisym_advection_diffusion/steady_axisym_advection_diffusion/steady_axisym_advection_diffusion
demo_drivers/time_harmonic_fourier_decomposed_linear_elasticity/cylinder/adaptive_pressure_loaded_cylinder
demo_drivers/time_harmonic_fourier_decomposed_linear_elasticity/cylinder/adaptive_unstructured_cylinder
demo_drivers/time_harmonic_fourier_decomposed_linear_elasticity/cylinder/cylinder
demo_drivers/time_harmonic_fourier_decomposed_linear_elasticity/cylinder/pressure_loaded_cylinder
demo_drivers/time_harmonic_fourier_decomposed_linear_elasticity/cylinder/unstructured_cylinder
demo_drivers/time_harmonic_linear_elasticity/elastic_annulus/adaptive_time_harmonic_elastic_annulus
demo_drivers/time_harmonic_linear_elasticity/elastic_annulus/adaptive_unstructured_time_harmonic_elastic_annulus
demo_drivers/time_harmonic_linear_elasticity/elastic_annulus/time_harmonic_elastic_annulus
demo_drivers/time_harmonic_linear_elasticity/elastic_annulus/unstructured_time_harmonic_elastic_annulus
demo_drivers/unsteady_heat/two_d_unsteady_heat/two_d_unsteady_heat
demo_drivers/unsteady_heat/two_d_unsteady_heat/two_d_unsteady_heat_restarted
demo_drivers/unsteady_heat/two_d_unsteady_heat_2adapt/two_d_unsteady_heat_2adapt
demo_drivers/unsteady_heat/two_d_unsteady_heat_ALE/two_d_unsteady_heat_ALE
demo_drivers/unsteady_heat/two_d_unsteady_heat_adapt/two_d_unsteady_heat_adapt
demo_drivers/unsteady_heat/two_d_unsteady_heat_midpoint/two_d_unsteady_heat_midpoint
demo_drivers/unsteady_heat/two_d_unsteady_heat_t_adapt/two_d_unsteady_heat_t_adapt
demo_drivers/womersley/one_d_womersley/one_d_womersley
demo_drivers/womersley/two_d_womersley/two_d_womersley
demo_drivers/young_laplace/barrel
demo_drivers/young_laplace/refineable_t_junction
demo_drivers/young_laplace/refineable_young_laplace
demo_drivers/young_laplace/spherical_cap_in_cylinder
demo_drivers/young_laplace/young_laplace
demo_drivers/eigenproblems/harmonic/harmonic
demo_drivers/eigenproblems/orr_sommerfeld/orr_sommerfeld
demo_drivers/linking/my_demo_code
self_test/generic/vector_matrix_test/vector_matrix_test
external_src/oomph_arpack/oomph_arpack.h
external_src/oomph_crbond_bessel/oomph_crbond_bessel.h
external_src/oomph_metis_from_parmetis_3.1.1.h
external_src/oomph_superlu_dist_3.0.h
external_src/oomph_tetgen/oomph_tetgen.h
external_src/oomph_triangle/oomph_triangle.h
self_test/matrix_matrix_multiply/matrix_multiply_test
self_test/navier_stokes/circular_driven_cavity
self_test/poisson/convergence_tests/q_convergence_2d
self_test/poisson/convergence_tests/q_convergence_3d
self_test/poisson/convergence_tests/t_convergence_2d
self_test/poisson/convergence_tests/t_convergence_3d
self_test/poisson/face_tests/q_faces_2d
self_test/poisson/face_tests/q_faces_3d
self_test/poisson/face_tests/t_faces_2d
self_test/poisson/face_tests/t_faces_3d
self_test/poisson/octree_test/octree_test
self_test/poisson/tree_rotation_tests/tree_2d
self_test/poisson/tree_rotation_tests/tree_3d
demo_drivers/helmholtz/point_source/adaptive_helmholtz_point_source
demo_drivers/helmholtz/point_source/helmholtz_point_source
demo_drivers/time_harmonic_linear_elasticity/elastic_annulus/adaptive_unstructured_time_harmonic_elastic_annulus
demo_drivers/time_harmonic_linear_elasticity/elastic_annulus/unstructured_time_harmonic_elastic_annulus
demo_drivers/unsteady_heat/two_d_unsteady_heat_melt/two_d_unsteady_heat_melt
demo_drivers/unsteady_heat/two_d_unsteady_heat_melt/two_d_unsteady_heat_melt_mixed
demo_drivers/unsteady_heat/two_d_unsteady_heat_melt/two_d_unsteady_heat_melt_mixed_unstr
demo_drivers/interaction/acoustic_fsi/acoustic_fsi
demo_drivers/interaction/acoustic_fsi/unstructured_acoustic_fsi
demo_drivers/interaction/fourier_decomposed_acoustic_fsi/adaptive_unstructured_fourier_decomposed_acoustic_fsi
demo_drivers/interaction/fourier_decomposed_acoustic_fsi/fourier_decomposed_acoustic_fsi
demo_drivers/interaction/fourier_decomposed_acoustic_fsi/unstructured_fourier_decomposed_acoustic_fsi
demo_drivers/interaction/linearised_fsi_pulsewave/linearised_fsi_pulsewave
demo_drivers/interaction/pseudo_solid_fsi_channel_with_leaflet/fsi_channel_with_leaflet_precond
demo_drivers/solid/prescribed_displ_lagr_mult/prescribed_displ_lagr_mult_precond
demo_drivers/time_harmonic_fourier_decomposed_linear_elasticity/cylinder/adaptive_pressure_loaded_cylinder
demo_drivers/time_harmonic_fourier_decomposed_linear_elasticity/cylinder/adaptive_unstructured_cylinder
demo_drivers/time_harmonic_fourier_decomposed_linear_elasticity/cylinder/unstructured_cylinder
src/meshes/annular_mesh.h
demo_drivers/mpi/distribution/eigenproblem/harmonic
demo_drivers/mpi/solvers/TrilinosSolver_test
demo_drivers/interaction/fsi_channel_seg_and_precond/UNSTEADY_PRECONDITIONED_COLLAPSIBLE_CHANNEL_RUNS.*
demo_drivers/interaction/fsi_channel_seg_and_precond/STEADY_PRECONDITIONED_COLLAPSIBLE_CHANNEL_RUNS.*
demo_drivers/interaction/fsi_channel_seg_and_precond/STEADY_PRECONDITIONED_COLLAPSIBLE_CHANNEL_RUNS.erHPy5.*
self_test/generic/asserts/asserts_example
demo_drivers/interaction/pseudo_solid_collapsible_tube/pseudo_solid_collapsible_tube_work
demo_drivers/homogenisation/two_dim/two_dim
demo_drivers/homogenisation/two_dim/two_dim_hex
demo_drivers/navier_stokes/schur_complement_preconditioner/two_d_iter_driven_cavity_simple.dat
demo_drivers/unsteady_heat/two_d_unsteady_heat_melt/plot_landscape.bash
demo_drivers/unsteady_heat/two_d_unsteady_heat_melt/residual_landscape.pvsm
demo_drivers/interaction/fsi_channel_seg_and_precond/STEADY_PRECONDITIONED_COLLAPSIBLE_CHANNEL_RUNS*
demo_drivers/meshing/mesh_from_xfig_triangle/fig2poly
demo_drivers/homogenisation/two_dim/two_dim
demo_drivers/homogenisation/two_dim/two_dim_hex
self_test/mpi/matrix_addition/matrix_addition
self_test/mpi/distribution_concatenation/distribution_concatenation
self_test/mpi/matrix_concatenation/matrix_concatenation
self_test/mpi/matrix_concatenation_without_communication/matrix_concatenation_without_communication
self_test/mpi/vector_concatenation/vector_concatenation
self_test/mpi/vector_concatenation_without_communication/vector_concatenation_without_communication
self_test/mpi/vector_split/vector_split
self_test/mpi/vector_split_without_communication/vector_split_without_communication
demo_drivers/unsteady_heat/two_d_unsteady_heat_midpoint/two_d_unsteady_heat_midpoint
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/melt
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/pretend_melt
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/spring_contact
demo_drivers/linear_solvers/HypreSolver_test
demo_drivers/linear_solvers/TrilinosSolver_test
demo_drivers/generalised_helmholtz/scattering/unstructured_two_d_helmholtz_scattering
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/stefan_boltzmann
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/stefan_boltzmann_melt
demo_drivers/linear_solvers/two_d_linear_elasticity_with_simple_block_diagonal_preconditioner
src/axisym_displ_based_foeppl_von_karman/axisym_displ_based_foeppl_von_karman.h
src/axisym_foeppl_von_karman/axisym_foeppl_von_karman.h
src/axisym_poroelasticity/axisym_poroelasticity.h
src/generalised_fourier_decomposed_helmholtz/generalised_fourier_decomposed_helmholtz.h
src/generalised_time_harmonic_linear_elasticity/generalised_time_harmonic_linear_elasticity.h
src/poroelasticity/poroelasticity.h
demo_drivers/axisym_displ_based_foeppl_von_karman/axisym_displ_based_fvk
demo_drivers/axisym_foeppl_von_karman/axisym_fvk
demo_drivers/axisym_poroelasticity/unstructured_two_d_curved/adaptive_unstructured_two_d_curved
demo_drivers/axisym_poroelasticity/unstructured_two_d_curved/unstructured_two_d_curved
demo_drivers/darcy/unstructured_two_d_circle/adaptive_unstructured_two_d_circle
demo_drivers/darcy/unstructured_two_d_circle/unstructured_two_d_circle
demo_drivers/generalised_fourier_decomposed_helmholtz/oscillating_sphere/adaptive_oscillating_sphere
demo_drivers/generalised_fourier_decomposed_helmholtz/oscillating_sphere/oscillating_sphere
demo_drivers/generalised_time_harmonic_linear_elasticity/time_harmonic_elasticity_driver
demo_drivers/generalised_time_harmonic_linear_elasticity/time_harmonic_elasticity_driver_source
demo_drivers/interaction/linearised_poroelastic_fsi_pulsewave/linearised_poroelastic_fsi_pulsewave
doc/the_data_structure/doxygen_entrydb_20465.tmp
doc/the_data_structure/doxygen_objdb_20465.tmp
src/advection_diffusion/advection_diffusion.h
src/advection_diffusion_reaction/advection_diffusion_reaction.h
src/axisym_advection_diffusion/axisym_advection_diffusion.h
src/axisym_displ_based_foeppl_von_karman/axisym_displ_based_foeppl_von_karman.h
src/axisym_foeppl_von_karman/axisym_foeppl_von_karman.h
src/axisym_linear_elasticity/axisym_linear_elasticity.h
src/axisym_navier_stokes/axisym_navier_stokes.h
src/axisym_poroelasticity/axisym_poroelasticity.h
src/axisym_spherical_solid/axisym_spherical_solid.h
src/beam/beam.h
src/biharmonic/biharmonic.h
src/constitutive/constitutive.h
src/darcy/darcy.h
src/fluid_interface/fluid_interface.h
src/flux_transport/flux_transport.h
src/foeppl_von_karman/foeppl_von_karman.h
src/fourier_decomposed_helmholtz/fourier_decomposed_helmholtz.h
src/generalised_fourier_decomposed_helmholtz/generalised_fourier_decomposed_helmholtz.h
src/generalised_helmholtz/generalised_helmholtz.h
src/generalised_time_harmonic_linear_elasticity/generalised_time_harmonic_linear_elasticity.h
src/generic/generic.h
src/helmholtz/helmholtz.h
src/linear_elasticity/linear_elasticity.h
src/linear_wave/linear_wave.h
src/mesh_smoothing/mesh_smoothing.h
src/meshes/annular_mesh.h
src/meshes/backward_step_mesh.h
src/meshes/bretherton_spine_mesh.h
src/meshes/brick_from_tet_mesh.h
src/meshes/channel_spine_mesh.h
src/meshes/channel_with_leaflet_mesh.h
src/meshes/circular_shell_mesh.h
src/meshes/collapsible_channel_mesh.h
src/meshes/cylinder_with_flag_mesh.h
src/meshes/eighth_sphere_mesh.h
src/meshes/fish_mesh.h
src/meshes/fsi_driven_cavity_mesh.h
src/meshes/full_circle_mesh.h
src/meshes/geompack_mesh.h
src/meshes/hermite_element_quad_mesh.h
src/meshes/horizontal_single_layer_spine_mesh.h
src/meshes/meshes.h
src/meshes/one_d_lagrangian_mesh.h
src/meshes/one_d_mesh.h
src/meshes/quarter_circle_sector_mesh.h
src/meshes/quarter_pipe_mesh.h
src/meshes/quarter_tube_mesh.h
src/meshes/rectangular_quadmesh.h
src/meshes/simple_cubic_mesh.h
src/meshes/simple_cubic_tet_mesh.h
src/meshes/simple_rectangular_quadmesh.h
src/meshes/simple_rectangular_tri_mesh.h
src/meshes/single_layer_cubic_spine_mesh.h
src/meshes/single_layer_spine_mesh.h
src/meshes/tetgen_mesh.h
src/meshes/thin_layer_brick_on_tet_mesh.h
src/meshes/triangle_mesh.h
src/meshes/tube_mesh.h
src/meshes/two_layer_spine_mesh.h
src/meshes/xda_tet_mesh.h
src/meshes/mesh_clean.aux
src/meshes/mesh_instructions.aux
src/meshes/mesh_names.aux
src/multi_physics/multi_physics.h
src/navier_stokes/navier_stokes.h
src/poisson/poisson.h
src/polar_navier_stokes/polar_navier_stokes.h
src/poroelasticity/poroelasticity.h
src/rigid_body/rigid_body.h
src/shell/shell.h
src/solid/solid.h
src/spherical_advection_diffusion/spherical_advection_diffusion.h
src/spherical_navier_stokes/spherical_navier_stokes.h
src/steady_axisym_advection_diffusion/steady_axisym_advection_diffusion.h
src/time_harmonic_fourier_decomposed_linear_elasticity/time_harmonic_fourier_decomposed_linear_elasticity.h
src/time_harmonic_linear_elasticity/time_harmonic_linear_elasticity.h
src/linearised_axisym_navier_stokes/linearised_axisym_navier_stokes.h
src/unsteady_heat/unsteady_heat.h
src/womersley/womersley.h
src/young_laplace/young_laplace.h
user_src/jack_cool/jack_cool.h
demo_drivers/meshing/mesh_from_triangle/mesh_from_triangle_navier_stokes_adapt
demo_drivers/meshing/mesh_from_triangle/mesh_from_triangle_poisson_adapt
demo_drivers/shell/circular_plate/unstructured_clamped_circular_plate
demo_drivers/shell/clamped_shell/unstructured_clamped_curved_shell
demo_drivers/shell/plate/unstructured_clamped_square_plate
demo_drivers/axisym_foeppl_von_karman/axisym_fvk
demo_drivers/axisym_poroelasticity/unstructured_two_d_curved/adaptive_unstructured_two_d_curved
demo_drivers/axisym_poroelasticity/unstructured_two_d_curved/unstructured_two_d_curved
demo_drivers/biharmonic/structured_2d_biharmonic/structured_2d_biharmonic_bellelement
demo_drivers/biharmonic/unstructured_2d_biharmonic/unstructured_2d_biharmonic_bellelement
demo_drivers/biharmonic/unstructured_2d_biharmonic/unstructured_2d_biharmonic_curvedelement
demo_drivers/darcy/unstructured_two_d_circle/adaptive_unstructured_two_d_circle
demo_drivers/darcy/unstructured_two_d_circle/unstructured_two_d_circle
demo_drivers/generalised_fourier_decomposed_helmholtz/oscillating_sphere/adaptive_oscillating_sphere
demo_drivers/generalised_fourier_decomposed_helmholtz/oscillating_sphere/oscillating_sphere
demo_drivers/generalised_time_harmonic_linear_elasticity/time_harmonic_elasticity_driver
demo_drivers/generalised_time_harmonic_linear_elasticity/time_harmonic_elasticity_driver_source
demo_drivers/interaction/linearised_poroelastic_fsi_pulsewave/linearised_poroelastic_fsi_pulsewave
demo_drivers/axisym_displ_based_foeppl_von_karman/axisym_displ_based_fvk
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/circular_boulder_melt
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/circular_boulder_solar_radiation
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/linear_solid_contact_with_gravity_structured
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/linear_solid_contact_with_gravity_unstructured
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/solid_contact
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/solid_contact_with_gravity_structured
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/solid_contact_with_gravity_unstructured
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/solid_contact_with_lagr_melt
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/two_d_unsteady_heat
demo_drivers/bifurcation_tracking/trace.dat
demo_drivers/heat_transfer_and_melting/two_d_unsteady_heat_melt/heated_linear_solid_contact_with_gravity
demo_drivers/linear_solvers/two_d_multi_poisson
demo_drivers/linearised_axisym_navier_stokes/counter_rotating_disks/counter_rotating_disks
demo_drivers/linearised_axisym_navier_stokes/counter_rotating_disks/counter_rotating_disks_ref
demo_drivers/linearised_axisym_navier_stokes/time_periodic_taylor_couette/time_periodic_taylor_couette
demo_drivers/linearised_free_surface_axisym_navier_stokes/two_layer_interface_nonaxisym_perturbations/two_layer_interface_nonaxisym_perturbations
demo_drivers/mpi/distribution/adaptive_driven_cavity/adaptive_driven_cavity
demo_drivers/mpi/distribution/adaptive_driven_cavity/adaptive_driven_cavity_load_balance
demo_drivers/mpi/distribution/airy_cantilever/airy_cantilever2_adapt
demo_drivers/mpi/distribution/bifurcation_tracking/pitchfork
demo_drivers/mpi/distribution/bifurcation_tracking/track_pitch
demo_drivers/mpi/distribution/circular_driven_cavity/circular_driven_cavity
demo_drivers/mpi/distribution/clamped_shell/clamped_shell_with_arclength_cont
demo_drivers/mpi/distribution/fish_poisson/fish_poisson
demo_drivers/mpi/distribution/hanging_node_reconciliation/adaptive_driven_cavity
demo_drivers/mpi/distribution/hanging_node_reconciliation/hp_adaptive_driven_cavity
demo_drivers/mpi/distribution/hp_adaptive_driven_cavity/hp_adaptive_driven_cavity
demo_drivers/mpi/distribution/hp_adaptive_poisson/two_d_poisson_hp_adapt
demo_drivers/mpi/distribution/prescribed_displ_lagr_mult/prescribed_displ_lagr_mult
demo_drivers/mpi/distribution/prescribed_displ_lagr_mult/resize_hanging_node_tester
demo_drivers/mpi/distribution/restart/two_d_unsteady_heat_2adapt_load_balance
demo_drivers/mpi/distribution/three_d_cantilever/three_d_cantilever_adapt
demo_drivers/mpi/distribution/three_d_entry_flow/three_d_entry_flow
demo_drivers/mpi/distribution/three_d_prescribed_displ_lagr_mult/three_d_prescribed_displ_lagr_mult
demo_drivers/mpi/distribution/two_d_poisson_flux_bc_adapt/two_d_poisson_flux_bc_adapt
demo_drivers/mpi/multi_domain/boussinesq_convection/multi_domain_boussinesq_convection
demo_drivers/mpi/multi_domain/boussinesq_convection/multi_domain_boussinesq_convection_fd
demo_drivers/mpi/multi_domain/boussinesq_convection/multi_domain_ref_b_convection
demo_drivers/mpi/multi_domain/boussinesq_convection/refineable_b_convection
demo_drivers/mpi/multi_domain/fsi_channel_with_leaflet/fsi_channel_with_leaflet
demo_drivers/mpi/multi_domain/fsi_collapsible_channel/fsi_collapsible_channel_adapt
demo_drivers/mpi/multi_domain/fsi_collapsible_channel/fsi_collapsible_channel_macro_adapt
demo_drivers/mpi/multi_domain/fsi_osc_ring/fsi_osc_ring
demo_drivers/mpi/multi_domain/pseudo_solid_collapsible_tube/pseudo_solid_collapsible_tube
demo_drivers/mpi/multi_domain/turek_flag/turek_flag
demo_drivers/mpi/multi_domain/turek_flag/turek_flag_load_balance
demo_drivers/mpi/solvers/airy_cantilever
demo_drivers/mpi/solvers/direct_solver_test
demo_drivers/mpi/solvers/driven_cavity
demo_drivers/mpi/solvers/fsi_channel_with_leaflet
demo_drivers/mpi/solvers/two_d_multi_poisson
external_src/oomph_parmetis_3.1.1.h
self_test/line_visualiser/adaptive_driven_cavity
self_test/mpi/line_visualiser/adaptive_driven_cavity
self_test/mpi/three_d_mesh_dist/three_d_mesh_dist
self_test/mpi/two_d_mesh_dist/two_d_mesh_dist
demo_drivers/ode/basic_ode/basic_ode
demo_drivers/ode/imr_ode/imr_ode
self_test/generic/block_selector_test/block_selector_test