Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • hyteg hyteg
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 35
    • Issues 35
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 3
    • Merge requests 3
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hyteg
  • hyteghyteg
  • Issues
  • #49

Closed
Open
Created Jan 09, 2018 by Nils Kohl@kohl🌝Maintainer

Modularization

We want to modularize our framework to speed up compilation and to get a better code structure.

Current proposal (modules are bold):

DoF Spaces

Contains: LinAlg code for all macros, DataHandling, PackInfo, Specialized Indexing

  • vertexdofspace
  • edgedofspace
  • facedofspace
  • celldofspace

Composites

Contains: Function, FunctionTraits, Operators (mixed and equal level),

  • transferoperators (Vertex2Vertex, Vertex2Edge, ...)
  • operators (P1Operator, P2Operator, ...)
  • functionspaces (P1, P2, P1Bubble, ...)
  • solvers (CG, MinRes)

Indexing

Contains: generalized indexing for all macro primitives

  • indexing

Topology

Contains: Primitives, Storage, MeshInfo, Communication, PrimitiveData, PrimitiveID

  • topology

Common

Contains: everything else (until more modules are created) e.g. VTK, StencilDirections, LevelInfo, ...

  • common
Edited Jan 10, 2018 by Nils Kohl
Assignee
Assign to
Time tracking