#$(if $(USE_CONTRIB_PETSC:no=), petsc,) \
#$(if $(USE_CONTRIB_SLEPC:no=), slepc,) \
#$(if $(USE_CONTRIB_TRILINOS:no=), trilinos,) \
-#$(if $(USE_CONTRIB_HSL:no=), hsl,) \
#$(if $(USE_CONTRIB_LAPACK:no=), lapack,)
#a-framework
#bits
ADD_SUBDIRECTORY(codim_one)
#deal.II
-#distributed_grids
#fail
#fe
-#gla
#grid
#hp
-#hsl
#integrators
#lac
#lapack
#lib
#matrix_free
#mesh_converter
+ADD_SUBDIRECTORY(multigrid)
+#serialization
+
+#distributed_grids
+#gla
#mpi
-#multigrid
#petsc
-#serialization
#slepc
#trilinos
--- /dev/null
+DEAL_II_PICKUP_TESTS()
int main()
{
- std::ofstream logfile("boundary_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("count_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("cycles/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("mg_output/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("mg_renumbered_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main ()
{
- std::ofstream logfile("mg_renumbered_02/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main ()
{
- std::ofstream logfile("mg_renumbered_03/output");
+ std::ofstream logfile("output");
deallog.attach(logfile);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
int main()
{
- std::ofstream logfile("smoother_block/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
// in step-6:
int main ()
{
- std::ofstream logfile("step-16/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
void InteriorPenaltyProblem<dim>::output_results (const unsigned int cycle) const
{
char *fn = new char[100];
- sprintf(fn, "step-39-02/sol-%02d", cycle);
+ sprintf(fn, "sol-%02d", cycle);
std::string filename(fn);
filename += ".gnuplot";
void InteriorPenaltyProblem<dim>::output_results (const unsigned int cycle) const
{
char *fn = new char[100];
- sprintf(fn, "step-39-03/sol-%02d", cycle);
+ sprintf(fn, "sol-%02d", cycle);
std::string filename(fn);
filename += ".gnuplot";
void InteriorPenaltyProblem<dim>::output_results (const unsigned int cycle) const
{
char *fn = new char[100];
- sprintf(fn, "step-39/sol-%02d", cycle);
+ sprintf(fn, "sol-%02d", cycle);
std::string filename(fn);
filename += ".gnuplot";
int main()
{
- std::ofstream logfile("transfer_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(6);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_02/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(6);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_03/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_block/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_block_select/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_compare_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_select/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(3);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_02/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_03/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_04/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_05/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_adaptive_01/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_adaptive_02/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_adaptive_03/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_adaptive_04/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_adaptive_05/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_adaptive_06/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_adaptive_07/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_adaptive_08/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);
int main()
{
- std::ofstream logfile("transfer_system_adaptive_09/output");
+ std::ofstream logfile("output");
deallog << std::setprecision(4);
deallog.attach(logfile);
deallog.depth_console(0);