]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
3 years agoAdd a couple of duplicate checks to avoid triggering array access warnings. 11595/head
Wolfgang Bangerth [Thu, 21 Jan 2021 03:38:03 +0000 (20:38 -0700)]
Add a couple of duplicate checks to avoid triggering array access warnings.

3 years agoSimplify some code.
Wolfgang Bangerth [Thu, 21 Jan 2021 01:52:21 +0000 (18:52 -0700)]
Simplify some code.

3 years agoMake the special ReferenceCell objects objects, not enums.
Wolfgang Bangerth [Thu, 21 Jan 2021 01:38:12 +0000 (18:38 -0700)]
Make the special ReferenceCell objects objects, not enums.

3 years agoMerge pull request #11553 from peterrum/communicate_locally_moved_vertices_pft
Daniel Arndt [Wed, 20 Jan 2021 14:16:52 +0000 (09:16 -0500)]
Merge pull request #11553 from peterrum/communicate_locally_moved_vertices_pft

Generalize communicate_locally_moved_vertices()

3 years agoGeneralize communicate_locally_moved_vertices() for arbitrary distributed meshes 11553/head
Peter Munch [Fri, 15 Jan 2021 09:51:24 +0000 (10:51 +0100)]
Generalize communicate_locally_moved_vertices() for arbitrary distributed meshes

3 years agoMerge pull request #11556 from bangerth/ref-cell-2
Peter Munch [Wed, 20 Jan 2021 08:32:26 +0000 (09:32 +0100)]
Merge pull request #11556 from bangerth/ref-cell-2

Move two free functions into class ReferenceCell.

3 years agoAdjust tests. 11556/head
Wolfgang Bangerth [Wed, 20 Jan 2021 02:52:03 +0000 (19:52 -0700)]
Adjust tests.

3 years agoMove several free functions into class ReferenceCell::Type.
Wolfgang Bangerth [Fri, 15 Jan 2021 16:07:33 +0000 (09:07 -0700)]
Move several free functions into class ReferenceCell::Type.

3 years agoMerge pull request #11580 from elauksap/pdt_abstraction
Peter Munch [Tue, 19 Jan 2021 21:49:31 +0000 (22:49 +0100)]
Merge pull request #11580 from elauksap/pdt_abstraction

Provide abstract interface to p::d::Triangulation::load()/save()

3 years agoMerge pull request #11575 from blaisb/step_68_simplex
Peter Munch [Tue, 19 Jan 2021 21:13:17 +0000 (22:13 +0100)]
Merge pull request #11575 from blaisb/step_68_simplex

Step 68 simplex

3 years agoMerge pull request #11558 from ifumagalli/simplex_step23
Peter Munch [Tue, 19 Jan 2021 20:53:31 +0000 (21:53 +0100)]
Merge pull request #11558 from ifumagalli/simplex_step23

Convert step-23 to a simplex test

3 years agoMerge pull request #11579 from lwy5515/simplex-step-38-quadratic
Peter Munch [Tue, 19 Jan 2021 20:02:52 +0000 (21:02 +0100)]
Merge pull request #11579 from lwy5515/simplex-step-38-quadratic

Use both quadratic element and quadrature mapping in simplex/step-38

3 years agoProvide abstract interface to p::d::Triangulation::load()/save() 11580/head
Pasquale Africa [Mon, 18 Jan 2021 18:56:24 +0000 (18:56 +0000)]
Provide abstract interface to p::d::Triangulation::load()/save()

3 years agoStep-68 with simplex 11575/head
Bruno [Sun, 17 Jan 2021 17:40:21 +0000 (12:40 -0500)]
Step-68 with simplex

Add a step-68 test using a simplex mesh
Add some small capacities to particle handler to support simplex meshes

3 years agoMerge pull request #11586 from agrayver/use_vtk_nomenclature
David Wells [Tue, 19 Jan 2021 15:11:04 +0000 (10:11 -0500)]
Merge pull request #11586 from agrayver/use_vtk_nomenclature

Use VTK nomenclature.

3 years agoMerge pull request #11539 from bangerth/static-mapping-7
David Wells [Tue, 19 Jan 2021 13:05:44 +0000 (08:05 -0500)]
Merge pull request #11539 from bangerth/static-mapping-7

Use linear Q1 mapping even in places where we know that that may be wrong

