From bcb8267fabd434900de21c46fe5b47d0c83e7c07 Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 21 Oct 2024 10:23:07 +0200 Subject: [PATCH 01/11] move the doc/concepts folder onto the doc/user_guide folder --- doc/source/{ => user_guide}/concepts/concepts.rst | 0 doc/source/{ => user_guide}/concepts/index.rst | 0 doc/source/{ => user_guide}/concepts/stepbystep.rst | 0 doc/source/{ => user_guide}/concepts/waysofusing.rst | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename doc/source/{ => user_guide}/concepts/concepts.rst (100%) rename doc/source/{ => user_guide}/concepts/index.rst (100%) rename doc/source/{ => user_guide}/concepts/stepbystep.rst (100%) rename doc/source/{ => user_guide}/concepts/waysofusing.rst (100%) diff --git a/doc/source/concepts/concepts.rst b/doc/source/user_guide/concepts/concepts.rst similarity index 100% rename from doc/source/concepts/concepts.rst rename to doc/source/user_guide/concepts/concepts.rst diff --git a/doc/source/concepts/index.rst b/doc/source/user_guide/concepts/index.rst similarity index 100% rename from doc/source/concepts/index.rst rename to doc/source/user_guide/concepts/index.rst diff --git a/doc/source/concepts/stepbystep.rst b/doc/source/user_guide/concepts/stepbystep.rst similarity index 100% rename from doc/source/concepts/stepbystep.rst rename to doc/source/user_guide/concepts/stepbystep.rst diff --git a/doc/source/concepts/waysofusing.rst b/doc/source/user_guide/concepts/waysofusing.rst similarity index 100% rename from doc/source/concepts/waysofusing.rst rename to doc/source/user_guide/concepts/waysofusing.rst From 96a9e1682845d5470b012a5abc1f1ef6fe77426a Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 21 Oct 2024 10:32:21 +0200 Subject: [PATCH 02/11] adapts the concepts section index --- doc/source/user_guide/concepts/index.rst | 31 ++++++++---------------- 1 file changed, 10 insertions(+), 21 deletions(-) diff --git a/doc/source/user_guide/concepts/index.rst b/doc/source/user_guide/concepts/index.rst index ebaaf9257ac..c1b80cd6165 100644 --- a/doc/source/user_guide/concepts/index.rst +++ b/doc/source/user_guide/concepts/index.rst @@ -6,39 +6,28 @@ Concepts This section provides in-depth descriptions and explanations of DPF concepts, including terminology. -DPF concepts -~~~~~~~~~~~~ +.. grid:: 1 1 3 3 + :gutter: 2 + :padding: 2 + :margin: 2 -.. toctree:: - :hidden: - - concepts.rst - waysofusing.rst - stepbystep.rst - - -.. card-carousel:: 2 - - .. card:: Concepts and terminology + .. grid-item-card:: Concepts and terminology :link: user_guide_concepts :link-type: ref - :width: 25% :text-align: center - .. image:: ../images/drawings/book-logo.png + .. image:: ../../images/drawings/book-logo.png - .. card:: Ways of using DPF + .. grid-item-card:: Ways of using DPF :link: user_guide_waysofusing :link-type: ref - :width: 25% :text-align: center - .. image:: ../images/drawings/using-dpf.png + .. image:: ../../images/drawings/using-dpf.png - .. card:: Using DPF: Step by step + .. grid-item-card:: Using DPF: Step by step :link: user_guide_stepbystep :link-type: ref - :width: 25% :text-align: center - .. image:: ../images/drawings/checklist.png + .. image:: ../../images/drawings/checklist.png From 356cb81a132724eb361d0af8482824bf7fe9b061 Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 21 Oct 2024 10:32:21 +0200 Subject: [PATCH 03/11] adapts the concepts section index --- doc/source/user_guide/concepts/index.rst | 34 ++++++++---------------- 1 file changed, 11 insertions(+), 23 deletions(-) diff --git a/doc/source/user_guide/concepts/index.rst b/doc/source/user_guide/concepts/index.rst index ebaaf9257ac..e53b2572c01 100644 --- a/doc/source/user_guide/concepts/index.rst +++ b/doc/source/user_guide/concepts/index.rst @@ -1,44 +1,32 @@ .. _ref_concepts: -======== Concepts -======== +-------- This section provides in-depth descriptions and explanations of DPF concepts, including terminology. -DPF concepts -~~~~~~~~~~~~ +.. grid:: 1 1 3 3 + :gutter: 2 + :padding: 2 + :margin: 2 -.. toctree:: - :hidden: - - concepts.rst - waysofusing.rst - stepbystep.rst - - -.. card-carousel:: 2 - - .. card:: Concepts and terminology + .. grid-item-card:: Concepts and terminology :link: user_guide_concepts :link-type: ref - :width: 25% :text-align: center - .. image:: ../images/drawings/book-logo.png + .. image:: ../../images/drawings/book-logo.png - .. card:: Ways of using DPF + .. grid-item-card:: Ways of using DPF :link: user_guide_waysofusing :link-type: ref - :width: 25% :text-align: center - .. image:: ../images/drawings/using-dpf.png + .. image:: ../../images/drawings/using-dpf.png - .. card:: Using DPF: Step by step + .. grid-item-card:: Using DPF: Step by step :link: user_guide_stepbystep :link-type: ref - :width: 25% :text-align: center - .. image:: ../images/drawings/checklist.png + .. image:: ../../images/drawings/checklist.png From 115d64e78b08b79e22824cc9bac6ea46bc4070e3 Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 21 Oct 2024 10:37:09 +0200 Subject: [PATCH 04/11] adapts the user guide index --- doc/source/user_guide/index.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/source/user_guide/index.rst b/doc/source/user_guide/index.rst index 65b8cf0a287..d43b8c3c370 100644 --- a/doc/source/user_guide/index.rst +++ b/doc/source/user_guide/index.rst @@ -13,6 +13,8 @@ The goals of this section are to: - Describe the most-used DPF entities and how they can help you to access and modify solver data. - Provide simple how-tos for tackling the most common use cases. +.. include:: + concepts/index.rst .. include:: main_entities.rst @@ -24,5 +26,14 @@ The goals of this section are to: Troubleshooting ~~~~~~~~~~~~~~~ +.. toctree:: + :max_depth: 2 + :hidden: + :caption: Concepts + + concepts/concepts.rst + concepts/waysofusing.rst + concepts/stepbystep.rst + .. toctree:: troubleshooting From 570322f16340aefcbc67648e77418cb68593679c Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 21 Oct 2024 10:39:24 +0200 Subject: [PATCH 05/11] updates the images ref path --- doc/source/user_guide/concepts/concepts.rst | 8 ++++---- doc/source/user_guide/concepts/stepbystep.rst | 18 +++++++++--------- doc/source/user_guide/concepts/waysofusing.rst | 6 +++--- 3 files changed, 16 insertions(+), 16 deletions(-) diff --git a/doc/source/user_guide/concepts/concepts.rst b/doc/source/user_guide/concepts/concepts.rst index f7bba20fc9c..c2b9bb3ac27 100644 --- a/doc/source/user_guide/concepts/concepts.rst +++ b/doc/source/user_guide/concepts/concepts.rst @@ -67,7 +67,7 @@ Concept summary --------------- This image summarizes the preceding concepts: -.. image:: ../images/drawings/field-breakdown.png +.. image:: ../../images/drawings/field-breakdown.png Operators @@ -79,7 +79,7 @@ You use :ref:`ref_dpf_operators_reference` to create, transform, and stream the - The input and output pins, like those in an integrated circuit in electronics, submit data to the operator and output the computed result from the operator. -.. image:: ../images/drawings/OperatorPins.png +.. image:: ../../images/drawings/OperatorPins.png Workflows --------- @@ -90,10 +90,10 @@ to operators, which computes requested outputs. Think of a workflow as a black box in which some operators are chained, computing the information for which the workflow is made: -.. image:: ../images/drawings/Workflow1.png +.. image:: ../../images/drawings/Workflow1.png The following image shows operators that have been chained together to create a total deformation workflow. You can use this workflow in any simulation workflow with any data sources as inputs. -.. image:: ../images/drawings/Workflow2.png +.. image:: ../../images/drawings/Workflow2.png diff --git a/doc/source/user_guide/concepts/stepbystep.rst b/doc/source/user_guide/concepts/stepbystep.rst index 1c72c53db84..55b9caad74c 100644 --- a/doc/source/user_guide/concepts/stepbystep.rst +++ b/doc/source/user_guide/concepts/stepbystep.rst @@ -53,11 +53,11 @@ Define fields A **field** is a container of simulation data. In numerical simulations, result data is defined by values associated with entities: -.. image:: ../images/drawings/values-entities.png +.. image:: ../../images/drawings/values-entities.png Therefore, a field of data might look something like this: -.. image:: ../images/drawings/field.png +.. image:: ../../images/drawings/field.png This code shows how to define a field from scratch: @@ -83,7 +83,7 @@ be a set of mesh IDs, geometric entity IDs, time domain, or frequency domain. You specify the set of entities by defining a range of IDs: -.. image:: ../images/drawings/scoping-eg.png +.. image:: ../../images/drawings/scoping-eg.png You must define a scoping prior to its use in the transformation data workflow. @@ -109,13 +109,13 @@ A **field container** holds a set of fields. It is used mainly for transient, harmonic, modal, or multi-step analyses. This image explains its structure: -.. image:: ../images/drawings/field-con-overview.png +.. image:: ../../images/drawings/field-con-overview.png A field container is a vector of fields. Fields are ordered with labels and IDs. Most commonly, a field container is scoped on the time label, and the IDs are the time or frequency sets: -.. image:: ../images/drawings/field-con.png +.. image:: ../../images/drawings/field-con.png You can define a field container in multiple ways: @@ -162,14 +162,14 @@ An operator takes input from a field, field container, or scoping using an input pin. Based on what it is designed to do, the operator computes an output that it passes to a field or field container using an output pin. -.. image:: ../images/drawings/circuit.png +.. image:: ../../images/drawings/circuit.png Comprehensive information on operators is available in :ref:`ref_dpf_operators_reference`. In the **Available Operators** area for either the **Entry** or **Premium** operators, you can either type a keyword in the **Search** option or browse by operator categories: -.. image:: ../images/drawings/help-operators.png +.. image:: ../../images/drawings/help-operators.png The page for each operator describes how the operator transforms data, indicates input and output data, and provides usage examples. @@ -185,7 +185,7 @@ Defining an operator consists of three steps: This image shows how the page for an operator provides a usage example for each available language (IronPython, CPython, and C++). -.. image:: ../images/drawings/operator-def.png +.. image:: ../../images/drawings/operator-def.png This code shows how to define an operator from a model: @@ -210,7 +210,7 @@ the input to another operator. This image shows how you would get the norm of a resulting vector from the dot product of two vectors: -.. image:: ../images/drawings/connect-operators.png +.. image:: ../../images/drawings/connect-operators.png This code shows how to define a generic workflow that computes the minimum of displacement by chaining the ``U`` and ``min_max_fc`` operators: diff --git a/doc/source/user_guide/concepts/waysofusing.rst b/doc/source/user_guide/concepts/waysofusing.rst index 25077c38daf..4887669f38c 100644 --- a/doc/source/user_guide/concepts/waysofusing.rst +++ b/doc/source/user_guide/concepts/waysofusing.rst @@ -29,7 +29,7 @@ enabled using the DPF Server application. These capabilities can be accessed through client APIs, as shown here: -.. image:: ../images/drawings/apis_2.png +.. image:: ../../images/drawings/apis_2.png 1. DPF server application can be accessed using Ansys Inc product, or DPF Server package (see :ref:`ref_dpf_server`) available on the Customer portal. @@ -71,7 +71,7 @@ files. You can use it to generate TH-plots, screenshots, and animations or to create custom result plots using the `numpy `_ and `matplotlib `_ packages. -.. image:: ../images/drawings/dpf-reports.png +.. image:: ../../images/drawings/dpf-reports.png Mechanical ~~~~~~~~~~ @@ -79,4 +79,4 @@ Mechanical Use it to perform custom postprocessing and visualization of results directly within the Mechanical application. -.. image:: ../images/drawings/dpf-mech.png \ No newline at end of file +.. image:: ../../images/drawings/dpf-mech.png \ No newline at end of file From 9f9c1d39ff241e54fc33b476462bf6bc8881a16c Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 21 Oct 2024 11:05:40 +0200 Subject: [PATCH 06/11] updates the images ref path in concepts index --- doc/source/user_guide/concepts/index.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/source/user_guide/concepts/index.rst b/doc/source/user_guide/concepts/index.rst index e53b2572c01..d399cc1c420 100644 --- a/doc/source/user_guide/concepts/index.rst +++ b/doc/source/user_guide/concepts/index.rst @@ -15,18 +15,18 @@ This section provides in-depth descriptions and explanations of DPF concepts, in :link-type: ref :text-align: center - .. image:: ../../images/drawings/book-logo.png + .. image:: ../images/drawings/book-logo.png .. grid-item-card:: Ways of using DPF :link: user_guide_waysofusing :link-type: ref :text-align: center - .. image:: ../../images/drawings/using-dpf.png + .. image:: ../images/drawings/using-dpf.png .. grid-item-card:: Using DPF: Step by step :link: user_guide_stepbystep :link-type: ref :text-align: center - .. image:: ../../images/drawings/checklist.png + .. image:: ../images/drawings/checklist.png From b5db6848134b0100396623eee4e3964ced713875 Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 21 Oct 2024 11:18:40 +0200 Subject: [PATCH 07/11] adapt the user guide index --- doc/source/conf.py | 3 ++- doc/source/user_guide/index.rst | 9 --------- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 4042e35481c..69f3241d27d 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -90,7 +90,8 @@ ] redirects = { - "user_guide/getting_started_with_dpf_server": "../getting_started/dpf_server.html" + "user_guide/getting_started_with_dpf_server": "../getting_started/dpf_server.html", + "concepts/": "user_guide/concepts/" } typehints_defaults = "comma" diff --git a/doc/source/user_guide/index.rst b/doc/source/user_guide/index.rst index d43b8c3c370..f75f8d2f1b9 100644 --- a/doc/source/user_guide/index.rst +++ b/doc/source/user_guide/index.rst @@ -26,14 +26,5 @@ The goals of this section are to: Troubleshooting ~~~~~~~~~~~~~~~ -.. toctree:: - :max_depth: 2 - :hidden: - :caption: Concepts - - concepts/concepts.rst - concepts/waysofusing.rst - concepts/stepbystep.rst - .. toctree:: troubleshooting From b6aeab8b1ac1559dfb6fa798d93ce5433e81584a Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 21 Oct 2024 11:19:02 +0200 Subject: [PATCH 08/11] adapt the doc index --- doc/source/index.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/source/index.rst b/doc/source/index.rst index bef595d83d0..fda0a3a1dec 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -193,5 +193,4 @@ To reach the project support team, email `pyansys.core@ansys.com Date: Mon, 21 Oct 2024 11:19:44 +0200 Subject: [PATCH 09/11] adapt the user_guide/concepts index --- doc/source/user_guide/concepts/index.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/doc/source/user_guide/concepts/index.rst b/doc/source/user_guide/concepts/index.rst index d399cc1c420..db717523b08 100644 --- a/doc/source/user_guide/concepts/index.rst +++ b/doc/source/user_guide/concepts/index.rst @@ -5,6 +5,16 @@ Concepts This section provides in-depth descriptions and explanations of DPF concepts, including terminology. + +.. toctree:: + :maxdepth: 2 + :hidden: + :caption: Concepts + + concepts/concepts.rst + concepts/waysofusing.rst + concepts/stepbystep.rst + .. grid:: 1 1 3 3 :gutter: 2 :padding: 2 From 2cdc3108978d671541d5d25dae32e1209f02e2e6 Mon Sep 17 00:00:00 2001 From: Paul Profizi <100710998+PProfizi@users.noreply.github.com> Date: Mon, 21 Oct 2024 14:45:14 +0200 Subject: [PATCH 10/11] Update redirect --- doc/source/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 69f3241d27d..3d93d9ee0b4 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -91,7 +91,7 @@ redirects = { "user_guide/getting_started_with_dpf_server": "../getting_started/dpf_server.html", - "concepts/": "user_guide/concepts/" + "concepts/index": "../user_guide/index.html#concepts" } typehints_defaults = "comma" From 5f66d3bd1073bddc46bc94486431313464f08200 Mon Sep 17 00:00:00 2001 From: luisaFelixSalles Date: Mon, 21 Oct 2024 15:35:04 +0200 Subject: [PATCH 11/11] adaptations of the layout --- doc/source/conf.py | 2 +- doc/source/user_guide/concepts/index.rst | 10 ---- doc/source/user_guide/how_to.rst | 38 ++++--------- doc/source/user_guide/index.rst | 67 ++++++++++++++++++++++- doc/source/user_guide/main_entities.rst | 31 +++-------- doc/source/user_guide/troubleshooting.rst | 8 +++ 6 files changed, 94 insertions(+), 62 deletions(-) diff --git a/doc/source/conf.py b/doc/source/conf.py index 69f3241d27d..02b812378f3 100644 --- a/doc/source/conf.py +++ b/doc/source/conf.py @@ -91,7 +91,7 @@ redirects = { "user_guide/getting_started_with_dpf_server": "../getting_started/dpf_server.html", - "concepts/": "user_guide/concepts/" + "concepts/": "../user_guide/concepts/" } typehints_defaults = "comma" diff --git a/doc/source/user_guide/concepts/index.rst b/doc/source/user_guide/concepts/index.rst index db717523b08..d399cc1c420 100644 --- a/doc/source/user_guide/concepts/index.rst +++ b/doc/source/user_guide/concepts/index.rst @@ -5,16 +5,6 @@ Concepts This section provides in-depth descriptions and explanations of DPF concepts, including terminology. - -.. toctree:: - :maxdepth: 2 - :hidden: - :caption: Concepts - - concepts/concepts.rst - concepts/waysofusing.rst - concepts/stepbystep.rst - .. grid:: 1 1 3 3 :gutter: 2 :padding: 2 diff --git a/doc/source/user_guide/how_to.rst b/doc/source/user_guide/how_to.rst index 8d4247b9328..f4359868841 100644 --- a/doc/source/user_guide/how_to.rst +++ b/doc/source/user_guide/how_to.rst @@ -1,73 +1,57 @@ .. _ref_how_to: How-tos -~~~~~~~ +------- -.. toctree:: - :hidden: +.. grid:: 1 1 3 3 + :gutter: 2 + :padding: 2 + :margin: 2 - plotting.rst - custom_operators.rst - dpf_server.rst - server_types.rst - server_context.rst - xmlfiles.rst - - -.. card-carousel:: 2 - - .. card:: Plot + .. grid-item-card:: Plot :link: user_guide_plotting :link-type: ref - :width: 25% :text-align: center .. image:: ../images/plotting/pontoon.png .. image:: ../images/plotting/pontoon_strain.png - .. card:: Create custom operators + .. grid-item-card:: Create custom operators :link: user_guide_custom_operators :link-type: ref - :width: 25% :text-align: center .. image:: ../images/drawings/plugin-logo.png :width: 50% - .. card:: Use DPF Server package + .. grid-item-card:: Use DPF Server package :link: ref_dpf_server :link-type: ref - :width: 25% :text-align: center .. image:: ../images/drawings/dpf_server_client.png -.. card-carousel:: 2 - - .. card:: Switch between local and remote server + .. grid-item-card:: Switch between local and remote server :link: user_guide_server_types :link-type: ref - :width: 25% :text-align: center .. image:: ../images/drawings/remote_machines.png - .. card:: Access Entry and Premium capabilities + .. grid-item-card:: Access Entry and Premium capabilities :link: user_guide_server_context :link-type: ref - :width: 25% :text-align: center .. image:: ../images/drawings/entry_premium.png - .. card:: Use DPF XML Files + .. grid-item-card:: Use DPF XML Files :link: user_guide_xmlfiles :link-type: ref - :width: 25% :text-align: center .. image:: ../images/drawings/xml.png \ No newline at end of file diff --git a/doc/source/user_guide/index.rst b/doc/source/user_guide/index.rst index f75f8d2f1b9..7d1dfab4aef 100644 --- a/doc/source/user_guide/index.rst +++ b/doc/source/user_guide/index.rst @@ -24,7 +24,70 @@ The goals of this section are to: Troubleshooting -~~~~~~~~~~~~~~~ +--------------- + +.. grid:: 1 1 2 2 + :gutter: 2 + :padding: 2 + :margin: 2 + + .. grid-item-card:: Server issues + :link: user_guide_troubleshooting_server_issues + :link-type: ref + :text-align: center + + .. grid-item-card:: Model issues + :link: user_guide_troubleshooting_model_issues + :link-type: ref + :text-align: center + + .. grid-item-card:: Plotting issues + :link: user_guide_troubleshooting_plotting_issues + :link-type: ref + :text-align: center + + .. grid-item-card:: Performance issues + :link: user_guide_troubleshooting_performance_issues + :link-type: ref + :text-align: center + + +.. toctree:: + :maxdepth: 2 + :hidden: + :caption: Concepts + + concepts/concepts.rst + concepts/waysofusing.rst + concepts/stepbystep.rst + .. toctree:: - troubleshooting + :maxdepth: 2 + :hidden: + :caption: DPF most-used entities + + model + operators + fields_container + + +.. toctree:: + :maxdepth: 2 + :hidden: + :caption: How-tos + + plotting.rst + custom_operators.rst + dpf_server.rst + server_types.rst + server_context.rst + xmlfiles.rst + + +.. toctree:: + :maxdepth: 3 + :hidden: + :caption: Troubleshooting + + troubleshooting diff --git a/doc/source/user_guide/main_entities.rst b/doc/source/user_guide/main_entities.rst index b98991d0f05..b336eb22ce2 100644 --- a/doc/source/user_guide/main_entities.rst +++ b/doc/source/user_guide/main_entities.rst @@ -1,43 +1,30 @@ .. _ref_main_entities: DPF most-used entities -~~~~~~~~~~~~~~~~~~~~~~ +---------------------- -.. toctree:: - :hidden: +.. grid:: 1 1 3 3 + :gutter: 2 + :padding: 2 + :margin: 2 - model - operators - fields_container - -.. card-carousel:: 2 - - .. card:: DPF model + .. grid-item-card:: DPF model :link: user_guide_model :link-type: ref - :width: 25% :text-align: center .. image:: ../images/drawings/model.png - .. card:: Fields container and fields + .. grid-item-card:: Fields container and fields :link: ref_user_guide_fields_container :link-type: ref - :width: 25% :text-align: center .. image:: ../images/drawings/field.png - .. card:: Operators + .. grid-item-card:: Operators :link: ref_user_guide_operators :link-type: ref - :width: 25% :text-align: center - .. image:: ../images/drawings/small_operator.svg - - - - - - + .. image:: ../images/drawings/small_operator.svg \ No newline at end of file diff --git a/doc/source/user_guide/troubleshooting.rst b/doc/source/user_guide/troubleshooting.rst index 86fc50f5c2b..de523f7b90d 100644 --- a/doc/source/user_guide/troubleshooting.rst +++ b/doc/source/user_guide/troubleshooting.rst @@ -6,6 +6,8 @@ Troubleshooting This page explains how to resolve the most common issues encountered when using PyDPF-Core. It also includes suggestions for improving scripts. +.. _user_guide_troubleshooting_server_issues: + Server issues ------------- @@ -38,6 +40,8 @@ If an error lists missing modules, see :ref:`ref_compatibility`. For ``PyDPF-Core``<0.10.0, the `ansys.grpc.dpf `_ module should always be synchronized with its server version. +.. _user_guide_troubleshooting_model_issues: + Model issues ------------ @@ -66,6 +70,8 @@ Then, with result files reproducing this issue, you can prevent the warning from However, the preceding code disables the reading and generation of the available results for the model. Any static results that are available for the model are used instead. +.. _user_guide_troubleshooting_plotting_issues: + Plotting issues --------------- @@ -84,6 +90,8 @@ In that case, simply install `PyVista `_` with this comman Another option is to install PyVista along with PyDPF-Core. For more information, see :ref:`Install with plotting capabilities` +.. _user_guide_troubleshooting_performance_issues: + Performance issues ------------------