]> https://gitweb.dealii.org/ - dealii.git/commitdiff
.
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 9 Jun 1998 10:56:50 +0000 (10:56 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Tue, 9 Jun 1998 10:56:50 +0000 (10:56 +0000)
git-svn-id: https://svn.dealii.org/trunk@390 0785d39b-7218-0410-832d-ea1e28bc413d

deal.II/deal.II/Make.global_options
deal.II/deal.II/Todo
deal.II/deal.II/include/numerics/matrices.h

index 556c86ad322b8ed24e99b566fa4d37dbd6257e21..d876fa9cf1460240a8ebce22e440d280ddb76fba 100644 (file)
@@ -21,3 +21,16 @@ endif
 ifeq ($(shell uname),SunOS)
 CXX       = /usr/local/gcc/gcc-2.8.1/bin/c++
 endif
+
+
+%.go : %.cc Makefile
+       @echo ============================ Compiling with debugging information:   $<
+       @echo $(CXX) ... -c $< -o $@
+       @$(CXX) $(CXXFLAGS.g) -c $< -o $@
+%.o : %.cc Makefile
+       @echo ============================ Compiling with optimization:   $<
+       @echo $(CXX) ... -c $< -o $@
+       @$(CXX) $(CXXFLAGS) -c $< -o $@
+
+
+
index 114b8ecd12f8757adaa7a8dd89ff737bd4e2078b..a545fbd130c0d51bb8e6985e9b3dc7765fad3246 100644 (file)
@@ -108,6 +108,14 @@ Re-enable printing of a preamble to ucd files in data_io.cc.
 
 Implement coarsening of grids and update docs for that.
 
+Check all places where condensation of matrices/vectors and
+  application of boundary values takes place. I am not sure about
+  the right order in which they have to be applied, but in 2D there
+  is no difference since constrained dofs cannot be on the boundary.
+  Problems with the order will therefore not show up in 2D but may
+  become apparent in 3D, so keep this in mind for the implementation
+  of the 3D library.
+
 
 
 
index d1350e51f8327b666fc40a65920dff8d8b1dfa49..517f8c438704d466acc324118c7d27169d9ab850 100644 (file)
@@ -380,6 +380,14 @@ class MatrixTools : public MatrixCreator<dim> {
                                       dSMatrix              &matrix,
                                       dVector               &solution,
                                       dVector               &right_hand_side);
+
+                                    /**
+                                     * Exception
+                                     */
+    DeclException2 (ExcDimensionsDontMatch,
+                   int, int,
+                   << "The dimensions " << arg1 << " and " << arg2
+                   << " don't match.");
 };
 
 

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.