3 years agoMerge pull request #11572 from peterrum/simplex_get_position_vector
David Wells [Tue, 19 Jan 2021 13:05:27 +0000 (08:05 -0500)]
Merge pull request #11572 from peterrum/simplex_get_position_vector

Generalize VectorTools::get_position_vector for simplex meshes

3 years agoUse VTK nomenclature. 11586/head
Alexander Grayver [Tue, 19 Jan 2021 11:10:28 +0000 (12:10 +0100)]
Use VTK nomenclature.

3 years agouse quadratic in simplex/step-38 11579/head
Wenyu Lei [Mon, 18 Jan 2021 18:55:14 +0000 (19:55 +0100)]
use quadratic in simplex/step-38

3 years agoMerge pull request #11563 from peterrum/mapping_fe_higher_order
Peter Munch [Mon, 18 Jan 2021 16:44:59 +0000 (17:44 +0100)]
Merge pull request #11563 from peterrum/mapping_fe_higher_order

Work on higher-order MappingFE

3 years agoMerge pull request #11571 from peterrum/simplex_mappingfefield_deformed
Peter Munch [Mon, 18 Jan 2021 16:44:48 +0000 (17:44 +0100)]
Merge pull request #11571 from peterrum/simplex_mappingfefield_deformed

Add new test for MappingFEField for simplex meshes

3 years agoWork on higher-order MappingFE 11563/head
Peter Munch [Fri, 15 Jan 2021 18:30:49 +0000 (19:30 +0100)]
Work on higher-order MappingFE

3 years agoMerge pull request #11576 from peterrum/vertex_faces
Martin Kronbichler [Mon, 18 Jan 2021 11:56:12 +0000 (12:56 +0100)]
Merge pull request #11576 from peterrum/vertex_faces

Implement ReferenceCell::vertex_faces()

3 years agofix description of simplex test step-23 11558/head
Ivan Fumagalli [Mon, 18 Jan 2021 11:36:49 +0000 (11:36 +0000)]
fix description of simplex test step-23

3 years agoMerge branch 'master' of github.com:dealii/dealii into simplex_step23
Ivan Fumagalli [Mon, 18 Jan 2021 11:35:20 +0000 (11:35 +0000)]
Merge branch 'master' of github.com:dealii/dealii into simplex_step23

3 years agoAdd new test for MappingFEField for simplex meshes 11571/head
Peter Munch [Sun, 17 Jan 2021 09:51:09 +0000 (10:51 +0100)]
Add new test for MappingFEField for simplex meshes

3 years agoImplement ReferenceCell::vertex_faces() 11576/head
Peter Munch [Mon, 18 Jan 2021 06:15:22 +0000 (07:15 +0100)]
Implement ReferenceCell::vertex_faces()

3 years agoMerge pull request #11574 from peterrum/convert_hypercube_to_simplex_mesh_warning
Martin Kronbichler [Mon, 18 Jan 2021 08:38:42 +0000 (09:38 +0100)]
Merge pull request #11574 from peterrum/convert_hypercube_to_simplex_mesh_warning

Add warning to convert_hypercube_to_simplex_mesh

3 years agoMerge pull request #11567 from peterrum/ci_same_name_fix
Martin Kronbichler [Mon, 18 Jan 2021 08:31:18 +0000 (09:31 +0100)]
Merge pull request #11567 from peterrum/ci_same_name_fix

Fix: single test output dir per test

3 years agoMerge pull request #11570 from luca-heltai/fix-bounding-boxes-high-order-mappings
David Wells [Sun, 17 Jan 2021 21:24:55 +0000 (16:24 -0500)]
Merge pull request #11570 from luca-heltai/fix-bounding-boxes-high-order-mappings

Return the box of support points instead of only the vertices.

3 years agoMerge pull request #11573 from peterrum/compute_point_locations_01_output
Timo Heister [Sun, 17 Jan 2021 16:42:49 +0000 (11:42 -0500)]
Merge pull request #11573 from peterrum/compute_point_locations_01_output

Rename test output

3 years agoAdd warning to convert_hypercube_to_simplex_mesh 11574/head
Peter Munch [Sun, 17 Jan 2021 15:03:37 +0000 (16:03 +0100)]
Add warning to convert_hypercube_to_simplex_mesh

