-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Andrea Rovinelli
committed
Dec 13, 2019
1 parent
19fcd48
commit c1f7719
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule libmesh
updated
15 files
+1 −0 | doc/citations/eighteen.bib | |
+13 −0 | doc/citations/nineteen.bib | |
+4 −13 | doc/citations/preprints.bib | |
+15 −0 | include/error_estimation/exact_solution.h | |
+2 −2 | include/geom/elem.h | |
+17 −8 | src/error_estimation/exact_solution.C | |
+27 −23 | src/geom/elem.C | |
+40 −8 | src/mesh/unstructured_mesh.C | |
+1 −1 | src/mesh/vtk_io.C | |
+24 −5 | src/parallel/parallel_elem.C | |
+17 −10 | src/partitioning/parmetis_partitioner.C | |
+1 −0 | tests/Makefile.am | |
+111 −6 | tests/Makefile.in | |
+37 −0 | tests/mesh/all_second_order.C | |
+15 −14 | tests/mesh/mesh_input.C |