* solvers -> solver
* adaptive_functions -> adaptive_function
* callbacks -> callback
* operators -> operator
* pinns -> physics_informed_solver
* layers -> block
This commit is contained in:
Dario Coscia
2025-02-19 11:35:43 +01:00
committed by Nicola Demo
parent 810d215ca0
commit df673cad4e
90 changed files with 155 additions and 151 deletions

View File

@@ -27,7 +27,7 @@ class InputPointsEquationCondition(ConditionInterface):
if key == 'input_points':
check_consistency(
value, (LabelTensor)
) # for now only labeltensors, we need labels for the operators!
) # for now only labeltensors, we need labels for the operator!
InputPointsEquationCondition.__dict__[key].__set__(self, value)
elif key == 'equation':
check_consistency(value, (EquationInterface))