]> https://gitweb.dealii.org/ - dealii.git/log
dealii.git
8 years agoMerge pull request #1920 from tjhei/fix_step_48
Wolfgang Bangerth [Sat, 28 Nov 2015 13:34:51 +0000 (07:34 -0600)]
Merge pull request #1920 from tjhei/fix_step_48

MSVC fix for fe_evaluation

8 years agoMSVC fix for fe_evaluation 1920/head
Timo Heister [Sat, 28 Nov 2015 13:30:15 +0000 (08:30 -0500)]
MSVC fix for fe_evaluation

It looks like MSVC struggles with operator? in template parameters unless you wrap them in parenthesis.

8 years agoMerge pull request #1895 from drwells/remove-noquerymode-check
Martin Kronbichler [Fri, 27 Nov 2015 17:05:21 +0000 (18:05 +0100)]
Merge pull request #1895 from drwells/remove-noquerymode-check

Remove the DEAL_II_LIBLAPACK_NOQUERYMODE check.

8 years agoMerge pull request #1916 from kronbichler/master
Timo Heister [Fri, 27 Nov 2015 11:43:00 +0000 (06:43 -0500)]
Merge pull request #1916 from kronbichler/master

Fix documention introduced in #1914

8 years agoFix documention introduced in #1914 1916/head
Martin Kronbichler [Fri, 27 Nov 2015 07:43:08 +0000 (08:43 +0100)]
Fix documention introduced in #1914

8 years agoMerge pull request #1915 from tjhei/msvc_fixes
Wolfgang Bangerth [Fri, 27 Nov 2015 01:56:22 +0000 (19:56 -0600)]
Merge pull request #1915 from tjhei/msvc_fixes

MSVC fixes

8 years agoMerge pull request #1914 from kronbichler/master
Timo Heister [Fri, 27 Nov 2015 01:19:59 +0000 (20:19 -0500)]
Merge pull request #1914 from kronbichler/master

Fix overflow issue with parallel::distributed::Vector

8 years agoMSVC fixes 1915/head
Timo Heister [Thu, 26 Nov 2015 23:55:34 +0000 (18:55 -0500)]
MSVC fixes

8 years agoFix overflow issue with parallel::distributed::Vector 1914/head
Martin Kronbichler [Thu, 26 Nov 2015 15:16:49 +0000 (16:16 +0100)]
Fix overflow issue with parallel::distributed::Vector

8 years agoMerge pull request #1910 from drwells/remove-mgdofhandler-references
David Wells [Tue, 24 Nov 2015 22:38:22 +0000 (17:38 -0500)]
Merge pull request #1910 from drwells/remove-mgdofhandler-references

Remove MGDoFHandler references

8 years agoImprove spacing in a code sample. 1910/head
David Wells [Mon, 23 Nov 2015 00:54:07 +0000 (19:54 -0500)]
Improve spacing in a code sample.

8 years agoUpdate references to the MGDoFHandler class.
David Wells [Mon, 23 Nov 2015 00:49:30 +0000 (19:49 -0500)]
Update references to the MGDoFHandler class.

This class was removed in the 8.0 release. I updated the example to show
how one can get the same result with a DoFHandler (i.e., call
distribute_mg_dofs).

8 years agoMerge pull request #1902 from bangerth/do-some-work-in-get_data
Bruno Turcksin [Tue, 24 Nov 2015 21:17:23 +0000 (15:17 -0600)]
Merge pull request #1902 from bangerth/do-some-work-in-get_data

Do some work in get_data instead of fill_fe_values

8 years agoMerge pull request #1908 from bangerth/fix-cartesian-mapping
Bruno Turcksin [Tue, 24 Nov 2015 21:00:38 +0000 (15:00 -0600)]
Merge pull request #1908 from bangerth/fix-cartesian-mapping

Compute higher order derivative mappings in MappingCartesian.

8 years agoCompute higher order derivative mappings in MappingCartesian. 1908/head
Wolfgang Bangerth [Tue, 24 Nov 2015 17:18:05 +0000 (11:18 -0600)]
Compute higher order derivative mappings in MappingCartesian.

These fields were previously only computed for cells, but not for faces or subfaces.
This happened to work by accident because these fields are initialized by zeros.
But I'm changing this so that they are initialized by signaling NaNs, and so we need
to be explicit about this.

