$ cmake -G"Eclipse CDT4 - Unix Makefiles" [...]
</pre>
and load up the build directory as a project directly into Eclipse.
- Have a look at the <a href="https://code.google.com/p/dealii/w/list"
- target="_top">Wiki</a> for more information.
+ Have a look at
+ the <a href="https://github.com/dealii/dealii/wiki/Eclipse">Wiki's
+ Eclipse page</a> for more information.
</p>
<p>
To make your life easier on this journey let us point to three resources that
are worthwhile browsing through before you start any large-scale programming:
-- The <a
- href="http://code.google.com/p/dealii/wiki/FrequentlyAskedQuestions">deal.II
- Frequently Asked Questions</a>: This page has a good number of questions
- that pertain to particular aspects of deal.II, but also to more general
- questions such as "How do I debug scientific computing codes?" or "Can I
- train myself to write code that has fewer bugs?".
+- <a href="https://github.com/dealii/dealii/wiki/Frequently-Asked-Questions">
+ The deal.II FAQ</a> has a good number of answers to questions about
+ particular aspects of deal.II, but also to more general questions such as "How
+ do I debug scientific computing codes?" or "Can I train myself to write code
+ that has fewer bugs?".
- The <a href="http://software-carpentry.org/">Software Carpentry project</a>
that provides introductions to many topics that are important to dealing
* meshes, the functions in this class can only read meshes that consist
* exclusively of such cells. If you absolutely need to work with a mesh that
* uses triangles or tetrahedra, then your only option is to convert the mesh
- * to quadrilaterals and hexahedra. A tool that can do this is tethex, see
- * http://code.google.com/p/tethex/wiki/Tethex .
+ * to quadrilaterals and hexahedra. A tool that can do this is tethex,
+ * available <a href="https://github.com/martemyev/tethex">here</a>.
*
* The mesh you read will form the coarsest level of a @p Triangulation
* object. As such, it must not contain hanging nodes or other forms of
* <li> <tt>Cubit</tt> format: deal.II doesn't directly support importing from
* Cubit at this time. However, Cubit can export in UCD format using a simple
* plug-in, and the resulting UCD file can then be read by this class. The
- * plug-in script can be found on the deal.II wiki page,
- * http://code.google.com/p/dealii/wiki/MeshInputAndOutput .
+ * plug-in script can be found on the deal.II wiki page under
+ * <a href="https://github.com/dealii/dealii/wiki/Mesh-Input-And-Output">Mesh
+ * Input and Output</a>.
*
* Alternatively, Cubit can generate ABAQUS files that can be read in via the
* read_abaqus() function. This may be a better option for geometries with