3 years agoRename test output 11573/head
Peter Munch [Sun, 17 Jan 2021 11:50:54 +0000 (12:50 +0100)]
Rename test output

3 years agoMerge pull request #11569 from lwy5515/simplex-step-38
Peter Munch [Sun, 17 Jan 2021 10:23:55 +0000 (11:23 +0100)]
Merge pull request #11569 from lwy5515/simplex-step-38

A simplex test for step-38

3 years agoGeneralize VectorTools::get_position_vector for simplex meshes 11572/head
Peter Munch [Sun, 17 Jan 2021 10:22:17 +0000 (11:22 +0100)]
Generalize VectorTools::get_position_vector for simplex meshes

3 years agoMerge pull request #11565 from peterrum/simplex_mappingfefield
Peter Munch [Sun, 17 Jan 2021 09:29:02 +0000 (10:29 +0100)]
Merge pull request #11565 from peterrum/simplex_mappingfefield

Work on MappingFEField for simplex meshes

3 years agoMerge pull request #11568 from lwy5515/set_all_manifold_ids
David Wells [Sun, 17 Jan 2021 02:10:54 +0000 (21:10 -0500)]
Merge pull request #11568 from lwy5515/set_all_manifold_ids

Change the loop of the bounding lines in set_all_manifold_ids

3 years agoReturn the box of support points instead of vertices. 11570/head
Luca Heltai [Sat, 16 Jan 2021 21:19:16 +0000 (22:19 +0100)]
Return the box of support points instead of vertices.

3 years agoMerge pull request #11484 from eliasstudiert/step-1
Peter Munch [Sat, 16 Jan 2021 21:07:15 +0000 (22:07 +0100)]
Merge pull request #11484 from eliasstudiert/step-1

Tutorial step-01 with simplices support.

3 years agoWork on Work on MappingFEField for simplex meshes 11565/head
Peter Munch [Fri, 15 Jan 2021 19:47:58 +0000 (20:47 +0100)]
Work on Work on MappingFEField for simplex meshes

3 years agoFix: single test output dir per test 11567/head
Peter Munch [Sat, 16 Jan 2021 10:03:12 +0000 (11:03 +0100)]
Fix: single test output dir per test

3 years agoMerge pull request #11562 from oguevremont/master
Wolfgang Bangerth [Sat, 16 Jan 2021 19:25:52 +0000 (12:25 -0700)]
Merge pull request #11562 from oguevremont/master

Add Step-04.cc converted to Simplex

3 years agoMerge pull request #11525 from luca-heltai/simplex-point-locations
Wolfgang Bangerth [Sat, 16 Jan 2021 19:25:24 +0000 (12:25 -0700)]
Merge pull request #11525 from luca-heltai/simplex-point-locations

Unit test for  GridTools::compute_point_locations in simplex meshes

3 years agoadded a simplex test for step-38 11569/head
Wenyu Lei [Sat, 16 Jan 2021 16:13:21 +0000 (17:13 +0100)]
added a simplex test for step-38

indent and fix

3 years agoMerge pull request #11560 from tjhei/doc_improve
Wolfgang Bangerth [Sat, 16 Jan 2021 16:40:45 +0000 (09:40 -0700)]
Merge pull request #11560 from tjhei/doc_improve

minor doc change for Simplex::FE_P

3 years agoMerge pull request #11548 from marcfehling/tet-tests
Wolfgang Bangerth [Sat, 16 Jan 2021 16:40:16 +0000 (09:40 -0700)]
Merge pull request #11548 from marcfehling/tet-tests

simplex: hanging node tests

3 years agochange 4 to this->n_lines() 11568/head
Wenyu Lei [Sat, 16 Jan 2021 15:10:23 +0000 (16:10 +0100)]
change 4 to this->n_lines()

3 years agoMerge pull request #11526 from bangerth/constraint
David Wells [Sat, 16 Jan 2021 12:52:57 +0000 (07:52 -0500)]
Merge pull request #11526 from bangerth/constraint

Simplify code flow. Add a bit of documentation.

3 years agoMerge pull request #11559 from tjhei/simplex_gauss_error
David Wells [Sat, 16 Jan 2021 12:52:20 +0000 (07:52 -0500)]
Merge pull request #11559 from tjhei/simplex_gauss_error

improve Simplex:QGauss error message

