Skip to content

Commit

Permalink
Mixed_poisson inw ork
Browse files Browse the repository at this point in the history
  • Loading branch information
niravshah241 committed Jul 15, 2024
1 parent 7a43074 commit 9680a36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion demo/mixed_poisson_dlrbnicsx/dlrbnicsx_mixed_poisson.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def generate_ann_output_set(problem, reduced_problem, input_set, mode=None):
'''

# ANN model
model_sigma = HiddenLayersNet(input_training_set.shape[1], [30, 30],
model_sigma = HiddenLayersNet(input_training_set.shape[1], [30, 30, 30],
len(reduced_problem._basis_functions_sigma),
Tanh())
'''
Expand Down
2 changes: 1 addition & 1 deletion demo/mixed_poisson_dlrbnicsx/sbatch_mixed_poisson
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ spack clean
cd mesh_data
mpiexec -n 1 python3 mesh.py
cd ..
mpiexec -n 1 python3 mixed_poisson.py
mpiexec -n 1 python3 dlrbnicsx_mixed_poisson.py

0 comments on commit 9680a36

Please sign in to comment.