]> https://gitweb.dealii.org/ - dealii.git/commit
Add a lot of tests for constraints, though all of them presently fail
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 3 Sep 2006 00:27:53 +0000 (00:27 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Sun, 3 Sep 2006 00:27:53 +0000 (00:27 +0000)
commit14fa795e5920baaee39e4d61e8be1689f491478d
treed1dbbb896264db48f1e0baa1acf2c17cb563a770
parent5e8d0e4e8b7b40d3467c43503b578b9963b6f6fb
Add a lot of tests for constraints, though all of them presently fail

git-svn-id: https://svn.dealii.org/trunk@13809 0785d39b-7218-0410-832d-ea1e28bc413d
62 files changed:
tests/hp/Makefile
tests/hp/hp_constraints_common.h [new file with mode: 0644]
tests/hp/hp_constraints_dgp_01.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_01/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_01/project_dgp_01/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_02.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_02/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_02/project_dgp_02/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_03.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_03/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_03/project_dgp_03/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_04.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_04/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_04/project_dgp_04/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_05.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_05/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_05/project_dgp_05/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_01.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_01/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_02.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_02/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_03.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_03/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_04.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_04/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_05.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_monomial_05/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgp_nonparametric_01.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_nonparametric_02.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_nonparametric_03.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_nonparametric_04.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgp_nonparametric_05.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgq_01.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgq_01/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgq_02.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgq_02/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgq_03.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgq_03/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgq_04.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgq_04/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_dgq_05.cc [new file with mode: 0644]
tests/hp/hp_constraints_dgq_05/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_01.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_01/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_02.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_02/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_03.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_03/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_04.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_04/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_05.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_05/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_system_01.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_system_01/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_system_02.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_system_02/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_system_03.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_system_03/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_system_04.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_system_04/cmp/generic [new file with mode: 0644]
tests/hp/hp_constraints_q_system_05.cc [new file with mode: 0644]
tests/hp/hp_constraints_q_system_05/cmp/generic [new file with mode: 0644]

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.