... | ... | @@ -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
|
... | ... | |