Skip to content

GitLab

  • Menu
Projects Groups 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
    • Contributors
    • Graph
    • Compare
  • 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
  • #3323

Closed
Open
Created Aug 20, 2018 by James Willenbring@jmwilleOwner

Panzer: add better error handling for teko coordinate callback interface

Created by: rppawlo

When the teko callback interface is used to register coordinate support, if the "Coordinates" field name can't be found in the DOF manager it assumes that it must be in the auxiliary DOF Manager and just accesses the object. If the aux_blocked_ugi_ is null then we get a seg fault. Additionally even if it exists, we need to add a check to make sure the field exists in the aux_blocked_ugi_ object.

This is for the file:

Panzer_STK_ParameterListCallbackBlocked_impl.hpp:141

@trilinos/panzer @egphill

Assignee
Assign to
Time tracking