Home
last modified time | relevance | path

Searched refs:Ascent (Results 1 – 25 of 1414) sorted by relevance

12345678910>>...57

/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/lib/
H A Dcursor.fon7 Right: 0 Left: -15 Descent: 0 Ascent: -1 Width: 10
9 Right: 16 Left: 1 Descent: 16 Ascent: 15 Width: 17
10 Font Ascent: 16 Font Descent: 17
21 Right: 8 Left: -6 Descent: 8 Ascent: 6 Width: 17
37 Right: 9 Left: -7 Descent: 9 Ascent: 7 Width: 17
55 Right: 1 Left: -13 Descent: 14 Ascent: 0 Width: 17
71 Right: 2 Left: -14 Descent: 15 Ascent: 1 Width: 17
89 Right: 5 Left: -3 Descent: 1 Ascent: 9 Width: 17
101 Right: 6 Left: -4 Descent: 2 Ascent: 10 Width: 17
115 Right: 5 Left: -3 Descent: 1 Ascent: 9 Width: 17
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/c/
H A Dascent_c.cpp31 ascent::Ascent *
32 cpp_ascent(Ascent *v) in cpp_ascent()
38 Ascent *
39 c_ascent(ascent::Ascent *v) in c_ascent()
53 Ascent *
61 ascent_open(Ascent *c_ascent, in ascent_open()
71 ascent_publish(Ascent *c_ascent, in ascent_publish()
81 ascent_execute(Ascent *c_ascent, in ascent_execute()
91 ascent_info(Ascent *c_ascent, in ascent_info()
101 ascent_close(Ascent *c_ascent) in ascent_close()
[all …]
H A Dascent.h36 typedef void Ascent; typedef
44 Ascent ASCENT_API *ascent_create();
46 void ASCENT_API ascent_destroy(Ascent *c_ascent);
48 void ASCENT_API ascent_open(Ascent *c_ascent, conduit_node *options);
50 void ASCENT_API ascent_publish(Ascent *c_ascent, conduit_node *data);
52 void ASCENT_API ascent_execute(Ascent *c_ascent, conduit_node *actions);
54 void ASCENT_API ascent_info(Ascent *c_ascent, conduit_node *result);
56 void ASCENT_API ascent_close(Ascent *c_ascent);
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/docs/sphinx/developer_docs/
H A DContributing.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
4 .. # other details. No copyright assignment is required to contribute to Ascent.
7 Ascent Contribution Guide
9 The Ascent contribution process is managed through the github repository, and
20 At the top right corner of the Ascent repository is the fork button:
40 What Do I Need To Know About Ascent?
43 to Ascent.
45 * :ref:`dev_overview`: a developers view of the Ascent
48 * :ref:`flow_filter`: developing flow filters in Ascent
53 request to the main Ascent repository from the forked repo.
[all …]
H A DOverview.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
10 Ascent Developement Overview
12 Ascent's architecture is divided into two main components:
19 Ascent uses a simple data flow library named Flow to efficiently
20 compose and execute filters. Ascent's Flow library is a C++
39 Ascent Runtime
44 filters, and the Ascent runtime logically divides flow filters into
55 Flow filters can also be registered with the Ascent runtime by applications outside of Ascent.
57 What Types of Mesh Data Does Ascent Use?
70 The following mesh types are supported in Ascent:
[all …]
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/docs/sphinx/
H A DTutorial.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
4 .. # other details. No copyright assignment is required to contribute to Ascent.
11 `Ascent Tutorial Intro Slides [pdf] <https://www.ascent-dav.org/tutorial/2021_11_05_ascent_intro.p…
14 This tutorial introduces how to use Ascent, including basics about:
16 - Formatting mesh data for Ascent
17 - Using Conduit and Ascent's Conduit-based API
18 …- Using and combining Ascent's core building blocks: Scenes, Pipelines, Extracts, Queries, and Tri…
19 - Using Ascent with the Cloverleaf3D example integration
21 Ascent installs include standalone C++, Python, and Python-based Jupyter notebook examples for this…
28 …* `In Situ Analysis and Visualization with SENSEI and Ascent @ SC21 <https://sc21.supercomputing.o…
[all …]
H A Dindex.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
4 .. # other details. No copyright assignment is required to contribute to Ascent.
10 Ascent chapter
23 Ascent is an easy-to-use flyweight in situ visualization and analysis library for HPC simulations:
25 - Supports: Making Pictures, Transforming Data, and Capturing Data for use outside of Ascent
30 Ascent's flyweight design targets next-generation HPC platforms:
38 Ascent focuses on ease of use and reducing integration burden for simulation code teams:
40 - Actions are passed to Ascent via YAML files
49 …d using Ascent, see the :doc:`Quick Start Guide <QuickStart>` and the :doc:`Ascent Tutorial <Tuto…
51 Ascent Project Resources
[all …]
H A DOverview.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
4 .. # other details. No copyright assignment is required to contribute to Ascent.
8 Ascent Overview
10 The Ascent in situ infrastructure is designed for leading-edge supercomputers,
43 The Ascent sytem architecture is composed of several components:
57 This section describes Ascent's key dependencies.
85 …he VTK-h algorithms needed by Ascent are wrapped as Flow Filters so they can be executed as part o…
103 Currently, the Ascent runtime uses the
106 Ascent Runtime
108 The Ascent Runtime is the layer that sits on top of Flow and beneath the Ascent API.
[all …]
H A DTutorial_CloverLeaf_Demos.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
4 .. # other details. No copyright assignment is required to contribute to Ascent.
8 CloverLeaf3D Ascent Demos
11 Here we use Ascent's example :ref:`Cloverleaf3D <cloverleaf3d_integration>` integration to demonst…
24 .. *Render a sample dataset using Ascent from C++ and Python*
45 Rendering and transforming data using Ascent's Pipelines and Scenes
48 *Use Ascent's pipelines in Cloverleaf3D to transform data and render in situ*
115 Ascent's Python extract provides a simple path to run Python scripts for
116 custom analysis. Ascent provides the Python environment, so Python extracts can
117 for any host code (even those without a Python interface). Ascent's Python environment
[all …]
H A DAscentAPI.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
7 Ascent API
21 Open provides the initial setup of Ascent from a Conduit Node.
41 Ascent ascent;
55 By default, Ascent will output files in the current working directory.
58 you. Many Ascent filters have parameters that specify output files, and Ascent
129 This default file name can be overridden in the Ascent options:
161 publish 100s of variables to Ascent. In this case, its undesirable to
163 the memory overhead Ascent uses.
234 Publish is called each cycle where Ascent is used.
[all …]
H A DReleases.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
11 Ascent and its dependencies are under rapid development.
19 Source distributions for Ascent are hosted on github:
43 * Added Data Binning examples to the Ascent Intro Tutorial
51 * Updated Ascent to use new conduit, dray, and vtk-h versions
72 * Added option to build Ascent with only Devil Ray support
170 * Several improvements to Ascent's Expression infrastructure.
186 The fourth release of Ascent.
193 The third release of Ascent.
200 The second release of Ascent.
[all …]
H A DQuickStart.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
4 .. # other details. No copyright assignment is required to contribute to Ascent.
14 Installing Ascent and Third Party Dependencies
17 The quickest path to install Ascent and its dependencies is via :ref:`uberenv <building_with_uberen…
26 After this completes, ``build/ascent-install`` will contain an Ascent install.
35 …e details about building and installing Ascent see :ref:`building`. This page provides detailed in…
38 Public Installs of Ascent
41 We also provide public installs of Ascent for the default compilers at a few DOE HPC centers.
83 Using Ascent in Your Project
86 The install includes examples that demonstrate how to use Ascent in a CMake-based build system and …
H A DTutorial_Setup.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
4 .. # other details. No copyright assignment is required to contribute to Ascent.
12Ascent to the subdirectory ``examples/ascent/tutorial/``. Below are several options for using pre…
67 Using Public Installs of Ascent
123 Register Ascent's Python as a Jupyter Kernel argument
129 You can register Ascent's Python as a custom Jupyter kernel with Jupyter Hub.
136 After you register you will see an option to launch an Ascent kernel in Jupyter Hub:
151 # remove our Ascent custom kernel
158 .. Ascent is also installed on the SC19 SENSEI + Ascent Example VM Image. The install is located at…
163 .. # source helper script with Ascent paths
[all …]
/dports/math/ascent/Ascent-0.7.0/
H A DREADME.md1 # Ascent chapter
5 See the [Ascent Wiki](https://github.com/AnyarInc/Ascent/wiki) for more examples and help
7 Study the [modular-spring-damper](https://github.com/AnyarInc/Ascent/wiki/modular-spring-damper) ex…
11 Ascent's integration algorithms are designed for speed, and outperform boost's [odeint](http://head…
13 …https://github.com/AnyarInc/Ascent/wiki/graphics/speedup-ratio.PNG" width="400"><img src="https://…
19 Ascent solvers conform to the odeint system syntax, letting you run odeint system without changes (…
21 …eint solvers can also be used to run Ascent simulations, providing all flexibility of the odeint e…
23 Ascent can solve complex, dynamic systems of differential equations in a modular, object-oriented m…
29 - Automatic Vectorization: Ascent conforms to vectorization standards (such as Intel's)
52 Ascent was partly inspired by the design of odeint, but Ascent offers better performance where comp…
[all …]
/dports/devel/app-builder/app-builder-3.4.2/vendor/golang.org/x/image/font/basicfont/
H A Dbasicfont.go40 Ascent: 11,
60 Ascent int member
81 Ascent: fixed.I(f.Ascent),
83 XHeight: fixed.I(f.Ascent),
84 CapHeight: fixed.I(f.Ascent),
98 maskp.Y = (int(rr-rng.Low) + rng.Offset) * (f.Ascent + f.Descent)
112 Y: y - f.Ascent,
124 return fixed.R(0, -f.Ascent, f.Width, +f.Descent), fixed.I(f.Advance), true
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/golang.org/x/image/font/basicfont/
H A Dbasicfont.go40 Ascent: 11,
60 Ascent int member
81 Ascent: fixed.I(f.Ascent),
83 XHeight: fixed.I(f.Ascent),
84 CapHeight: fixed.I(f.Ascent),
98 maskp.Y = (int(rr-rng.Low) + rng.Offset) * (f.Ascent + f.Descent)
112 Y: y - f.Ascent,
124 return fixed.R(0, -f.Ascent, f.Width, +f.Descent), fixed.I(f.Advance), true
/dports/www/gohugo/hugo-0.91.2/vendor/golang.org/x/image/font/basicfont/
H A Dbasicfont.go40 Ascent: 11,
60 Ascent int member
81 Ascent: fixed.I(f.Ascent),
83 XHeight: fixed.I(f.Ascent),
84 CapHeight: fixed.I(f.Ascent),
98 maskp.Y = (int(rr-rng.Low) + rng.Offset) * (f.Ascent + f.Descent)
112 Y: y - f.Ascent,
124 return fixed.R(0, -f.Ascent, f.Width, +f.Descent), fixed.I(f.Advance), true
/dports/www/beehive/beehive-0.4.0/vendor/golang.org/x/image/font/basicfont/
H A Dbasicfont.go40 Ascent: 11,
60 Ascent int member
81 Ascent: fixed.I(f.Ascent),
83 XHeight: fixed.I(f.Ascent),
84 CapHeight: fixed.I(f.Ascent),
98 maskp.Y = (int(rr-rng.Low) + rng.Offset) * (f.Ascent + f.Descent)
112 Y: y - f.Ascent,
124 return fixed.R(0, -f.Ascent, f.Width, +f.Descent), fixed.I(f.Advance), true
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/image/font/basicfont/
H A Dbasicfont.go40 Ascent: 11,
60 Ascent int member
81 Ascent: fixed.I(f.Ascent),
83 XHeight: fixed.I(f.Ascent),
84 CapHeight: fixed.I(f.Ascent),
98 maskp.Y = (int(rr-rng.Low) + rng.Offset) * (f.Ascent + f.Descent)
112 Y: y - f.Ascent,
124 return fixed.R(0, -f.Ascent, f.Width, +f.Descent), fixed.I(f.Advance), true
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/golang.org/x/image/font/basicfont/
H A Dbasicfont.go40 Ascent: 11,
60 Ascent int member
81 Ascent: fixed.I(f.Ascent),
83 XHeight: fixed.I(f.Ascent),
84 CapHeight: fixed.I(f.Ascent),
98 maskp.Y = (int(rr-rng.Low) + rng.Offset) * (f.Ascent + f.Descent)
112 Y: y - f.Ascent,
124 return fixed.R(0, -f.Ascent, f.Width, +f.Descent), fixed.I(f.Advance), true
/dports/x11/wallutils/wallutils-5.10.0/vendor/golang.org/x/image/image-6944b10bf410/font/basicfont/
H A Dbasicfont.go40 Ascent: 11,
60 Ascent int member
81 Ascent: fixed.I(f.Ascent),
83 XHeight: fixed.I(f.Ascent),
84 CapHeight: fixed.I(f.Ascent),
98 maskp.Y = (int(rr-rng.Low) + rng.Offset) * (f.Ascent + f.Descent)
112 Y: y - f.Ascent,
124 return fixed.R(0, -f.Ascent, f.Width, +f.Descent), fixed.I(f.Advance), true
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/
H A DREADME.md2 Ascent chapter
5 Ascent is an open source many-core capable lightweight in situ visualization and analysis infrastru…
10 To get started building and using Ascent, check out the full documentation:
17 Ascent's source is hosted on GitHub:
24 Ascent is released under a BSD-style license - for detailed license info, refer to:
28 or the following files in the Ascent source tree:
/dports/x11-fonts/gofont-ttf/image-f315e440302883054d0c2bd85486878cb4f8572c/font/basicfont/
H A Dbasicfont.go40 Ascent: 11,
60 Ascent int member
81 Ascent: fixed.I(f.Ascent),
95 maskp.Y = (int(rr-rng.Low) + rng.Offset) * (f.Ascent + f.Descent)
109 Y: y - f.Ascent,
121 return fixed.R(0, -f.Ascent, f.Width, +f.Descent), fixed.I(f.Advance), true
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/docs/sphinx/Actions/
H A DActions.rst2 .. # Copyright (c) Lawrence Livermore National Security, LLC and other Ascent
4 .. # other details. No copyright assignment is required to contribute to Ascent.
9 Ascent Actions Overview
12 Actions are the mechanism that instruct Ascent to perform operations.
16 - ``add_extracts``: adds a list of extracts to move data out of Ascent
21 Ascent actions can be specified within the integration using Conduit Nodes and can be read in throu…
23 Each time Ascent executes a set of actions, it will check for a file in the current working directo…
66 A full example of actions files populated from Ascent's test suite can be found in :ref:`yaml-examp…
/dports/science/ascent/ascent-0.7.1-66-gbcf2742a/src/ascent/
H A Dascent.cpp48 Ascent::Ascent() in Ascent() function in ascent::Ascent
59 Ascent::~Ascent() in ~Ascent()
66 Ascent::open() in open()
166 Ascent::open(const conduit::Node &options) in open()
327 Ascent::publish(const conduit::Node &data) in publish()
371 Ascent::execute(const conduit::Node &actions) in execute()
449 Ascent::info(conduit::Node &info_out) in info()
492 Ascent::close() in close()
533 Ascent::set_status(const std::string &msg) in set_status()
543 Ascent::set_status(const std::string &msg, in set_status()

12345678910>>...57