@@ -11,11 +11,11 @@ The high-level structure of the package is depicted in our API.
1111
1212The pipeline to solve differential equations with PINA follows just five steps:
1313
14- 1. Define the `Problem `_ the user aim to solve
15- 2. Generate data using built in `Domains `_, or load high level simulation results as :doc: `LabelTensor <label_tensor >`
14+ 1. Define the `Problems `_ the user aim to solve
15+ 2. Generate data using built in `Geometrical Domains `_, or load high level simulation results as :doc: `LabelTensor <label_tensor >`
1616 3. Choose or build one or more `Models `_ to solve the problem
1717 4. Choose a solver across PINA available `Solvers `_, or build one using the :doc: `SolverInterface <solver/solver_interface >`
18- 5. Train the model with the PINA :doc: `Trainer <solver/solver_interface >`, enhance the train with `Callback `_
18+ 5. Train the model with the PINA :doc: `Trainer <solver/solver_interface >`, enhance the train with `Callbacks `_
1919
2020
2121Trainer, Dataset and Datamodule
@@ -34,14 +34,14 @@ Data Types
3434
3535 LabelTensor <label_tensor.rst >
3636 Graph <graph/graph.rst >
37+ LabelBatch <graph/label_batch.rst >
3738
3839
3940Graphs Structures
4041------------------
4142.. toctree ::
4243 :titlesonly:
4344
44- Graph <graph/graph.rst >
4545 GraphBuilder <graph/graph_builder.rst >
4646 RadiusGraph <graph/radius_graph.rst >
4747 KNNGraph <graph/knn_graph.rst >
9898 FNO <model/fourier_neural_operator.rst >
9999 AveragingNeuralOperator <model/average_neural_operator.rst >
100100 LowRankNeuralOperator <model/low_rank_neural_operator.rst >
101- GraphNeuralOperator <model/ >
101+ GraphNeuralOperator <model/graph_neural_operator.rst >
102+ GraphNeuralKernel <model/graph_neural_operator_integral_kernel.rst >
102103
103104Blocks
104105-------------
@@ -112,7 +113,10 @@ Blocks
112113 Fourier Block <model/block/fourier_block.rst >
113114 Averaging Block <model/block/average_neural_operator_block.rst >
114115 Low Rank Block <model/block/low_rank_block.rst >
116+ Graph Neural Operator Block <model/block/gno_block.rst >
117+ Continuous Convolution Interface <model/block/convolution_interface.rst >
115118 Continuous Convolution Block <model/block/convolution.rst >
119+ Orthogonal Block <model/block/orthogonal.rst >
116120
117121
118122Reduction and Embeddings
@@ -144,7 +148,7 @@ Adaptive Activation Functions
144148.. toctree ::
145149 :titlesonly:
146150
147- Adaptive Function Interface <adaptive_function/AdaptiveFunctionInterface .rst >
151+ Adaptive Function Interface <adaptive_function/AdaptiveActivationFunctionInterface .rst >
148152 Adaptive ReLU <adaptive_function/AdaptiveReLU.rst >
149153 Adaptive Sigmoid <adaptive_function/AdaptiveSigmoid.rst >
150154 Adaptive Tanh <adaptive_function/AdaptiveTanh.rst >
@@ -165,10 +169,10 @@ Equations and Differential Operators
165169.. toctree ::
166170 :titlesonly:
167171
168- EquationInterface <equation. equation_interface.rst >
169- Equation <equation. equation.rst >
170- SystemEquation <equation. system_equation.rst >
171- Equation Factory <equation. equation_factory.rst >
172+ EquationInterface <equation/ equation_interface.rst >
173+ Equation <equation/ equation.rst >
174+ SystemEquation <equation/ system_equation.rst >
175+ Equation Factory <equation/ equation_factory.rst >
172176 Differential Operators <operator.rst >
173177
174178
@@ -200,7 +204,7 @@ Problems Zoo
200204
201205
202206Geometrical Domains
203- ---------------------
207+ --------------------
204208
205209.. toctree ::
206210 :titlesonly:
@@ -222,8 +226,8 @@ Domain Operations
222226 Difference <domain/difference_domain.rst >
223227 Exclusion <domain/exclusion_domain.rst >
224228
225- Callback
226- --------------------
229+ Callbacks
230+ -----------
227231
228232.. toctree ::
229233 :titlesonly:
0 commit comments