8 years agoMerge pull request #1906 from bangerth/fix-error-message
Denis Davydov [Tue, 24 Nov 2015 14:40:33 +0000 (15:40 +0100)]
Merge pull request #1906 from bangerth/fix-error-message

Fix error messages.

8 years agoFix error messages. 1906/head
Wolfgang Bangerth [Tue, 24 Nov 2015 14:37:58 +0000 (08:37 -0600)]
Fix error messages.

There was a space  missing in a couple of places, but more importantly we cannot
directly output objects of type types::boundary_id (==char). They need to be cast
to integers to yield something useful.

8 years agoMerge pull request #1904 from bangerth/update-reference
Timo Heister [Tue, 24 Nov 2015 13:39:55 +0000 (08:39 -0500)]
Merge pull request #1904 from bangerth/update-reference

Hallelujah.

8 years agoUpdate a reference. 1904/head
Wolfgang Bangerth [Tue, 24 Nov 2015 12:53:00 +0000 (06:53 -0600)]
Update a reference.

8 years agoMerge pull request #1903 from jppelteret/fix_docs_gridgenerator
Denis Davydov [Tue, 24 Nov 2015 08:37:23 +0000 (09:37 +0100)]
Merge pull request #1903 from jppelteret/fix_docs_gridgenerator

Added note on mesh refinement to GridGenerator::extrude_triangulation

8 years agoAdded note on mesh refinement to GridGenerator::extrude_triangulation 1903/head
Jean-Paul Pelteret [Tue, 24 Nov 2015 07:18:34 +0000 (08:18 +0100)]
Added note on mesh refinement to GridGenerator::extrude_triangulation

Fixes #1887

8 years agoRevert order of loops and if statements. 1902/head
Wolfgang Bangerth [Tue, 24 Nov 2015 00:08:58 +0000 (18:08 -0600)]
Revert order of loops and if statements.

This is in analogy to what was already done in #1821.

8 years agoDo some work already in get_data().
Wolfgang Bangerth [Mon, 23 Nov 2015 19:31:20 +0000 (13:31 -0600)]
Do some work already in get_data().

Do not delay until fill_fe_values(), if something can already be done early on.

8 years agoMerge pull request #1899 from bangerth/use-american-english
David Wells [Mon, 23 Nov 2015 15:11:13 +0000 (10:11 -0500)]
Merge pull request #1899 from bangerth/use-american-english

Use American English spelling of "signaling".

8 years agoUse American English spelling of "signaling". 1899/head
Wolfgang Bangerth [Mon, 23 Nov 2015 15:04:10 +0000 (09:04 -0600)]
Use American English spelling of "signaling".

8 years agoMerge pull request #1898 from bangerth/fix-tests
Martin Kronbichler [Mon, 23 Nov 2015 14:54:38 +0000 (15:54 +0100)]
Merge pull request #1898 from bangerth/fix-tests

Fix tests.

8 years agoFix tests. 1898/head
Wolfgang Bangerth [Mon, 23 Nov 2015 14:49:57 +0000 (08:49 -0600)]
Fix tests.

This adjusts tests for changes introduced when fixing
GridGenerator::extract_boundary_mesh().

8 years agoMerge pull request #1897 from bangerth/fix-comment
Denis Davydov [Mon, 23 Nov 2015 13:28:24 +0000 (14:28 +0100)]
Merge pull request #1897 from bangerth/fix-comment

Fix a comment.

8 years agoFix a comment. 1897/head
Wolfgang Bangerth [Mon, 23 Nov 2015 13:26:48 +0000 (07:26 -0600)]
Fix a comment.

8 years agoMerge pull request #1896 from bangerth/fix-extract_boundary_mesh
Martin Kronbichler [Mon, 23 Nov 2015 12:23:37 +0000 (13:23 +0100)]
Merge pull request #1896 from bangerth/fix-extract_boundary_mesh

Fix extract boundary mesh

8 years agoAdd a changelog entry. 1896/head
Wolfgang Bangerth [Mon, 23 Nov 2015 01:42:57 +0000 (19:42 -0600)]
Add a changelog entry.

8 years agoNew tests.
Wolfgang Bangerth [Mon, 23 Nov 2015 01:24:18 +0000 (19:24 -0600)]
New tests.