3 years agoMerge pull request #11554 from sebproell/access-nonlocal-exc-format
Peter Munch [Sat, 16 Jan 2021 10:10:20 +0000 (11:10 +0100)]
Merge pull request #11554 from sebproell/access-nonlocal-exc-format

Consistent nonlocal access error messages

3 years agoMerge pull request #11557 from peterrum/simplex_extract_boundary_dofs
Peter Munch [Sat, 16 Jan 2021 10:09:20 +0000 (11:09 +0100)]
Merge pull request #11557 from peterrum/simplex_extract_boundary_dofs

Fix DoFTools::extract_boundary_dof() for simplex meshes

3 years agoAdd tutorial step-01 based on simplices. 11484/head
Elias Dejene [Sat, 2 Jan 2021 12:14:44 +0000 (13:14 +0100)]
Add tutorial step-01 based on simplices.

3 years agoMerge pull request #11550 from peterrum/convert_hypercube_to_simplex_mesh_pft
Wolfgang Bangerth [Sat, 16 Jan 2021 04:19:32 +0000 (21:19 -0700)]
Merge pull request #11550 from peterrum/convert_hypercube_to_simplex_mesh_pft

Add assert to p:f:T::create_triangulation()

3 years agoMerge pull request #11555 from peterrum/unit_normal_vectors
Wolfgang Bangerth [Sat, 16 Jan 2021 04:19:21 +0000 (21:19 -0700)]
Merge pull request #11555 from peterrum/unit_normal_vectors

Implement ReferenceCell::unit_normal_vectors()

3 years agoaddress comments 11560/head
Timo Heister [Fri, 15 Jan 2021 22:25:50 +0000 (17:25 -0500)]
address comments

3 years agoMerge pull request #11389 from eliasstudiert/convert_hex_tet
Peter Munch [Fri, 15 Jan 2021 20:58:01 +0000 (21:58 +0100)]
Merge pull request #11389 from eliasstudiert/convert_hex_tet

GridGenerator::convert_hypercube_to_simplex_mesh(): manifold_id

3 years agosimplex: hanging node tests 11548/head
Marc Fehling [Wed, 13 Jan 2021 18:01:15 +0000 (11:01 -0700)]
simplex: hanging node tests

3 years agoMerge pull request #11547 from marcfehling/tet-line-dof-identities
Wolfgang Bangerth [Fri, 15 Jan 2021 19:52:09 +0000 (12:52 -0700)]
Merge pull request #11547 from marcfehling/tet-line-dof-identities

simplex: line_dof_identities for FE_P

3 years agoMerge pull request #11543 from bangerth/readability
Peter Munch [Fri, 15 Jan 2021 17:50:26 +0000 (18:50 +0100)]
Merge pull request #11543 from bangerth/readability

Make code slightly easier to read.

3 years agoAdd Step-04.cc converted to Simplex 11562/head
Olivier Guevremont [Fri, 15 Jan 2021 17:38:18 +0000 (12:38 -0500)]
Add Step-04.cc converted to Simplex

3 years agominor doc change for Simplex::FE_P
Timo Heister [Fri, 15 Jan 2021 16:55:50 +0000 (11:55 -0500)]
minor doc change for Simplex::FE_P

3 years agoimprove Simplex:QGauss error message 11559/head
Timo Heister [Fri, 15 Jan 2021 16:34:45 +0000 (11:34 -0500)]
improve Simplex:QGauss error message

3 years agoadded a test for compute_point_locations in simplex meshes 11525/head
Wenyu Lei [Thu, 14 Jan 2021 00:15:20 +0000 (01:15 +0100)]
added a test for compute_point_locations in simplex meshes

3 years agoMerge pull request #11514 from luca-heltai/transform-real-to-unit
Wolfgang Bangerth [Fri, 15 Jan 2021 16:16:17 +0000 (09:16 -0700)]
Merge pull request #11514 from luca-heltai/transform-real-to-unit

MappingFE::transform_real_to_unit_cell()

3 years agoConvert step-23 to a simplex test
Ivan Fumagalli [Fri, 15 Jan 2021 16:00:28 +0000 (16:00 +0000)]
Convert step-23 to a simplex test

3 years agoConsistent local range error message 11554/head
Sebastian Proell [Fri, 15 Jan 2021 11:04:18 +0000 (12:04 +0100)]
Consistent local range error message

