Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • I INMOST
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • Kirill Terekhov
  • INMOST
  • Wiki
  • 9999 Wiki Organization Proposal

9999 Wiki Organization Proposal · Changes

Page history
Updated 9999 Wiki Organization Proposal (markdown) authored Feb 04, 2015 by Kirill Terekhov's avatar Kirill Terekhov
Show whitespace changes
Inline Side-by-side
9999-Wiki-Organization-Proposal.md
View page @ 88f1a682
......@@ -40,7 +40,7 @@ Proposed enumeration for documents:
1000 - Introduction for User Guide
1001-1199 - working with Domain class, using external tools to make domains, import/export of domain, examples
1001-1199 - Reserved for Domain class, using external tools to make domains, import/export of domain, examples
1200-1299 - working with Mesh class in serial, using external tools to make meshes, import/export of mesh, hierarchy traversal, using markers, working with mesh data, setting geometric services, diagnosing mesh problems, building meshes on your own preserving elements orientation, using services for mesh modification, handling high order elements, examples
......@@ -52,7 +52,18 @@ Proposed enumeration for documents:
1400-1499 - using Partitioner class to split mesh among processors, examples
1500-1599 - filling Solver::Vector with values, filling Solver::Matrix with values, using Solver class to solve linear problem, passing parameters into solvers, using with external solving packages, examples
1500-1599 - user guide for Solver class:
* filling Solver::Vector with values,
* filling Solver::Matrix with values,
* using Solver class to solve linear problem,
* passing parameters into solvers from code,
* using with external solving packages, petsc, aztec, ifpack, ml (skip belos)
* providing names to Solver to specify parameters
* textfile of parameters for internal solvers (for future)
* textfile of parameters for petsc (basic parameters, link to petsc page for specific)
* xml file of parameters for trilinos (basic parameters, link to specific solver guides for more parameters)
* examples (some words about examples/MatSolve example)
1600-1699 - using Automatizer class for automatic problem differentiation, checking derivatives, forming Solver::Matrix class by results of automatic differentiation, examples
......
Clone repository
  • 0100 Compilation
  • 0200 Compilation Windows
  • 0201 Obtain MSVC
  • 0202 Obtain MSMPI
  • 0203 Compilation INMOST Windows
  • 0204 Compilation ParMETIS Windows
  • 0205 Compilation Zoltan Windows
  • 0206 Compilation PETSc Windows
  • 0207 Compilation Trilinos Windows
  • 0400 Compilation Linux
  • 0401 Install MPI
  • 0402 Compilation INMOST Linux
  • 0403 Compilation PETSc Linux
  • 0404 Compilation Trilinos Linux
  • 0405 Compilation ParMETIS Linux
View All Pages