8 years agoAdjust test. One part of the existing test simply no longer makes any sense.
Wolfgang Bangerth [Mon, 23 Nov 2015 01:23:44 +0000 (19:23 -0600)]
Adjust test. One part of the existing test simply no longer makes any sense.

8 years agoAugment documentation.
Wolfgang Bangerth [Mon, 23 Nov 2015 01:22:04 +0000 (19:22 -0600)]
Augment documentation.

8 years agoFix an issue with GridGenerator::extract_boundary_mesh().
Wolfgang Bangerth [Mon, 23 Nov 2015 01:21:57 +0000 (19:21 -0600)]
Fix an issue with GridGenerator::extract_boundary_mesh().

Order the vertices of the surface mesh in such a way that the coordinate
systems of all cells that make up the surface are either right-handed or
left-handed when viewed from one side of the resulting surface.

8 years agoPrefer boost::math::iround to static_cast<int>. 1895/head
David Wells [Sat, 21 Nov 2015 23:33:45 +0000 (18:33 -0500)]
Prefer boost::math::iround to static_cast<int>.

8 years agoFix a spelling error in LAPACKFullMatrix.
David Wells [Sat, 21 Nov 2015 23:04:17 +0000 (18:04 -0500)]
Fix a spelling error in LAPACKFullMatrix.

8 years agoReformat a comment in LAPACKFullMatrix.
David Wells [Sat, 21 Nov 2015 23:04:01 +0000 (18:04 -0500)]
Reformat a comment in LAPACKFullMatrix.

The information is the same but this makes it easier to read.

8 years agoRemove the DEAL_II_LIBLAPACK_NOQUERYMODE option.
David Wells [Sat, 21 Nov 2015 22:54:40 +0000 (17:54 -0500)]
Remove the DEAL_II_LIBLAPACK_NOQUERYMODE option.

Some LAPACK functions calculate the optimal work array size that they
need. This option existed to allow compatibility with older versions
that did not support this functionality. This option was never migrated
to CMake and has probably not been necessary in a long time: a comment
refers to functionality missing in PETSc 2.3, which was released in
2005.

8 years agoMerge pull request #1891 from bangerth/fix-FE_DGPNonparametric
Denis Davydov [Sat, 21 Nov 2015 09:25:13 +0000 (10:25 +0100)]
Merge pull request #1891 from bangerth/fix-FE_DGPNonparametric

Adjust FE_DGPNonparametric to not return values on the reference cell.

8 years agoMerge pull request #1892 from bangerth/fix-test
Matthias Maier [Sat, 21 Nov 2015 02:14:11 +0000 (20:14 -0600)]
Merge pull request #1892 from bangerth/fix-test

Fix a test so that it also runs in 64-bit mode.

8 years agoFix a test so that it also runs in 64-bit mode. 1892/head
Wolfgang Bangerth [Sat, 21 Nov 2015 02:05:31 +0000 (20:05 -0600)]
Fix a test so that it also runs in 64-bit mode.

8 years agoProvide changelog. 1891/head
Wolfgang Bangerth [Fri, 20 Nov 2015 22:46:51 +0000 (16:46 -0600)]
Provide changelog.

8 years agoAdjust test.
Wolfgang Bangerth [Fri, 20 Nov 2015 22:44:30 +0000 (16:44 -0600)]
Adjust test.

8 years agoAdjust FE_DGPNonparametric to not return values on the reference cell.
Wolfgang Bangerth [Fri, 20 Nov 2015 22:44:24 +0000 (16:44 -0600)]
Adjust FE_DGPNonparametric to not return values on the reference cell.

This is because the element does not define its shape functions by mapping
from the reference cell, so evaluating anything on the reference cell
makes no sense. Fix this by throwing an exception, as discussed in
the documentation of the corresponding functions in the base class.

8 years agoImprove exception message.
Wolfgang Bangerth [Fri, 20 Nov 2015 22:38:47 +0000 (16:38 -0600)]
Improve exception message.

8 years agoMerge pull request #1890 from tamiko/fix_mpi_detection
David Wells [Fri, 20 Nov 2015 21:39:48 +0000 (16:39 -0500)]
Merge pull request #1890 from tamiko/fix_mpi_detection

CMake: Compatibility fixes for CMake 3.4.0

8 years agoCMake: Compatibility fixes for CMake 3.4.0 1890/head
Matthias Maier [Fri, 20 Nov 2015 19:34:16 +0000 (13:34 -0600)]
CMake: Compatibility fixes for CMake 3.4.0