3 years agoMerge pull request #11544 from bangerth/ref-cell
Peter Munch [Fri, 15 Jan 2021 16:10:34 +0000 (17:10 +0100)]
Merge pull request #11544 from bangerth/ref-cell

Convert ReferenceCell::Type to a class.

3 years agoFix DoFTools::extract_boundary_dof() for simplex meshes 11557/head
Peter Munch [Fri, 15 Jan 2021 16:09:50 +0000 (17:09 +0100)]
Fix DoFTools::extract_boundary_dof() for simplex meshes

3 years agoMerge pull request #11545 from lpsaavedra/simplex_step_20
Peter Munch [Fri, 15 Jan 2021 12:01:54 +0000 (13:01 +0100)]
Merge pull request #11545 from lpsaavedra/simplex_step_20

Convert step-20 to a simplex test

3 years agoImplement ReferenceCell::unit_normal_vectors() 11555/head
Peter Munch [Fri, 15 Jan 2021 11:46:25 +0000 (12:46 +0100)]
Implement ReferenceCell::unit_normal_vectors()

3 years agoImprove assert p:f:T::create_triangulation() 11550/head
Peter Munch [Fri, 15 Jan 2021 08:38:39 +0000 (09:38 +0100)]
Improve assert p:f:T::create_triangulation()

3 years agoMerge pull request #11443 from bangerth/property-pool-2
Luca Heltai [Fri, 15 Jan 2021 08:11:03 +0000 (09:11 +0100)]
Merge pull request #11443 from bangerth/property-pool-2

Store particle locations in the PropertyPool

3 years agoImplement inheritance of manifold id_s in 2D. 11389/head
Elias Dejene [Thu, 17 Dec 2020 20:55:39 +0000 (21:55 +0100)]
Implement inheritance of manifold id_s in 2D.

3 years agosimplex: line_dof_identities for FE_P 11547/head
Marc Fehling [Thu, 14 Jan 2021 05:40:41 +0000 (22:40 -0700)]
simplex: line_dof_identities for FE_P

3 years agoSimplify control flow slightly. 11526/head
Wolfgang Bangerth [Fri, 15 Jan 2021 04:32:21 +0000 (21:32 -0700)]
Simplify control flow slightly.

3 years agoSimplify code flow. Add a bit of documentation.
Wolfgang Bangerth [Thu, 14 Jan 2021 00:49:52 +0000 (17:49 -0700)]
Simplify code flow. Add a bit of documentation.

3 years agoMerge pull request #11527 from marcfehling/tet-dominate
Wolfgang Bangerth [Fri, 15 Jan 2021 04:11:39 +0000 (21:11 -0700)]
Merge pull request #11527 from marcfehling/tet-dominate

simplex: compare_for_domination

3 years agoMerge pull request #11542 from bangerth/type
David Wells [Fri, 15 Jan 2021 04:08:54 +0000 (23:08 -0500)]
Merge pull request #11542 from bangerth/type

Use the correct type for a variable.

3 years agoMerge pull request #11531 from nicola-giuliani/test_bb_for_simplexes
Wolfgang Bangerth [Fri, 15 Jan 2021 04:03:00 +0000 (21:03 -0700)]
Merge pull request #11531 from nicola-giuliani/test_bb_for_simplexes

cell bounding box tests for Simplex grids in 2d and 3d

3 years agoMerge pull request #11541 from bangerth/static-mapping-8
Bruno Turcksin [Fri, 15 Jan 2021 03:08:16 +0000 (22:08 -0500)]
Merge pull request #11541 from bangerth/static-mapping-8

Use the correct mapping for a finite element.

3 years agoMerge pull request #11538 from bangerth/static-mapping-6
Bruno Turcksin [Fri, 15 Jan 2021 03:07:42 +0000 (22:07 -0500)]
Merge pull request #11538 from bangerth/static-mapping-6

Use default constructed linear mapping.

3 years agoMerge pull request #11537 from bangerth/static-mapping-2
Bruno Turcksin [Fri, 15 Jan 2021 03:07:10 +0000 (22:07 -0500)]
Merge pull request #11537 from bangerth/static-mapping-2

Remove some unnecessary #include files.

