Skip to content

Commit b805946

Browse files
finalized preview_results, skip ci
1 parent 2535030 commit b805946

8 files changed

Lines changed: 475 additions & 574 deletions

File tree

examples/tutorial3.jl

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,12 +65,11 @@ formulation = FEMFormulation(
6565
# Define runtime FEMOptions
6666
opts = FEMOptions(
6767
force_remesh=false, # Force remeshing
68-
run_solver=true,
69-
overwrite_results=true,
68+
force_overwrite=true,
7069
plot_field_maps=false,
71-
preview_geo=false, # Preview geometry
72-
preview_mesh=false, # Preview the mesh
70+
mesh_only=false, # Preview the mesh
7371
base_path=joinpath(@__DIR__, "fem_output"),
72+
keep_run_files=true, # Archive files after each run
7473
verbosity=3, # Verbose output
7574
getdp_executable=joinpath("/home/amartins/Applications/onelab-Linux64", "getdp"), # Path to GetDP executable
7675
)

0 commit comments

Comments
 (0)