CMake 3.4.0 no longer exports MPI_<LANGUAGE>_COMPILER as cached variable.
Therefore, we also have to make sure to unset ordinary variables (in
addition to cached variables) for our "retry" pass.

8 years agoMerge pull request #1800 from Rombur/la_vector
Bruno Turcksin [Thu, 19 Nov 2015 21:11:41 +0000 (15:11 -0600)]
Merge pull request #1800 from Rombur/la_vector

Add LinearAlgebra::Vector derived from ReadWriteVector and VectorSpaceVector

8 years agoRemove sadd(scalar,Vector) from VectorSpaceVector interface. 1800/head
Bruno Turcksin [Thu, 19 Nov 2015 20:59:31 +0000 (14:59 -0600)]
Remove sadd(scalar,Vector) from VectorSpaceVector interface.

8 years agoMerge pull request #1882 from tjhei/remove_depr_multithreadinfo
Timo Heister [Thu, 19 Nov 2015 13:28:01 +0000 (08:28 -0500)]
Merge pull request #1882 from tjhei/remove_depr_multithreadinfo

remove deprecated MultithreadInfo code

8 years agochangelog entry 1882/head
Timo Heister [Thu, 19 Nov 2015 13:12:24 +0000 (08:12 -0500)]
changelog entry

8 years agoremove deprecated MultithreadInfo code
Timo Heister [Wed, 18 Nov 2015 16:44:33 +0000 (11:44 -0500)]
remove deprecated MultithreadInfo code

8 years agoMerge pull request #1884 from barker29/patch-1
Wolfgang Bangerth [Thu, 19 Nov 2015 01:53:08 +0000 (20:53 -0500)]
Merge pull request #1884 from barker29/patch-1

Update tria_boundary_lib.cc

8 years agoUpdate tria_boundary_lib.cc 1884/head
barker29 [Wed, 18 Nov 2015 23:49:54 +0000 (15:49 -0800)]
Update tria_boundary_lib.cc

Bug fix to allow CylinderBoundary<2,3>

8 years agoFix a typo in a comment.
Bruno Turcksin [Wed, 18 Nov 2015 23:25:01 +0000 (17:25 -0600)]
Fix a typo in a comment.

8 years agoMerge pull request #1880 from tjhei/rework_expand_instantiation_macros
Timo Heister [Wed, 18 Nov 2015 22:42:49 +0000 (17:42 -0500)]
Merge pull request #1880 from tjhei/rework_expand_instantiation_macros

fix expand_instantiation split logic

8 years agofix expand_instantiation split logic 1880/head
Timo Heister [Tue, 17 Nov 2015 21:33:14 +0000 (16:33 -0500)]
fix expand_instantiation split logic

We optionally split instantiations in the generated .inst files based on
two macros SPLIT_INSTANTIATIONS_COUNT and SPLIT_INSTANTIATIONS_INDEX.
Intel 14 generates an error with an invalid % 0 in the old solution,
which happens if _COUNT is undefined. Fix this by defining a macro at
the beginning of the .inst file.

8 years agoMerge pull request #1881 from drwells/undo-vector-scalar-add-deprecation
David Wells [Wed, 18 Nov 2015 19:10:20 +0000 (14:10 -0500)]
Merge pull request #1881 from drwells/undo-vector-scalar-add-deprecation

Revert deprecation of Vector::add(scalar).

8 years agoUpdate a deprecation message in changes.h. 1881/head
David Wells [Wed, 18 Nov 2015 19:04:54 +0000 (14:04 -0500)]
Update a deprecation message in changes.h.

These functions are no longer deprecated and should not be marked as
such in the changelog.

8 years agoRevert deprecation of Vector::add(scalar).
David Wells [Wed, 18 Nov 2015 16:52:04 +0000 (11:52 -0500)]
Revert deprecation of Vector::add(scalar).

This commit partially reverts commit
a45f633f0fc797a499559887d2b5d6be6bf1a508. The un-deprecated functions
were found to be useful an Aspect application, where one subtracted the
mean value from a vector of pressure values.

8 years agoMerge pull request #1863 from bangerth/document-get_data
Bruno Turcksin [Tue, 17 Nov 2015 16:34:39 +0000 (10:34 -0600)]
Merge pull request #1863 from bangerth/document-get_data

