Skip to content
Snippets Groups Projects
Commit 855045f0 authored by webmanue's avatar webmanue
Browse files

disable LeastSquaresSolver for complex scalar type

parent 8fabceea
No related branches found
No related tags found
No related merge requests found
Pipeline #109835 passed
......@@ -13,6 +13,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef AE108_PETSC_COMPLEX
#include "ae108/cpppetsc/LeastSquaresSolver.h"
#include "ae108/cpppetsc/ParallelComputePolicy.h"
#include "ae108/cpppetsc/SequentialComputePolicy.h"
......@@ -86,3 +88,5 @@ TYPED_TEST(LeastSquaresSolver_Test,
} // namespace
} // namespace cpppetsc
} // namespace ae108
#endif
\ No newline at end of file
......@@ -15,6 +15,8 @@
#pragma once
#ifndef AE108_PETSC_COMPLEX
#include "ae108/assembly/AssemblerTypeTraits.h"
#include "ae108/cpppetsc/LeastSquaresSolver.h"
#include "ae108/cpppetsc/MeshBoundaryCondition.h"
......@@ -260,3 +262,5 @@ LeastSquaresSolver<Assembler>::computeSolution(
} // namespace solve
} // namespace ae108
#endif
\ No newline at end of file
......@@ -13,6 +13,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
#ifndef AE108_PETSC_COMPLEX
#include "ae108/cpppetsc/ParallelComputePolicy.h"
#include "ae108/cpppetsc/SequentialComputePolicy.h"
#include "ae108/cpppetsc/Vector.h"
......@@ -95,3 +97,5 @@ TYPED_TEST(LeastSquaresSolver_Test, bc_solve_works) {
} // namespace
} // namespace solve
} // namespace ae108
#endif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment