Naupacte offers a language of excellence for the development of numerical simulation applications, which is similar to an integrable development environment. It focuses on an innovative representation of tensor formulae, resulting in optimized calculations without compilation.
See the presentation video (french version).
A formal computational language for tensor formulations
Navpactos allows to formally describe a tensor loop with ease and control. The formal tensor represents a real calculation. Being an object that is communicated in most modules, it refines programs by crystallizing on itself a large part of their complexity.
For instance, functions, geometry and meshes, assembly, and algorithms such as Newton’s method operate on generic formal tensors, which need not be known at compilation.
A high-performance computer
Before their computation, which can be repeated in a loop when they depend upon updatable data, the formal tensors are analyzed to produce a calculating object. More than 3000 algebra rules apply to provide the fastest execution, with unprecedented performance. This happens internally, without compiling.
The relevance of the simplification and optimization phases is crucial for the efficiency of the calculation resulting from the formal derivation of complex formulae.
Modules of different levels
Just as the way to describe a problem is not unique, Navpactos’ formalism is not rigid. To do this, access is given at different levels of abstraction.
High-level application frameworks
For example, higher-level modules will simplify the description of a family of typical problems, such as non-linear static problems from EDPs. They can serve as a tutorial on the possibilities offered, as they are built using the middle-level functions that are available to you.
Your developer team can then create a framework or canvas to accommodate a new category of digital methods. With Navpactos, you can design application families inexpensively.
Intermediate levels include assembly and meshes.
Assembly and resolution
Some classic tasks require attention:
- Assemble a matrix, a task that is essential to most problems and that becomes more complex with multi-physical models;
- setting degrees of freedom using Lagrange multipliers;
- define rigid bodies in mechanics;
- program a Newton method.
All this is made easy with Navpactos, and works with formal tensors.
Meshes, finite elements, and fields
The Discretization module provides the necessary functions for finite elements, as well as the meshing utilities (grid construction, discretization construction of order 2 and more, selection of entities such as faces and edges). You can add your own finite elements.
The Fields module adds useful concepts to fields (geometry map, gradient, miscellaneous functions) up to distributions.
Both modules work with the same formal computational logic.
Dynamic procedures
Running Navactos results in a hierarchical log output that allows you to see the sequence of operations performed. You can build your own procedure sequences and benefit from this feature on your developments.
Better, your code itself can dynamically construct such chains by adapting to input data, and for example decide to embed a Newton method when the case is analyzed as non-linear.
The advantage of such dynamic constructs, as opposed to static ones, lies in the possibility of communicating and calculating the formal tensors without having to know them explicitly at compile time.