Document FiniteElement::get_*_data().

8 years agoMerge pull request #1878 from Rombur/vertex_iterator
Bruno Turcksin [Tue, 17 Nov 2015 16:06:05 +0000 (10:06 -0600)]
Merge pull request #1878 from Rombur/vertex_iterator

Allow to iterate on vertices when dim = 2 or 3.

8 years agoImprove operator -- 1878/head
Bruno Turcksin [Tue, 17 Nov 2015 15:25:47 +0000 (09:25 -0600)]
Improve operator --

8 years agoImprove documentation.
Bruno Turcksin [Tue, 17 Nov 2015 00:30:10 +0000 (18:30 -0600)]
Improve documentation.

8 years agoAllow to iterate on vertices when dim = 2 or 3.
Bruno Turcksin [Mon, 16 Nov 2015 17:31:16 +0000 (11:31 -0600)]
Allow to iterate on vertices when dim = 2 or 3.

8 years agoMerge pull request #1875 from tjhei/quick_test_msg
Timo Heister [Mon, 16 Nov 2015 19:57:13 +0000 (14:57 -0500)]
Merge pull request #1875 from tjhei/quick_test_msg

display friendly quicktest message

8 years agodisplay friendly quicktest message 1875/head
Timo Heister [Mon, 16 Nov 2015 13:36:46 +0000 (08:36 -0500)]
display friendly quicktest message

8 years agoMerge pull request #1873 from tjhei/trilinos_ml_deterministic
Timo Heister [Mon, 16 Nov 2015 17:51:13 +0000 (12:51 -0500)]
Merge pull request #1873 from tjhei/trilinos_ml_deterministic

make Trilinos ML deterministic

8 years agomake Trilinos ML deterministic 1873/head
Timo Heister [Mon, 16 Nov 2015 13:32:13 +0000 (08:32 -0500)]
make Trilinos ML deterministic

Trilinos version 12.2 and older initialize a random seed every time the
ML preconditioner is constructed leading to non-deterministic behavior.
Reported in 2011, this has been finally fixed in 12.4 with the new
"initialize random seed" parameter. Yay!

8 years agoMerge pull request #1877 from ESeNonFossiIo/warning
Wolfgang Bangerth [Mon, 16 Nov 2015 14:55:28 +0000 (09:55 -0500)]
Merge pull request #1877 from ESeNonFossiIo/warning

silence warning

8 years agoMerge pull request #1864 from bangerth/doc-update-39
David Wells [Mon, 16 Nov 2015 14:54:29 +0000 (09:54 -0500)]
Merge pull request #1864 from bangerth/doc-update-39

Update documentation of FiniteElement::shape_*.

8 years agosilence warning 1877/head
ESeNonFossiIo [Mon, 16 Nov 2015 14:46:43 +0000 (15:46 +0100)]
silence warning

8 years agoMerge pull request #1874 from tjhei/trilinos_warning
Martin Kronbichler [Mon, 16 Nov 2015 13:58:20 +0000 (14:58 +0100)]
Merge pull request #1874 from tjhei/trilinos_warning

fix trilinos warning

8 years agofix trilinos warning 1874/head
Timo Heister [Mon, 16 Nov 2015 13:36:03 +0000 (08:36 -0500)]
fix trilinos warning

8 years agoMerge pull request #1872 from bangerth/doc-update-40
Timo Heister [Sun, 15 Nov 2015 22:11:45 +0000 (17:11 -0500)]
Merge pull request #1872 from bangerth/doc-update-40

Update documentation about sparsity patterns.

8 years agoUpdate documentation about sparsity patterns. 1872/head
Wolfgang Bangerth [Sun, 15 Nov 2015 20:00:01 +0000 (14:00 -0600)]
Update documentation about sparsity patterns.

8 years agoMerge pull request #1871 from bangerth/work-around-compiler-bug
Timo Heister [Sat, 14 Nov 2015 20:23:57 +0000 (15:23 -0500)]
Merge pull request #1871 from bangerth/work-around-compiler-bug

Work around a bug in gcc 4.6.

8 years agoWork around a bug in gcc 4.6. 1871/head
Wolfgang Bangerth [Sat, 14 Nov 2015 12:33:07 +0000 (06:33 -0600)]
Work around a bug in gcc 4.6.

