$(LIBDIR)/lac/%.g.$(OBJEXT) :
@echo "=====lac==============debug======$(MT)== $(<F)"
- @$(CXX) $(CXXFLAGS.g) -c $< -o $@
+ @$(CXX) $(CXXFLAGS.g) -c $< -o $@ -save-temps
$(LIBDIR)/lac/%.$(OBJEXT) :
@echo "=====lac==============optimized==$(MT)== $(<F)"
@$(CXX) $(CXXFLAGS.o) -c $< -o $@
#include <cmath>
+#ifdef DEAL_II_USE_PETSC
+
/*! @addtogroup PETSc
*@{
*
* @author Wolfgang Bangerth, 2004
*/
- class BlockSparseMatrix : public BlockMatrixBase<SparseMatrix>
+ class BlockSparseMatrix : public BlockMatrixBase<PETScWrappers::SparseMatrix>
{
public:
/**
}
+#endif // DEAL_II_USE_PETSC
+
#endif // __deal2__petsc_block_sparse_matrix_h
#include <lac/petsc_parallel_sparse_matrix.h>
#include <cmath>
+#ifdef DEAL_II_USE_PETSC
/*! @addtogroup PETSc
}
+#endif // DEAL_II_USE_PETSC
+
#endif // __deal2__petsc_parallel_block_sparse_matrix_h
#include <lac/petsc_block_sparse_matrix.h>
-
+#ifdef DEAL_II_USE_PETSC
namespace PETScWrappers
{
}
-
+#endif
#include <lac/petsc_parallel_block_sparse_matrix.h>
-
+#ifdef DEAL_II_USE_PETSC
namespace PETScWrappers
{
+#endif
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