Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • T Trilinos
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 936
    • Issues 936
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 22
    • Merge requests 22
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • James Willenbring
  • Trilinos
  • Issues
  • #5112
Closed
Open
Issue created May 06, 2019 by James Willenbring@jmwilleOwner

MueLu: type issues in LineDetection factory

Created by: lucbv

Bug Report

@trilinos/muelu

Description

The MueLu_LineDetectionFactory is using the type Scalar while manipulating coordinates which creates problems when Scalar=std::complex<>. To fix this the types have been modified to Teuchos::ScalarTraits<Scalar>::coordinateType which ensures that coordinates can be computed on in a sane way.

Assignee
Assign to
Time tracking