8 years agoMerge pull request #1868 from jppelteret/fix_precondition_selector
Denis Davydov [Fri, 13 Nov 2015 14:11:55 +0000 (15:11 +0100)]
Merge pull request #1868 from jppelteret/fix_precondition_selector

Remove errant line left over from a merge conflict.

8 years agoRemove errant line left over from a merge conflict. 1868/head
Jean-Paul Pelteret [Fri, 13 Nov 2015 14:03:00 +0000 (15:03 +0100)]
Remove errant line left over from a merge conflict.

8 years agoMerge pull request #1867 from drwells/consistent-template-type-names
Wolfgang Bangerth [Fri, 13 Nov 2015 04:15:10 +0000 (23:15 -0500)]
Merge pull request #1867 from drwells/consistent-template-type-names

Consistent template type names

8 years agoPrefer PolynomialType to POLY. 1867/head
David Wells [Thu, 12 Nov 2015 20:38:08 +0000 (15:38 -0500)]
Prefer PolynomialType to POLY.

8 years agoPrefer StreamType to STREAM.
David Wells [Thu, 12 Nov 2015 20:28:30 +0000 (15:28 -0500)]
Prefer StreamType to STREAM.

8 years agoPrefer PreconditionerType to PRECONDITIONER.
David Wells [Thu, 12 Nov 2015 20:15:05 +0000 (15:15 -0500)]
Prefer PreconditionerType to PRECONDITIONER.

8 years agoFix an astyle indentation issue.
David Wells [Thu, 12 Nov 2015 20:17:18 +0000 (15:17 -0500)]
Fix an astyle indentation issue.

8 years agoPrefer SolverType to SOLVER.
David Wells [Thu, 12 Nov 2015 19:49:29 +0000 (14:49 -0500)]
Prefer SolverType to SOLVER.

8 years agoMore MATRIX to MatrixType
David Wells [Thu, 12 Nov 2015 19:45:07 +0000 (14:45 -0500)]
More MATRIX to MatrixType

8 years agoMore VECTOR -> VectorType
David Wells [Thu, 12 Nov 2015 19:41:42 +0000 (14:41 -0500)]
More VECTOR -> VectorType

8 years agoPrefer BlockVectorType to BLOCK_VECTOR.
David Wells [Thu, 12 Nov 2015 19:37:50 +0000 (14:37 -0500)]
Prefer BlockVectorType to BLOCK_VECTOR.

8 years agoMore MATRIX -> MatrixType
David Wells [Sun, 1 Nov 2015 21:46:06 +0000 (16:46 -0500)]
More MATRIX -> MatrixType

8 years agoEven more VECTOR -> VectorType
David Wells [Sun, 1 Nov 2015 21:01:02 +0000 (16:01 -0500)]
Even more VECTOR -> VectorType

8 years agoMore VECTOR -> VectorType
David Wells [Sun, 1 Nov 2015 20:46:13 +0000 (15:46 -0500)]
More VECTOR -> VectorType

8 years agoMore VECTOR -> VectorType
David Wells [Sun, 1 Nov 2015 20:22:51 +0000 (15:22 -0500)]
More VECTOR -> VectorType

8 years agoRemove trailing blank lines
David Wells [Fri, 30 Oct 2015 15:06:44 +0000 (11:06 -0400)]
Remove trailing blank lines

8 years agoMore VECTOR -> VectorType
David Wells [Fri, 30 Oct 2015 15:05:49 +0000 (11:05 -0400)]
More VECTOR -> VectorType

8 years agoMATRIX to MatrixType, part 1
David Wells [Fri, 30 Oct 2015 14:44:50 +0000 (10:44 -0400)]
MATRIX to MatrixType, part 1

8 years agoTODO double check Range, Domain, and VECTOR
David Wells [Fri, 30 Oct 2015 01:34:21 +0000 (21:34 -0400)]
TODO double check Range, Domain, and VECTOR

8 years agoVECTOR to VectorType, part 2
David Wells [Sat, 24 Oct 2015 22:58:32 +0000 (18:58 -0400)]
VECTOR to VectorType, part 2

8 years agoVECTOR to VectorType, part 1
David Wells [Sat, 24 Oct 2015 21:12:38 +0000 (17:12 -0400)]
VECTOR to VectorType, part 1


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.