3 years agoConvert step-20 to a simplex test 11545/head
Laura Prieto Saavedra [Thu, 14 Jan 2021 23:33:10 +0000 (18:33 -0500)]
Convert step-20 to a simplex test

3 years agoAdjust tests. 11544/head
Wolfgang Bangerth [Thu, 14 Jan 2021 22:37:14 +0000 (15:37 -0700)]
Adjust tests.

3 years agoMerge pull request #11534 from tjhei/simplex_test_step55
Daniel Arndt [Thu, 14 Jan 2021 20:12:10 +0000 (15:12 -0500)]
Merge pull request #11534 from tjhei/simplex_test_step55

add step-55 as a simplex test

3 years agoConvert ReferenceCell::Type to a class.
Wolfgang Bangerth [Thu, 14 Jan 2021 19:40:39 +0000 (12:40 -0700)]
Convert ReferenceCell::Type to a class.

3 years agoMerge pull request #11528 from marcfehling/tet-dof-identities
Wolfgang Bangerth [Thu, 14 Jan 2021 19:46:16 +0000 (12:46 -0700)]
Merge pull request #11528 from marcfehling/tet-dof-identities

simplex: vertex_dof_identities for FE_P

3 years agoMerge pull request #11504 from nmuch/move-transformation_contraction-out-of-internal...
Jean-Paul Pelteret [Thu, 14 Jan 2021 18:59:02 +0000 (19:59 +0100)]
Merge pull request #11504 from nmuch/move-transformation_contraction-out-of-internal-namespace

Move and rename tensor basis transformations and add documentation

3 years agoFixed comments. 11514/head
Luca Heltai [Thu, 14 Jan 2021 18:28:31 +0000 (19:28 +0100)]
Fixed comments.

3 years agoMake code slightly easier to read. 11543/head
Wolfgang Bangerth [Thu, 14 Jan 2021 17:55:37 +0000 (10:55 -0700)]
Make code slightly easier to read.

3 years agoStore (reference) locations in the PropertyPool. 11443/head
Wolfgang Bangerth [Thu, 31 Dec 2020 00:14:47 +0000 (17:14 -0700)]
Store (reference) locations in the PropertyPool.

3 years agoEnsure that particles always have a PropertyPool associated with them.
Wolfgang Bangerth [Sat, 19 Dec 2020 04:29:06 +0000 (21:29 -0700)]
Ensure that particles always have a PropertyPool associated with them.

Specifically, do this by providing a global pool for particles not associated
with a dedicated PropertyPool object.

3 years agoProvide the interface to also store locations of particles in the PropertyPool.
Wolfgang Bangerth [Sat, 12 Dec 2020 17:31:25 +0000 (10:31 -0700)]
Provide the interface to also store locations of particles in the PropertyPool.

3 years agoUse the correct type for a variable. 11542/head
Wolfgang Bangerth [Thu, 14 Jan 2021 17:29:54 +0000 (10:29 -0700)]
Use the correct type for a variable.

3 years agoadded cell bb tests 11531/head
Nicola Giuliani [Thu, 14 Jan 2021 08:28:19 +0000 (09:28 +0100)]
added cell bb tests

3 years agoMerge pull request #11532 from nmuch/simplex-step8
Peter Munch [Thu, 14 Jan 2021 17:10:52 +0000 (18:10 +0100)]
Merge pull request #11532 from nmuch/simplex-step8

Convert step-8 to a simplex test

3 years agoImplemented 2nd order correction.
Luca Heltai [Thu, 14 Jan 2021 17:08:32 +0000 (18:08 +0100)]
Implemented 2nd order correction.

3 years agoUse default constructed linear mapping. 11538/head
Wolfgang Bangerth [Thu, 14 Jan 2021 00:01:42 +0000 (17:01 -0700)]
Use default constructed linear mapping.

3 years agoFix a few places for which we have the right answers after all. 11539/head
Wolfgang Bangerth [Thu, 14 Jan 2021 16:29:47 +0000 (09:29 -0700)]
Fix a few places for which we have the right answers after all.

3 years agoMerge pull request #11519 from blaisb/particles_fully_distributed_triangulation
Wolfgang Bangerth [Thu, 14 Jan 2021 16:19:40 +0000 (09:19 -0700)]
Merge pull request #11519 from blaisb/particles_fully_distributed_triangulation

Particles fully distributed/shared triangulation


In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.