├── tests ├── T │ ├── format_2d │ │ └── ref.3dec │ ├── m2_from_morpho │ │ ├── n_msfile │ │ └── morpho_msfile │ ├── loadtesr │ │ ├── ref.stcell │ │ └── test.cmake │ ├── loadtess │ │ ├── ref.stcell │ │ └── test.cmake │ ├── ori_file │ │ ├── ori │ │ └── test.cmake │ ├── empty │ │ ├── coo │ │ └── test.cmake │ ├── oriformat │ │ ├── ref.ori-plain │ │ ├── ref.ori-geof │ │ └── test.cmake │ ├── transform_ori │ │ ├── cell-oris │ │ └── test.cmake │ ├── statseed │ │ ├── ref.stseed │ │ └── test.cmake │ ├── n │ │ └── test.cmake │ ├── m2_n │ │ └── test.cmake │ ├── tess │ │ └── test.cmake │ ├── dim │ │ └── test.cmake │ ├── id │ │ └── test.cmake │ ├── m3_n │ │ └── test.cmake │ ├── reg │ │ └── test.cmake │ ├── m2_dim │ │ └── test.cmake │ ├── m2_reg │ │ └── test.cmake │ ├── sort │ │ └── test.cmake │ ├── m2_sort │ │ └── test.cmake │ ├── m3_dim │ │ └── test.cmake │ ├── m3_reg │ │ └── test.cmake │ ├── morpho_gg │ │ └── test.cmake │ ├── periodic │ │ └── test.cmake │ ├── periodic_x │ │ └── test.cmake │ ├── m3_sort │ │ └── test.cmake │ ├── ori │ │ └── test.cmake │ ├── oricrysym │ │ └── test.cmake │ ├── reg_fmax │ │ └── test.cmake │ ├── reg_mloop │ │ └── test.cmake │ ├── reg_rsel │ │ └── test.cmake │ ├── reg_sel │ │ └── test.cmake │ ├── morpho_voronoi │ │ └── test.cmake │ ├── domain_cube │ │ └── test.cmake │ ├── domain_obj │ │ └── test.cmake │ ├── domain_sphere │ │ └── test.cmake │ ├── m3_morpho_gg │ │ └── test.cmake │ ├── morpho_bamboo │ │ └── test.cmake │ ├── morpho_columnar │ │ └── test.cmake │ ├── ori_0 │ │ └── test.cmake │ ├── tesrsize │ │ └── test.cmake │ ├── domain_square │ │ └── test.cmake │ ├── m2_domain_cube │ │ └── test.cmake │ ├── m2_domain_sphere │ │ └── test.cmake │ ├── m3_domain_cube │ │ └── test.cmake │ ├── morpho_aspratio │ │ └── test.cmake │ ├── morpho_cube │ │ └── test.cmake │ ├── morpho_lamellar_n2 │ │ └── test.cmake │ ├── oridescriptor │ │ └── test.cmake │ ├── transform_scale │ │ └── test.cmake │ ├── domain_cylinder │ │ └── test.cmake │ ├── domain_scale │ │ └── test.cmake │ ├── domain_split │ │ └── test.cmake │ ├── m2_morpho_voronoi │ │ └── test.cmake │ ├── m3_domain_sphere │ │ └── test.cmake │ ├── morpho_cube3 │ │ └── test.cmake │ ├── tesrformat │ │ └── test.cmake │ ├── transform_rotate │ │ └── test.cmake │ ├── domain_rodrigues_cubic │ │ └── test.cmake │ ├── domain_rotate │ │ └── test.cmake │ ├── domain_stdtriangle │ │ └── test.cmake │ ├── m2_domain_cylinder │ │ └── test.cmake │ ├── m2_morpho_centroidal │ │ └── test.cmake │ ├── m3_domain_cylinder │ │ └── test.cmake │ ├── morpho_lamellar_n │ │ └── test.cmake │ ├── morpho_square │ │ └── test.cmake │ ├── morphooptistop_val │ │ └── test.cmake │ ├── domain_rodrigues_hexagonal │ │ └── test.cmake │ ├── domain_rotate2 │ │ └── test.cmake │ ├── domain_scale2 │ │ └── test.cmake │ ├── domain_translate │ │ └── test.cmake │ ├── m2_morpho_cube │ │ └── test.cmake │ ├── m3_morpho_voronoi │ │ └── test.cmake │ ├── morpho_lamellar_w │ │ └── test.cmake │ ├── morpho_square2 │ │ └── test.cmake │ ├── periodic_cube │ │ └── test.cmake │ ├── transform_cut_hspace │ │ └── test.cmake │ ├── domain_rodrigues_cubic_per │ │ └── test.cmake │ ├── domain_translate2 │ │ └── test.cmake │ ├── format │ │ └── test.cmake │ ├── morpho_lamellar_w2 │ │ └── test.cmake │ ├── morphooptistop_itermax │ │ └── test.cmake │ ├── m2_morpho_lamellar_n │ │ └── test.cmake │ ├── m2_morpho_square │ │ └── test.cmake │ ├── m3_morpho_centroidal │ │ └── test.cmake │ ├── m3_morpho_cube │ │ └── test.cmake │ ├── morpho_bamboo_gg │ │ └── test.cmake │ ├── morpho_centroidal │ │ └── test.cmake │ ├── transform_cut_sphere │ │ └── test.cmake │ ├── transform_cut_spherei │ │ └── test.cmake │ ├── domain_rodrigues_hexagonal_per │ │ └── test.cmake │ ├── m2_morpho_gg │ │ └── test.cmake │ ├── m2_morpho_lamellar_w │ │ └── test.cmake │ ├── m3_morpho_lamellar_n │ │ └── test.cmake │ ├── m3_morpho_lamellar_w │ │ └── test.cmake │ ├── morpho_columnar_gg │ │ └── test.cmake │ ├── morphooptidof │ │ └── test.cmake │ ├── transform_cut_cubei │ │ └── test.cmake │ └── transform_cut_torus │ │ └── test.cmake ├── S │ ├── mesh_reselset │ │ ├── ref.sim │ │ │ ├── results │ │ │ │ └── cells │ │ │ │ │ └── x │ │ │ │ │ └── x.step0 │ │ │ └── .sim │ │ └── n2-id1.sim │ │ │ └── .sim │ ├── mesh_odf │ │ ├── ref.sim │ │ │ └── results │ │ │ │ └── mesh │ │ │ │ ├── odf │ │ │ │ ├── .odf │ │ │ │ ├── .odf_max │ │ │ │ ├── .odf_min │ │ │ │ └── .odf_stddev │ │ │ │ └── odfn │ │ │ │ ├── .odfn │ │ │ │ ├── .odfn_max │ │ │ │ ├── .odfn_min │ │ │ │ └── .odfn_stddev │ │ └── n2-id1.sim │ │ │ └── .sim │ ├── tess_odf │ │ ├── ref.sim │ │ │ └── results │ │ │ │ └── tess │ │ │ │ ├── odf │ │ │ │ ├── .odf │ │ │ │ ├── .odf_max │ │ │ │ ├── .odf_min │ │ │ │ └── .odf_stddev │ │ │ │ └── odfn │ │ │ │ ├── .odfn │ │ │ │ ├── .odfn_max │ │ │ │ ├── .odfn_min │ │ │ │ └── .odfn_stddev │ │ └── n2-id1.sim │ │ │ └── .sim │ ├── mesh_entityres │ │ └── ref.sim │ │ │ └── results │ │ │ └── first │ │ │ └── x │ │ │ └── x.step0 │ ├── tess_odftheta │ │ ├── ref.sim │ │ │ └── results │ │ │ │ └── tess │ │ │ │ ├── odf(theta=20) │ │ │ │ ├── .odf │ │ │ │ ├── .odf_max │ │ │ │ ├── .odf_min │ │ │ │ └── .odf_stddev │ │ │ │ └── odfn(theta=20) │ │ │ │ ├── .odfn │ │ │ │ ├── .odfn_max │ │ │ │ ├── .odfn_min │ │ │ │ └── .odfn_stddev │ │ └── n2-id1.sim │ │ │ └── .sim │ ├── mesh_reselset_stat │ │ ├── ref.sim │ │ │ └── results │ │ │ │ ├── mesh │ │ │ │ ├── rr_var │ │ │ │ │ └── rr_var.step0 │ │ │ │ └── rr_stddev │ │ │ │ │ └── rr_stddev.step0 │ │ │ │ └── elsets │ │ │ │ ├── rr_var │ │ │ │ └── rr_var.step0 │ │ │ │ └── rr_stddev │ │ │ │ └── rr_stddev.step0 │ │ └── n2-id1.sim │ │ │ └── .sim │ ├── tess_odfcutoff │ │ ├── ref.sim │ │ │ └── results │ │ │ │ └── tess │ │ │ │ ├── odf(cutoff=all) │ │ │ │ ├── .odf │ │ │ │ ├── .odf_max │ │ │ │ ├── .odf_min │ │ │ │ └── .odf_stddev │ │ │ │ └── odfn(cutoff=all) │ │ │ │ ├── .odfn │ │ │ │ ├── .odfn_max │ │ │ │ ├── .odfn_min │ │ │ │ └── .odfn_stddev │ │ └── n2-id1.sim │ │ │ └── .sim │ ├── tess_odfweight │ │ ├── ref.sim │ │ │ └── results │ │ │ │ └── tess │ │ │ │ ├── odf(weight=id) │ │ │ │ ├── .odf │ │ │ │ ├── .odf_max │ │ │ │ ├── .odf_min │ │ │ │ └── .odf_stddev │ │ │ │ └── odfn(weight=id) │ │ │ │ ├── .odfn │ │ │ │ ├── .odfn_max │ │ │ │ ├── .odfn_min │ │ │ │ └── .odfn_stddev │ │ └── n2-id1.sim │ │ │ └── .sim │ ├── tess_rescell │ │ ├── ref.sim │ │ │ ├── results │ │ │ │ └── cells │ │ │ │ │ └── x │ │ │ │ │ └── x.step0 │ │ │ └── .sim │ │ └── n2-id1.sim │ │ │ └── .sim │ ├── tess_step │ │ ├── n2-id1.sim │ │ │ └── .sim │ │ └── ref.sim │ │ │ └── .sim │ ├── tess_orispace │ │ ├── n2-id1.sim │ │ │ └── .sim │ │ └── ref.sim │ │ │ └── .sim │ └── mesh_entity │ │ └── n2-id1.sim │ │ └── .sim ├── V │ ├── custom_input_multiple │ │ ├── pts2 │ │ ├── pts1 │ │ └── test.cmake │ ├── custom_input │ │ ├── pts │ │ └── test.cmake │ ├── custom_input_col │ │ ├── pts │ │ └── test.cmake │ ├── custom_input_multiple_col │ │ ├── pts2 │ │ └── pts1 │ ├── custom_input_multiple_rad │ │ ├── pts2 │ │ └── pts1 │ ├── custom_input_multiple_show │ │ ├── pts2 │ │ └── pts1 │ ├── custom_input_multiple_show2 │ │ ├── pts2 │ │ └── pts1 │ ├── custom_input_rad │ │ ├── pts │ │ └── test.cmake │ ├── elsetcol_ori │ │ └── n2-id1.ori │ ├── elsetcol_ori_slice │ │ └── n2-id1.ori │ ├── cellcol_real │ │ └── n2-id1.stcell │ ├── cellscale │ │ └── n2-id1.stcell │ ├── cellscale2 │ │ └── n2-id1.stcell │ ├── elsetscale │ │ └── n2-id1.stelset3d │ ├── polycol_real │ │ └── n2-id1.stpoly │ ├── polyscale │ │ └── n2-id1.stpoly │ ├── polyscale2 │ │ └── n2-id1.stpoly │ ├── seedcol_real │ │ └── n2-id1.stseed │ ├── seedscale │ │ └── n2-id1.stseed │ ├── seedscale2 │ │ └── n2-id1.stseed │ ├── cellscaletitle │ │ └── n2-id1.stcell │ ├── crystalcol_real │ │ └── n2-id1.stcell │ ├── crystalscale │ │ └── n2-id1.stcrystal │ ├── crystalscale2 │ │ └── n2-id1.stcrystal │ ├── elsetcol_real │ │ └── n2-id1.stelset3d │ ├── elsetcolscheme │ │ └── n2-id1.stelset3d │ ├── elsetscale2 │ │ └── n2-id1.stelset3d │ ├── elsetscaletitle │ │ └── n2-id1.stelset3d │ ├── polyscaletitle │ │ └── n2-id1.stpoly │ ├── seedscaletitle │ │ └── n2-id1.stseed │ ├── cellcol_real_colscheme │ │ └── n2-id1.stcell │ ├── crystalcol_colscheme │ │ └── n2-id1.stcell │ ├── crystalscaletitle │ │ └── n2-id1.stcrystal │ ├── polycol_real_colscheme │ │ └── n2-id1.stpoly │ ├── seedcol_real_colscheme │ │ └── n2-id1.stseed │ ├── space_ipf_custom_input_vect │ │ └── myvects │ ├── space_pf_custom_input_vect │ │ └── myvects │ ├── crystalcol_real_colscheme │ │ └── n2-id1.stcrystal │ ├── space_pf_custom_input_vect_pfdir │ │ └── myvects │ ├── space_ipf_custom_input_vect_pfdir │ │ └── myvects │ ├── space_pf_custom_input_vect_pfdir2 │ │ └── myvects │ ├── povray │ │ ├── ref.png │ │ └── test.cmake │ ├── asymptote │ │ ├── ref.png │ │ └── test.cmake │ ├── datasimtesr │ │ ├── n2-id1.sim │ │ │ ├── results │ │ │ │ └── cells │ │ │ │ │ └── myvar │ │ │ │ │ └── myvar.step0 │ │ │ └── .sim │ │ └── test.cmake │ ├── datasimtess │ │ ├── n2-id1.sim │ │ │ ├── results │ │ │ │ └── cells │ │ │ │ │ └── myvar │ │ │ │ │ └── myvar.step0 │ │ │ └── .sim │ │ └── test.cmake │ ├── space_tree_res │ │ ├── n2-id1.sim │ │ │ ├── results │ │ │ │ └── cells │ │ │ │ │ └── diameq │ │ │ │ │ └── diameq.step0 │ │ │ ├── graph.pdf │ │ │ └── .sim │ │ └── test.cmake │ ├── space_tree │ │ ├── n2-id1.sim │ │ │ ├── graph.pdf │ │ │ └── .sim │ │ └── test.cmake │ ├── space_ipf_custom_input │ │ ├── n2-id1.ori │ │ └── test.cmake │ ├── space_pf_custom_input │ │ ├── n2-id1.ori │ │ └── test.cmake │ ├── space_ipf_custom_input_ori │ │ └── n2-id1.ori │ ├── space_pf_custom_input_ori │ │ └── n2-id1.ori │ ├── space_ipf_custom_input_ori_des │ │ └── n2-id1.ori │ ├── space_pf_custom_input_ori_des │ │ └── n2-id1.ori │ ├── facescale │ │ └── n2-id1.stface │ ├── facescale2 │ │ └── n2-id1.stface │ ├── facecol_real │ │ └── n2-id1.stface │ ├── facescaletitle │ │ └── n2-id1.stface │ ├── facecol_real_colscheme │ │ └── n2-id1.stface │ ├── ebsd1 │ │ ├── ebsd.tesr │ │ └── test.cmake │ ├── ebsd2 │ │ ├── ebsd.tesr │ │ └── test.cmake │ ├── ebsd3 │ │ └── test.cmake │ ├── ebsd6 │ │ └── test.cmake │ ├── ebsd9 │ │ └── test.cmake │ ├── tesr │ │ └── test.cmake │ ├── tesr2d │ │ └── test.cmake │ ├── csys │ │ └── test.cmake │ ├── ebsd4 │ │ └── test.cmake │ ├── ebsd7 │ │ └── test.cmake │ ├── verscale │ │ └── n2-id1.stver │ ├── verscale2 │ │ └── n2-id1.stver │ ├── space_ipf │ │ └── test.cmake │ ├── space_ipf_2d │ │ └── test.cmake │ ├── space_ipf_mesh │ │ └── test.cmake │ ├── space_pf_2d │ │ └── test.cmake │ ├── space_pf_mesh │ │ └── test.cmake │ ├── space_pf_tesr │ │ └── test.cmake │ ├── vercol_real │ │ └── n2-id1.stver │ ├── verscaletitle │ │ └── n2-id1.stver │ ├── cameraangle │ │ └── test.cmake │ ├── camerasky │ │ └── test.cmake │ ├── imageformat │ │ └── test.cmake │ ├── imagesize │ │ └── test.cmake │ ├── space_ipf_2d_mesh │ │ └── test.cmake │ ├── space_ipf_2d_tesr │ │ └── test.cmake │ ├── space_ipf_tesr │ │ └── test.cmake │ ├── space_pf_2d_mesh │ │ └── test.cmake │ ├── space_pf_2d_tesr │ │ └── test.cmake │ ├── space_pf_hexagonal │ │ └── test.cmake │ ├── cameralookat1 │ │ └── test.cmake │ ├── cameralookat2 │ │ └── test.cmake │ ├── ebsd5 │ │ └── test.cmake │ ├── ebsd8 │ │ └── test.cmake │ ├── space_ipf_hexagonal │ │ └── test.cmake │ ├── vercol_real_colscheme │ │ └── n2-id1.stver │ ├── cameracoo1 │ │ └── test.cmake │ ├── csyscol │ │ └── test.cmake │ ├── csysrad │ │ └── test.cmake │ ├── ebsd10 │ │ └── test.cmake │ ├── imagebackground │ │ └── test.cmake │ ├── nodecoo │ │ └── test.cmake │ ├── showelt │ │ └── test.cmake │ ├── space_ipf_pfdir │ │ └── test.cmake │ ├── space_pf_pfdir │ │ └── test.cmake │ ├── space_pf_pfdir2 │ │ └── test.cmake │ ├── space_pf_pfpole │ │ └── test.cmake │ ├── cameralookat3 │ │ └── test.cmake │ ├── csyscoo │ │ └── test.cmake │ ├── csyslength │ │ └── test.cmake │ ├── elt1drad │ │ └── test.cmake │ ├── povrayantialiasing │ │ └── test.cmake │ ├── showmesh1 │ │ └── test.cmake │ ├── showmesh2 │ │ └── test.cmake │ └── space_ipf_pfpole │ │ └── test.cmake └── M │ ├── interface │ └── ref.intf │ ├── interface2 │ └── ref.intf │ ├── interface3 │ └── ref.intf │ ├── statelsetco │ ├── ref.intf │ └── ref.stelsetco │ ├── stateltco │ ├── ref.intf │ └── test.cmake │ ├── transform_ori_elset │ └── elset-oris │ ├── part_dim2 │ └── CMakeFiles │ │ └── cmake.check_cache │ ├── faset │ └── test.cmake │ ├── nset3 │ └── test.cmake │ ├── tesrstr │ └── test.cmake │ ├── meshing_hex │ └── test.cmake │ ├── order │ └── test.cmake │ ├── remesh1 │ └── test.cmake │ ├── cl │ └── test.cmake │ ├── cl_hex │ └── test.cmake │ ├── meshing │ └── test.cmake │ ├── nset1 │ └── test.cmake │ ├── pl │ └── test.cmake │ ├── rcl_hex │ └── test.cmake │ ├── dim │ └── test.cmake │ ├── dim2 │ └── test.cmake │ ├── nset2 │ └── test.cmake │ ├── rcl │ └── test.cmake │ ├── tesr_elt_hex │ └── test.cmake │ ├── cl_hex_dim2 │ └── test.cmake │ ├── clmin │ └── test.cmake │ ├── domain_2dcurved │ └── test.cmake │ ├── morpho_cube │ └── test.cmake │ ├── msh4 │ └── test.cmake │ ├── rcl_hex_dim2 │ └── test.cmake │ ├── remesh2 │ └── test.cmake │ ├── dim_expr │ └── test.cmake │ ├── format_inp │ └── test.cmake │ ├── rcl_expr │ └── test.cmake │ ├── rodrigues_per_cubic │ └── test.cmake │ ├── tesr_dim2 │ └── test.cmake │ ├── cl_expr │ └── test.cmake │ ├── clratio │ └── test.cmake │ ├── cut │ └── test.cmake │ ├── format_geof │ └── test.cmake │ ├── meshqualmin │ └── test.cmake │ ├── order_hex │ └── test.cmake │ ├── rodrigues_per_hexagonal │ └── test.cmake │ ├── mesh2dalgo_dela │ └── test.cmake │ ├── mesh2dalgo_fron │ └── test.cmake │ ├── mesh2dalgo_mead │ └── test.cmake │ ├── mesh2dalgo_netg │ └── test.cmake │ ├── meshqualexpr │ └── test.cmake │ ├── order_dim2 │ └── test.cmake │ ├── remesh3 │ └── test.cmake │ ├── remesh4 │ └── test.cmake │ ├── tess2ddim3 │ └── test.cmake │ ├── meshqualdisexpr │ └── test.cmake │ └── order_hex_dim2 │ └── test.cmake ├── src ├── contrib │ ├── nlopt │ │ ├── doc │ │ │ └── requirements.txt │ │ ├── CHANGES_Neper │ │ ├── ChangeLog │ │ ├── src │ │ │ ├── octave │ │ │ │ ├── dummy.c │ │ │ │ ├── NLOPT_GN_ESCH.m │ │ │ │ ├── NLOPT_GD_STOGO.m │ │ │ │ ├── NLOPT_GN_DIRECT.m │ │ │ │ ├── NLOPT_GN_DIRECT_L.m │ │ │ │ ├── NLOPT_AUGLAG.m │ │ │ │ ├── NLOPT_LD_MMA.m │ │ │ │ ├── NLOPT_LD_AUGLAG.m │ │ │ │ ├── NLOPT_LD_TNEWTON.m │ │ │ │ ├── NLOPT_LN_PRAXIS.m │ │ │ │ ├── NLOPT_LD_LBFGS.m │ │ │ │ ├── NLOPT_LN_AUGLAG.m │ │ │ │ ├── NLOPT_GD_MLSL.m │ │ │ │ ├── NLOPT_GN_DIRECT_NOSCAL.m │ │ │ │ ├── NLOPT_GN_MLSL.m │ │ │ │ ├── NLOPT_LD_SLSQP.m │ │ │ │ ├── NLOPT_LD_VAR1.m │ │ │ │ ├── NLOPT_LD_VAR2.m │ │ │ │ ├── NLOPT_GN_DIRECT_L_RAND.m │ │ │ │ ├── NLOPT_GN_ISRES.m │ │ │ │ ├── NLOPT_GN_ORIG_DIRECT.m │ │ │ │ ├── NLOPT_G_MLSL.m │ │ │ │ ├── NLOPT_LN_NELDERMEAD.m │ │ │ │ ├── NLOPT_GD_STOGO_RAND.m │ │ │ │ ├── NLOPT_GN_DIRECT_L_NOSCAL.m │ │ │ │ ├── NLOPT_GN_ORIG_DIRECT_L.m │ │ │ │ ├── NLOPT_AUGLAG_EQ.m │ │ │ │ ├── NLOPT_GD_MLSL_LDS.m │ │ │ │ ├── NLOPT_GN_CRS2_LM.m │ │ │ │ ├── NLOPT_GN_MLSL_LDS.m │ │ │ │ ├── NLOPT_LN_NEWUOA.m │ │ │ │ ├── NLOPT_G_MLSL_LDS.m │ │ │ │ ├── NLOPT_LD_AUGLAG_EQ.m │ │ │ │ ├── NLOPT_LD_LBFGS_NOCEDAL.m │ │ │ │ ├── NLOPT_LD_TNEWTON_PRECOND.m │ │ │ │ ├── NLOPT_LN_AUGLAG_EQ.m │ │ │ │ ├── NLOPT_LN_BOBYQA.m │ │ │ │ ├── NLOPT_LN_COBYLA.m │ │ │ │ ├── NLOPT_LD_TNEWTON_RESTART.m │ │ │ │ ├── NLOPT_LN_SBPLX.m │ │ │ │ ├── NLOPT_GN_DIRECT_L_RAND_NOSCAL.m │ │ │ │ ├── NLOPT_LD_CCSAQ.m │ │ │ │ ├── NLOPT_LN_NEWUOA_BOUND.m │ │ │ │ └── NLOPT_LD_TNEWTON_PRECOND_RESTART.m │ │ │ └── algs │ │ │ │ └── direct │ │ │ │ └── AUTHORS │ │ └── test │ │ │ ├── myfunc.m │ │ │ └── myconstraint.m │ ├── muparser │ │ ├── lib │ │ │ └── Readme.txt │ │ ├── src │ │ │ └── muParserTokenReader.cpp │ │ └── muparserConfig.cmake.in │ ├── scotch │ │ ├── CHANGES_Neper │ │ └── src │ │ │ └── libscotch │ │ │ ├── libscotch.a │ │ │ ├── libscotcherr.a │ │ │ └── libscotcherrexit.a │ └── ut │ │ └── src │ │ └── contrib │ │ └── muparser │ │ └── src │ │ ├── muParserTest.cpp │ │ └── muParserTokenReader.cpp ├── neper_m │ ├── neper_m.h │ ├── nem_ori │ │ └── nem_ori.h │ ├── nem_elsets │ │ └── nem_elsets.h │ ├── nem_readmesh │ │ └── nem_readmesh.h │ ├── nem_utils │ │ └── nem_utils.h │ ├── nem_order │ │ └── nem_order.h │ ├── nem_sort │ │ └── nem_sort.h │ └── nem_partition │ │ └── nem_partition.h ├── neper_s │ ├── neper_s.h │ ├── nes_merge │ │ └── nes_merge.h │ ├── nes_pproc │ │ └── nes_pproc.h │ ├── nes_entity │ │ └── nes_entity.h │ ├── nes_input │ │ └── nes_input.h │ └── nes_orispace │ │ └── nes_orispace.h ├── neut │ ├── neut_tesr │ │ └── neut_tesr_ori │ │ │ └── neut_tesr_ori2.c │ ├── neut_polymod │ │ └── neut_polymod_.h │ └── neut_mesh │ │ ├── neut_mesh_part │ │ └── neut_mesh_part_.h │ │ └── neut_mesh_slice │ │ └── neut_mesh_slice_.h ├── neper_v │ ├── nev_input │ │ └── nev_input.h │ └── nev_print │ │ └── nev_print_png │ │ ├── nev_print_png_foot │ │ └── nev_print_png_foot.h │ │ └── nev_print_png_csys │ │ └── nev_print_png_csys.h └── neper_t │ └── net_tess │ └── net_tess_opt │ └── net_tess_opt_comp │ └── net_tess_opt_comp.h ├── doc ├── tutorials │ ├── pole_figure │ │ ├── fin │ │ ├── ini │ │ ├── img1.png │ │ ├── img10.png │ │ ├── img11.png │ │ ├── img12.png │ │ ├── img13.png │ │ ├── img14.png │ │ ├── img15.png │ │ ├── img16.png │ │ ├── img17.png │ │ ├── img18.png │ │ ├── img19.png │ │ ├── img2.pdf │ │ ├── img2.png │ │ ├── img20.png │ │ ├── img21.png │ │ ├── img22.png │ │ ├── img23.png │ │ ├── img24.png │ │ ├── img25.png │ │ ├── img26.png │ │ ├── img27.png │ │ ├── img3.png │ │ ├── img4.png │ │ ├── img5.png │ │ ├── img6.png │ │ ├── img7.png │ │ ├── img8.png │ │ ├── img9.png │ │ ├── img10-scale3.png │ │ └── img11-scale3.png │ ├── ebsd_process │ │ ├── n2d.sim │ │ │ ├── results │ │ │ │ └── cells │ │ │ │ │ ├── gos │ │ │ │ │ └── gos.step0 │ │ │ │ │ └── ori │ │ │ │ │ └── ori.step0 │ │ │ ├── inputs │ │ │ │ └── simulation.tesr │ │ │ └── .sim │ │ ├── img1.png │ │ ├── img2.png │ │ ├── img3.png │ │ ├── img4.png │ │ ├── img5.png │ │ └── img5-scale.png │ ├── simple_model │ │ ├── img1.png │ │ ├── img1b.png │ │ ├── img2.png │ │ ├── img3.png │ │ ├── img4.png │ │ ├── img5.png │ │ └── img6.png │ ├── ori_statistics │ │ ├── img1.png │ │ ├── img2.png │ │ ├── img3.png │ │ ├── img4.png │ │ └── img5.png │ ├── orientation_space │ │ ├── d.png │ │ ├── e.png │ │ ├── fr.png │ │ ├── fr1.png │ │ ├── fr2.png │ │ ├── fr3.png │ │ ├── fr4.png │ │ ├── fr5.png │ │ ├── fr6.png │ │ ├── fr7.png │ │ ├── fr8.png │ │ ├── fr-cub.png │ │ ├── fr-hex.png │ │ ├── fr-cub100.png │ │ ├── fr-hex100.png │ │ ├── rodrigues.png │ │ ├── stdtriangle.png │ │ ├── stdtriangleh.png │ │ └── fr-cub-scale3.png │ ├── morpho_statistics │ │ ├── img1.png │ │ ├── img2.png │ │ ├── img3.png │ │ ├── img4.png │ │ └── img5.png │ ├── morpho_tesr_mesh │ │ ├── AlLi-c.png │ │ ├── AlLi.png │ │ ├── AlLi-cr.png │ │ ├── AlLi-crc.png │ │ ├── AlLi-ori.png │ │ ├── AlLi-crcd.png │ │ ├── AlLi-crcf.png │ │ ├── AlLi-crcfs.png │ │ ├── AlLi-tess.png │ │ ├── AlLi-crcf-xyz.png │ │ ├── AlLi-filled-xyz.png │ │ ├── AlLi-tesr-tess.png │ │ └── AlLi-tesr-tess-mesh.png │ ├── visualize_tessellation │ │ ├── img1.png │ │ ├── img10.png │ │ ├── img11.png │ │ ├── img12.png │ │ ├── img13.png │ │ ├── img14.png │ │ ├── img15.png │ │ ├── img16.png │ │ ├── img17.png │ │ ├── img18.png │ │ ├── img19.png │ │ ├── img2.png │ │ ├── img20.png │ │ ├── img21.png │ │ ├── img22.png │ │ ├── img23.png │ │ ├── img24.png │ │ ├── img25.png │ │ ├── img26.png │ │ ├── img27.png │ │ ├── img3.png │ │ ├── img4.png │ │ ├── img5.png │ │ ├── img6.png │ │ ├── img7.png │ │ ├── img8.png │ │ ├── img9.png │ │ ├── tmp1.png │ │ ├── tmp2.png │ │ ├── view.png │ │ ├── xview.png │ │ ├── yview.png │ │ ├── zview.png │ │ ├── img14-scale3.png │ │ ├── img15-scale3.png │ │ ├── img16-scale3.png │ │ ├── img17-scale1.png │ │ ├── img20-scale2.png │ │ └── img24-scale3.png │ ├── orientation_trajectories │ │ ├── img1.png │ │ ├── img2.png │ │ ├── img3.png │ │ ├── img4.png │ │ └── img5.png │ └── orientation_color_key │ │ ├── rodrigues.png │ │ ├── stdtriangle.png │ │ └── stdtriangleh.png ├── _static │ └── my_theme.css ├── imgs │ ├── color-maps-real │ │ ├── gray.png │ │ ├── heat.png │ │ ├── hot.png │ │ ├── jet.png │ │ ├── cividis.png │ │ ├── github.png │ │ ├── inferno.png │ │ ├── legacy.png │ │ ├── magma.png │ │ ├── parula.png │ │ ├── plasma.png │ │ ├── viridis.png │ │ ├── viridis-fade.png │ │ └── viridis-fade0p2.png │ ├── directionconvention.png │ └── orientationconvention.png ├── versions.rst ├── sphinx_rtd_theme │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── en │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── et │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── lt │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── pt │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── sv │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── tr │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── fa_IR │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ └── zh_CN │ │ │ └── LC_MESSAGES │ │ │ └── sphinx.mo │ └── static │ │ └── css │ │ └── fonts │ │ ├── lato-bold.woff │ │ ├── lato-bold.woff2 │ │ ├── lato-normal.woff │ │ ├── lato-normal.woff2 │ │ ├── Roboto-Slab-Bold.woff │ │ ├── Roboto-Slab-Bold.woff2 │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── lato-bold-italic.woff │ │ ├── lato-bold-italic.woff2 │ │ ├── lato-normal-italic.woff │ │ ├── Roboto-Slab-Regular.woff │ │ ├── Roboto-Slab-Regular.woff2 │ │ ├── fontawesome-webfont.woff │ │ ├── fontawesome-webfont.woff2 │ │ └── lato-normal-italic.woff2 ├── gpl.rst └── fdl.rst ├── doc-dev ├── _static │ └── my_theme.css ├── imgs │ ├── 1dmesh.png │ ├── 1dmesh-b.png │ ├── 1dmesh-c.png │ ├── ellipse.png │ ├── 1dmesh-prog.png │ └── geo_pinching.png ├── sphinx_rtd_theme │ ├── locale │ │ ├── de │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── en │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── es │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── et │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── fr │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── it │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── lt │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── nl │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── pl │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── pt │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── ru │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── sv │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── tr │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── fa_IR │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ ├── pt_BR │ │ │ └── LC_MESSAGES │ │ │ │ └── sphinx.mo │ │ └── zh_CN │ │ │ └── LC_MESSAGES │ │ │ └── sphinx.mo │ └── static │ │ └── css │ │ └── fonts │ │ ├── lato-bold.woff │ │ ├── lato-bold.woff2 │ │ ├── lato-normal.woff │ │ ├── lato-normal.woff2 │ │ ├── Roboto-Slab-Bold.woff │ │ ├── lato-bold-italic.woff │ │ ├── Roboto-Slab-Bold.woff2 │ │ ├── Roboto-Slab-Regular.woff │ │ ├── fontawesome-webfont.eot │ │ ├── fontawesome-webfont.ttf │ │ ├── fontawesome-webfont.woff │ │ ├── lato-bold-italic.woff2 │ │ ├── lato-normal-italic.woff │ │ ├── lato-normal-italic.woff2 │ │ ├── Roboto-Slab-Regular.woff2 │ │ └── fontawesome-webfont.woff2 ├── gpl.rst └── fdl.rst └── .github └── ISSUE_TEMPLATE └── config.yml /tests/T/format_2d/ref.3dec: -------------------------------------------------------------------------------- 1 | ret 2 | -------------------------------------------------------------------------------- /tests/S/mesh_reselset/ref.sim/results/cells/x/x.step0: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /tests/T/m2_from_morpho/n_msfile: -------------------------------------------------------------------------------- 1 | 1 from_morpho 2 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple/pts2: -------------------------------------------------------------------------------- 1 | 0.5 0.5 0.5 2 | -------------------------------------------------------------------------------- /tests/M/interface/ref.intf: -------------------------------------------------------------------------------- 1 | bound6-cell1 bound6-cell2 2 | -------------------------------------------------------------------------------- /tests/M/interface2/ref.intf: -------------------------------------------------------------------------------- 1 | bound6-cell1 bound6-cell2 2 | -------------------------------------------------------------------------------- /tests/M/interface3/ref.intf: -------------------------------------------------------------------------------- 1 | bound5-cell1 bound5-cell2 2 | -------------------------------------------------------------------------------- /tests/M/statelsetco/ref.intf: -------------------------------------------------------------------------------- 1 | bound6-cell1 bound6-cell2 2 | -------------------------------------------------------------------------------- /tests/M/stateltco/ref.intf: -------------------------------------------------------------------------------- 1 | bound6-cell1 bound6-cell2 2 | -------------------------------------------------------------------------------- /tests/M/transform_ori_elset/elset-oris: -------------------------------------------------------------------------------- 1 | 1 2 3 2 | 4 5 6 3 | -------------------------------------------------------------------------------- /tests/T/m2_from_morpho/morpho_msfile: -------------------------------------------------------------------------------- 1 | 1 lamellar(w=0.2) 2 | -------------------------------------------------------------------------------- /tests/V/custom_input/pts: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | -------------------------------------------------------------------------------- /tests/V/custom_input_col/pts: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple_col/pts2: -------------------------------------------------------------------------------- 1 | 0.5 0.5 0.5 2 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple_rad/pts2: -------------------------------------------------------------------------------- 1 | 0.5 0.5 0.5 2 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple_show/pts2: -------------------------------------------------------------------------------- 1 | 0.5 0.5 0.5 2 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple_show2/pts2: -------------------------------------------------------------------------------- 1 | 0.5 0.5 0.5 2 | -------------------------------------------------------------------------------- /tests/V/custom_input_rad/pts: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | -------------------------------------------------------------------------------- /src/contrib/nlopt/doc/requirements.txt: -------------------------------------------------------------------------------- 1 | python-markdown-math 2 | -------------------------------------------------------------------------------- /tests/V/elsetcol_ori/n2-id1.ori: -------------------------------------------------------------------------------- 1 | 0 0 0 2 | 0.414 0 0 3 | -------------------------------------------------------------------------------- /tests/S/mesh_odf/ref.sim/results/mesh/odf/.odf: -------------------------------------------------------------------------------- 1 | 42.341351091387 2 | -------------------------------------------------------------------------------- /tests/S/mesh_odf/ref.sim/results/mesh/odfn/.odfn: -------------------------------------------------------------------------------- 1 | 42.341351091387 2 | -------------------------------------------------------------------------------- /tests/S/tess_odf/ref.sim/results/tess/odf/.odf: -------------------------------------------------------------------------------- 1 | 42.341351091387 2 | -------------------------------------------------------------------------------- /tests/S/tess_odf/ref.sim/results/tess/odfn/.odfn: -------------------------------------------------------------------------------- 1 | 42.341351091387 2 | -------------------------------------------------------------------------------- /tests/T/loadtesr/ref.stcell: -------------------------------------------------------------------------------- 1 | 0.589285714286 2 | 0.430555555556 3 | -------------------------------------------------------------------------------- /tests/T/loadtess/ref.stcell: -------------------------------------------------------------------------------- 1 | 0.575190123293 2 | 0.440917177255 3 | -------------------------------------------------------------------------------- /tests/T/ori_file/ori: -------------------------------------------------------------------------------- 1 | 0.1 0.2 0.3 2 | 0.4 0.5 0.6 3 | 0.7 0.8 0.9 4 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple/pts1: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple_col/pts1: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple_rad/pts1: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | -------------------------------------------------------------------------------- /tests/V/elsetcol_ori_slice/n2-id1.ori: -------------------------------------------------------------------------------- 1 | 0 0 0 2 | 0.414 0 0 3 | -------------------------------------------------------------------------------- /tests/S/mesh_entityres/ref.sim/results/first/x/x.step0: -------------------------------------------------------------------------------- 1 | 0.962410941720 2 | -------------------------------------------------------------------------------- /tests/S/mesh_odf/ref.sim/results/mesh/odf/.odf_max: -------------------------------------------------------------------------------- 1 | 1.036881477601 2 | -------------------------------------------------------------------------------- /tests/S/mesh_odf/ref.sim/results/mesh/odf/.odf_min: -------------------------------------------------------------------------------- 1 | 0.977842171266 2 | -------------------------------------------------------------------------------- /tests/S/mesh_odf/ref.sim/results/mesh/odf/.odf_stddev: -------------------------------------------------------------------------------- 1 | 0.011551223184 2 | -------------------------------------------------------------------------------- /tests/S/mesh_odf/ref.sim/results/mesh/odfn/.odfn_max: -------------------------------------------------------------------------------- 1 | 1.036881477601 2 | -------------------------------------------------------------------------------- /tests/S/mesh_odf/ref.sim/results/mesh/odfn/.odfn_min: -------------------------------------------------------------------------------- 1 | 0.977842171266 2 | -------------------------------------------------------------------------------- /tests/S/tess_odf/ref.sim/results/tess/odf/.odf_max: -------------------------------------------------------------------------------- 1 | 1.036597131973 2 | -------------------------------------------------------------------------------- /tests/S/tess_odf/ref.sim/results/tess/odf/.odf_min: -------------------------------------------------------------------------------- 1 | 0.977970971458 2 | -------------------------------------------------------------------------------- /tests/S/tess_odf/ref.sim/results/tess/odf/.odf_stddev: -------------------------------------------------------------------------------- 1 | 0.011553863987 2 | -------------------------------------------------------------------------------- /tests/S/tess_odf/ref.sim/results/tess/odfn/.odfn_max: -------------------------------------------------------------------------------- 1 | 1.036597131973 2 | -------------------------------------------------------------------------------- /tests/S/tess_odf/ref.sim/results/tess/odfn/.odfn_min: -------------------------------------------------------------------------------- 1 | 0.977970971458 2 | -------------------------------------------------------------------------------- /tests/V/cellcol_real/n2-id1.stcell: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/cellscale/n2-id1.stcell: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/cellscale2/n2-id1.stcell: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple_show/pts1: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple_show2/pts1: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | -------------------------------------------------------------------------------- /tests/V/elsetscale/n2-id1.stelset3d: -------------------------------------------------------------------------------- 1 | 0.575190123293 2 | 0.440917177255 3 | -------------------------------------------------------------------------------- /tests/V/polycol_real/n2-id1.stpoly: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/polyscale/n2-id1.stpoly: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/polyscale2/n2-id1.stpoly: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/seedcol_real/n2-id1.stseed: -------------------------------------------------------------------------------- 1 | 0.159391794127 2 | 0.501814614272 3 | -------------------------------------------------------------------------------- /tests/V/seedscale/n2-id1.stseed: -------------------------------------------------------------------------------- 1 | 0.159391794127 2 | 0.501814614272 3 | -------------------------------------------------------------------------------- /tests/V/seedscale2/n2-id1.stseed: -------------------------------------------------------------------------------- 1 | 0.159391794127 2 | 0.501814614272 3 | -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/fin: -------------------------------------------------------------------------------- 1 | 0.215161848925 0.180854932080 0.319445198505 2 | -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/ini: -------------------------------------------------------------------------------- 1 | 0.088838317183 0.000000000000 0.176326980708 2 | -------------------------------------------------------------------------------- /tests/S/mesh_odf/ref.sim/results/mesh/odfn/.odfn_stddev: -------------------------------------------------------------------------------- 1 | 0.011551223184 2 | -------------------------------------------------------------------------------- /tests/S/tess_odf/ref.sim/results/tess/odfn/.odfn_stddev: -------------------------------------------------------------------------------- 1 | 0.011553863987 2 | -------------------------------------------------------------------------------- /tests/T/empty/coo: -------------------------------------------------------------------------------- 1 | 1369.45 424.162 2 | 477.995 562.569 3 | 822.255 468.65 4 | -------------------------------------------------------------------------------- /tests/V/cellscaletitle/n2-id1.stcell: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/crystalcol_real/n2-id1.stcell: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/crystalscale/n2-id1.stcrystal: -------------------------------------------------------------------------------- 1 | 0.159391794127 2 | 0.501814614272 3 | -------------------------------------------------------------------------------- /tests/V/crystalscale2/n2-id1.stcrystal: -------------------------------------------------------------------------------- 1 | 0.159391794127 2 | 0.501814614272 3 | -------------------------------------------------------------------------------- /tests/V/elsetcol_real/n2-id1.stelset3d: -------------------------------------------------------------------------------- 1 | 0.575190123293 2 | 0.440917177255 3 | -------------------------------------------------------------------------------- /tests/V/elsetcolscheme/n2-id1.stelset3d: -------------------------------------------------------------------------------- 1 | 0.575190123293 2 | 0.440917177255 3 | -------------------------------------------------------------------------------- /tests/V/elsetscale2/n2-id1.stelset3d: -------------------------------------------------------------------------------- 1 | 0.575190123293 2 | 0.440917177255 3 | -------------------------------------------------------------------------------- /tests/V/elsetscaletitle/n2-id1.stelset3d: -------------------------------------------------------------------------------- 1 | 0.575190123293 2 | 0.440917177255 3 | -------------------------------------------------------------------------------- /tests/V/polyscaletitle/n2-id1.stpoly: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/seedscaletitle/n2-id1.stseed: -------------------------------------------------------------------------------- 1 | 0.159391794127 2 | 0.501814614272 3 | -------------------------------------------------------------------------------- /tests/S/tess_odftheta/ref.sim/results/tess/odf(theta=20)/.odf: -------------------------------------------------------------------------------- 1 | 20.000000000000 2 | -------------------------------------------------------------------------------- /tests/S/tess_odftheta/ref.sim/results/tess/odfn(theta=20)/.odfn: -------------------------------------------------------------------------------- 1 | 20.000000000000 2 | -------------------------------------------------------------------------------- /tests/V/cellcol_real_colscheme/n2-id1.stcell: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/crystalcol_colscheme/n2-id1.stcell: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/crystalscaletitle/n2-id1.stcrystal: -------------------------------------------------------------------------------- 1 | 0.159391794127 2 | 0.501814614272 3 | -------------------------------------------------------------------------------- /tests/V/polycol_real_colscheme/n2-id1.stpoly: -------------------------------------------------------------------------------- 1 | 0.573280271679 2 | 0.434144215998 3 | -------------------------------------------------------------------------------- /tests/V/seedcol_real_colscheme/n2-id1.stseed: -------------------------------------------------------------------------------- 1 | 0.159391794127 2 | 0.501814614272 3 | -------------------------------------------------------------------------------- /tests/V/space_ipf_custom_input_vect/myvects: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | 1 1 1 5 | -------------------------------------------------------------------------------- /tests/V/space_pf_custom_input_vect/myvects: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | 1 1 1 5 | -------------------------------------------------------------------------------- /doc/_static/my_theme.css: -------------------------------------------------------------------------------- 1 | .wy-nav-content { 2 | max-width: 1200px !important; 3 | } 4 | -------------------------------------------------------------------------------- /tests/S/mesh_reselset_stat/ref.sim/results/mesh/rr_var/rr_var.step0: -------------------------------------------------------------------------------- 1 | 0.017586000679 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfcutoff/ref.sim/results/tess/odf(cutoff=all)/.odf: -------------------------------------------------------------------------------- 1 | 132.346458834093 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfcutoff/ref.sim/results/tess/odf(cutoff=all)/.odf_max: -------------------------------------------------------------------------------- 1 | 1.121823849214 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfcutoff/ref.sim/results/tess/odf(cutoff=all)/.odf_min: -------------------------------------------------------------------------------- 1 | 0.845136171254 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfcutoff/ref.sim/results/tess/odfn(cutoff=all)/.odfn: -------------------------------------------------------------------------------- 1 | 132.346458834093 2 | -------------------------------------------------------------------------------- /tests/S/tess_odftheta/ref.sim/results/tess/odf(theta=20)/.odf_max: -------------------------------------------------------------------------------- 1 | 24.143602463983 2 | -------------------------------------------------------------------------------- /tests/S/tess_odftheta/ref.sim/results/tess/odf(theta=20)/.odf_min: -------------------------------------------------------------------------------- 1 | 0.000000045966 2 | -------------------------------------------------------------------------------- /tests/S/tess_odftheta/ref.sim/results/tess/odf(theta=20)/.odf_stddev: -------------------------------------------------------------------------------- 1 | 3.442187968203 2 | -------------------------------------------------------------------------------- /tests/S/tess_odftheta/ref.sim/results/tess/odfn(theta=20)/.odfn_max: -------------------------------------------------------------------------------- 1 | 24.143602463983 2 | -------------------------------------------------------------------------------- /tests/S/tess_odftheta/ref.sim/results/tess/odfn(theta=20)/.odfn_min: -------------------------------------------------------------------------------- 1 | 0.000000045966 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfweight/ref.sim/results/tess/odf(weight=id)/.odf: -------------------------------------------------------------------------------- 1 | 132.346458834093 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfweight/ref.sim/results/tess/odf(weight=id)/.odf_max: -------------------------------------------------------------------------------- 1 | 1.121045469208 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfweight/ref.sim/results/tess/odf(weight=id)/.odf_min: -------------------------------------------------------------------------------- 1 | 0.841916892252 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfweight/ref.sim/results/tess/odfn(weight=id)/.odfn: -------------------------------------------------------------------------------- 1 | 132.346458834093 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfweight/ref.sim/results/tess/odfn(weight=id)/.odfn_max: -------------------------------------------------------------------------------- 1 | 1.121045469208 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfweight/ref.sim/results/tess/odfn(weight=id)/.odfn_min: -------------------------------------------------------------------------------- 1 | 0.841916892252 2 | -------------------------------------------------------------------------------- /tests/V/crystalcol_real_colscheme/n2-id1.stcrystal: -------------------------------------------------------------------------------- 1 | 0.159391794127 2 | 0.501814614272 3 | -------------------------------------------------------------------------------- /tests/V/space_pf_custom_input_vect_pfdir/myvects: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | 1 1 1 5 | -------------------------------------------------------------------------------- /doc-dev/_static/my_theme.css: -------------------------------------------------------------------------------- 1 | .wy-nav-content { 2 | max-width: 1200px !important; 3 | } 4 | -------------------------------------------------------------------------------- /tests/S/mesh_reselset_stat/ref.sim/results/mesh/rr_stddev/rr_stddev.step0: -------------------------------------------------------------------------------- 1 | 0.132612219190 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfcutoff/ref.sim/results/tess/odf(cutoff=all)/.odf_stddev: -------------------------------------------------------------------------------- 1 | 0.067324438322 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfcutoff/ref.sim/results/tess/odfn(cutoff=all)/.odfn_max: -------------------------------------------------------------------------------- 1 | 1.121823849214 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfcutoff/ref.sim/results/tess/odfn(cutoff=all)/.odfn_min: -------------------------------------------------------------------------------- 1 | 0.845136171254 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfcutoff/ref.sim/results/tess/odfn(cutoff=all)/.odfn_stddev: -------------------------------------------------------------------------------- 1 | 0.067324438322 2 | -------------------------------------------------------------------------------- /tests/S/tess_odftheta/ref.sim/results/tess/odfn(theta=20)/.odfn_stddev: -------------------------------------------------------------------------------- 1 | 3.442187968203 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfweight/ref.sim/results/tess/odf(weight=id)/.odf_stddev: -------------------------------------------------------------------------------- 1 | 0.073145907165 2 | -------------------------------------------------------------------------------- /tests/S/tess_odfweight/ref.sim/results/tess/odfn(weight=id)/.odfn_stddev: -------------------------------------------------------------------------------- 1 | 0.073145907165 2 | -------------------------------------------------------------------------------- /tests/S/tess_rescell/ref.sim/results/cells/x/x.step0: -------------------------------------------------------------------------------- 1 | 0.575190123293 2 | 0.440917177255 3 | -------------------------------------------------------------------------------- /tests/V/space_ipf_custom_input_vect_pfdir/myvects: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | 1 1 1 5 | -------------------------------------------------------------------------------- /tests/V/space_pf_custom_input_vect_pfdir2/myvects: -------------------------------------------------------------------------------- 1 | 1 0 0 2 | 0 1 0 3 | 0 0 1 4 | 1 1 1 5 | -------------------------------------------------------------------------------- /doc-dev/imgs/1dmesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/imgs/1dmesh.png -------------------------------------------------------------------------------- /src/contrib/nlopt/CHANGES_Neper: -------------------------------------------------------------------------------- 1 | Bumped cmake_minimum_required to 3.0. 2 | Added cmake policy. 3 | -------------------------------------------------------------------------------- /tests/V/povray/ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/tests/V/povray/ref.png -------------------------------------------------------------------------------- /doc-dev/imgs/1dmesh-b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/imgs/1dmesh-b.png -------------------------------------------------------------------------------- /doc-dev/imgs/1dmesh-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/imgs/1dmesh-c.png -------------------------------------------------------------------------------- /doc-dev/imgs/ellipse.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/imgs/ellipse.png -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/n2d.sim/results/cells/gos/gos.step0: -------------------------------------------------------------------------------- 1 | 3.124415538011 2 | 2.405535676705 3 | -------------------------------------------------------------------------------- /src/contrib/muparser/lib/Readme.txt: -------------------------------------------------------------------------------- 1 | Here goes the libraries (both static and shared) for this component. -------------------------------------------------------------------------------- /src/contrib/nlopt/ChangeLog: -------------------------------------------------------------------------------- 1 | See https://github.com/stevengj/nlopt for a detailed version history. 2 | -------------------------------------------------------------------------------- /tests/V/asymptote/ref.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/tests/V/asymptote/ref.png -------------------------------------------------------------------------------- /tests/V/datasimtesr/n2-id1.sim/results/cells/myvar/myvar.step0: -------------------------------------------------------------------------------- 1 | 0.439875000000 2 | 0.560125000000 3 | -------------------------------------------------------------------------------- /tests/V/datasimtess/n2-id1.sim/results/cells/myvar/myvar.step0: -------------------------------------------------------------------------------- 1 | 8.000000000000 2 | 10.000000000000 3 | -------------------------------------------------------------------------------- /doc-dev/imgs/1dmesh-prog.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/imgs/1dmesh-prog.png -------------------------------------------------------------------------------- /tests/S/mesh_reselset_stat/ref.sim/results/elsets/rr_var/rr_var.step0: -------------------------------------------------------------------------------- 1 | 0.019582334304 2 | 0.015822799191 3 | -------------------------------------------------------------------------------- /tests/V/space_tree_res/n2-id1.sim/results/cells/diameq/diameq.step0: -------------------------------------------------------------------------------- 1 | 0.943679886547 2 | 1.022644182910 3 | -------------------------------------------------------------------------------- /doc-dev/imgs/geo_pinching.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/imgs/geo_pinching.png -------------------------------------------------------------------------------- /tests/S/mesh_reselset_stat/ref.sim/results/elsets/rr_stddev/rr_stddev.step0: -------------------------------------------------------------------------------- 1 | 0.139936894004 2 | 0.125788708520 3 | -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/gray.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/gray.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/heat.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/heat.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/hot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/hot.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/jet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/jet.png -------------------------------------------------------------------------------- /doc/imgs/directionconvention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/directionconvention.png -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/dummy.c: -------------------------------------------------------------------------------- 1 | #include 2 | int main(void) { printf("Hello world.\n"); return 0; } 3 | -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/cividis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/cividis.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/github.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/github.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/inferno.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/inferno.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/legacy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/legacy.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/magma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/magma.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/parula.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/parula.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/plasma.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/plasma.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/viridis.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/viridis.png -------------------------------------------------------------------------------- /doc/imgs/orientationconvention.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/orientationconvention.png -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ebsd_process/img1.png -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ebsd_process/img2.png -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ebsd_process/img3.png -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ebsd_process/img4.png -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ebsd_process/img5.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img1.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img10.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img11.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img12.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img13.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img14.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img15.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img16.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img17.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img18.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img19.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img2.pdf -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img2.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img20.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img21.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img22.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img23.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img24.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img25.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img26.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img27.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img3.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img4.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img5.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img6.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img7.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img8.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img9.png -------------------------------------------------------------------------------- /doc/tutorials/simple_model/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/simple_model/img1.png -------------------------------------------------------------------------------- /doc/tutorials/simple_model/img1b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/simple_model/img1b.png -------------------------------------------------------------------------------- /doc/tutorials/simple_model/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/simple_model/img2.png -------------------------------------------------------------------------------- /doc/tutorials/simple_model/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/simple_model/img3.png -------------------------------------------------------------------------------- /doc/tutorials/simple_model/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/simple_model/img4.png -------------------------------------------------------------------------------- /doc/tutorials/simple_model/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/simple_model/img5.png -------------------------------------------------------------------------------- /doc/tutorials/simple_model/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/simple_model/img6.png -------------------------------------------------------------------------------- /doc/tutorials/ori_statistics/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ori_statistics/img1.png -------------------------------------------------------------------------------- /doc/tutorials/ori_statistics/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ori_statistics/img2.png -------------------------------------------------------------------------------- /doc/tutorials/ori_statistics/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ori_statistics/img3.png -------------------------------------------------------------------------------- /doc/tutorials/ori_statistics/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ori_statistics/img4.png -------------------------------------------------------------------------------- /doc/tutorials/ori_statistics/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ori_statistics/img5.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/d.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/d.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/e.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/e.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr.png -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/viridis-fade.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/viridis-fade.png -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/img5-scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ebsd_process/img5-scale.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_statistics/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_statistics/img1.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_statistics/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_statistics/img2.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_statistics/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_statistics/img3.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_statistics/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_statistics/img4.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_statistics/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_statistics/img5.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-c.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-c.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr1.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr2.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr3.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr4.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr5.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr6.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr7.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr8.png -------------------------------------------------------------------------------- /tests/V/space_tree/n2-id1.sim/graph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/tests/V/space_tree/n2-id1.sim/graph.pdf -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-cr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-cr.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-crc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-crc.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-ori.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-ori.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr-cub.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr-cub.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr-hex.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr-hex.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img10-scale3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img10-scale3.png -------------------------------------------------------------------------------- /doc/tutorials/pole_figure/img11-scale3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/pole_figure/img11-scale3.png -------------------------------------------------------------------------------- /tests/M/part_dim2/CMakeFiles/cmake.check_cache: -------------------------------------------------------------------------------- 1 | # This file is generated by cmake for dependency checking of the CMakeCache.txt file 2 | -------------------------------------------------------------------------------- /tests/V/space_tree_res/n2-id1.sim/graph.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/tests/V/space_tree_res/n2-id1.sim/graph.pdf -------------------------------------------------------------------------------- /doc/imgs/color-maps-real/viridis-fade0p2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/imgs/color-maps-real/viridis-fade0p2.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-crcd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-crcd.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-crcf.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-crcf.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-crcfs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-crcfs.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-tess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-tess.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr-cub100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr-cub100.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr-hex100.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr-hex100.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/rodrigues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/rodrigues.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img1.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img10.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img11.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img11.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img12.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img12.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img13.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img13.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img14.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img14.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img15.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img15.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img16.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img16.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img17.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img17.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img18.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img18.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img19.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img19.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img2.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img20.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img20.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img21.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img21.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img22.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img22.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img23.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img23.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img24.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img24.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img25.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img25.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img26.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img26.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img27.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img27.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img3.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img4.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img5.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img6.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img7.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img8.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img9.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img9.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/tmp1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/tmp1.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/tmp2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/tmp2.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/view.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/view.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/xview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/xview.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/yview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/yview.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/zview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/zview.png -------------------------------------------------------------------------------- /doc/versions.rst: -------------------------------------------------------------------------------- 1 | .. _versions: 2 | 3 | ******** 4 | Versions 5 | ******** 6 | 7 | .. literalinclude:: ../VERSIONS 8 | :language: plain 9 | -------------------------------------------------------------------------------- /src/contrib/scotch/CHANGES_Neper: -------------------------------------------------------------------------------- 1 | Created CMakeLists.txt for compilation with CMake. 2 | Removed files and directories not useful to Neper. 3 | -------------------------------------------------------------------------------- /src/contrib/scotch/src/libscotch/libscotch.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/src/contrib/scotch/src/libscotch/libscotch.a -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-crcf-xyz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-crcf-xyz.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/stdtriangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/stdtriangle.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/stdtriangleh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/stdtriangleh.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_trajectories/img1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_trajectories/img1.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_trajectories/img2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_trajectories/img2.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_trajectories/img3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_trajectories/img3.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_trajectories/img4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_trajectories/img4.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_trajectories/img5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_trajectories/img5.png -------------------------------------------------------------------------------- /src/contrib/muparser/src/muParserTokenReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/src/contrib/muparser/src/muParserTokenReader.cpp -------------------------------------------------------------------------------- /src/contrib/scotch/src/libscotch/libscotcherr.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/src/contrib/scotch/src/libscotch/libscotcherr.a -------------------------------------------------------------------------------- /tests/T/oriformat/ref.ori-plain: -------------------------------------------------------------------------------- 1 | -2.444015198417 0.618305125773 2.829029762200 2 | 0.441042954395 0.731096527047 -0.307369633254 3 | -------------------------------------------------------------------------------- /tests/T/transform_ori/cell-oris: -------------------------------------------------------------------------------- 1 | -4.924480218085 1.213845568380 -0.540429233157 2 | 0.260908405493 3.391610930560 -4.228536609508 3 | -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-filled-xyz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-filled-xyz.png -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-tesr-tess.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-tesr-tess.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_color_key/rodrigues.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_color_key/rodrigues.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_color_key/stdtriangle.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_color_key/stdtriangle.png -------------------------------------------------------------------------------- /doc/tutorials/orientation_space/fr-cub-scale3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_space/fr-cub-scale3.png -------------------------------------------------------------------------------- /src/contrib/scotch/src/libscotch/libscotcherrexit.a: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/src/contrib/scotch/src/libscotch/libscotcherrexit.a -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/lato-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/lato-bold.woff -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/lato-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/lato-bold.woff2 -------------------------------------------------------------------------------- /doc/tutorials/orientation_color_key/stdtriangleh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/orientation_color_key/stdtriangleh.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img14-scale3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img14-scale3.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img15-scale3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img15-scale3.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img16-scale3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img16-scale3.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img17-scale1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img17-scale1.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img20-scale2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img20-scale2.png -------------------------------------------------------------------------------- /doc/tutorials/visualize_tessellation/img24-scale3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/visualize_tessellation/img24-scale3.png -------------------------------------------------------------------------------- /tests/V/space_ipf_custom_input/n2-id1.ori: -------------------------------------------------------------------------------- 1 | -2.444015198417 0.618305125773 2.829029762200 2 | 0.441042954395 0.731096527047 -0.307369633254 3 | -------------------------------------------------------------------------------- /tests/V/space_pf_custom_input/n2-id1.ori: -------------------------------------------------------------------------------- 1 | -2.444015198417 0.618305125773 2.829029762200 2 | 0.441042954395 0.731096527047 -0.307369633254 3 | -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/de/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/en/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/es/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/et/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/fr/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/it/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/lt/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/nl/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/pl/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/pt/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/ru/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/sv/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/tr/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/lato-bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/lato-bold.woff -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/lato-normal.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/lato-normal.woff -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/lato-normal.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/lato-normal.woff2 -------------------------------------------------------------------------------- /doc/tutorials/morpho_tesr_mesh/AlLi-tesr-tess-mesh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/morpho_tesr_mesh/AlLi-tesr-tess-mesh.png -------------------------------------------------------------------------------- /src/contrib/ut/src/contrib/muparser/src/muParserTest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/src/contrib/ut/src/contrib/muparser/src/muParserTest.cpp -------------------------------------------------------------------------------- /tests/T/statseed/ref.stseed: -------------------------------------------------------------------------------- 1 | 1 0.588079382832 0.389046853444 0.159391794127 0.000000000000 2 | 2 0.452028974213 0.195589598124 0.501814614272 0.000000000000 3 | -------------------------------------------------------------------------------- /tests/V/space_ipf_custom_input_ori/n2-id1.ori: -------------------------------------------------------------------------------- 1 | -2.444015198417 0.618305125773 2.829029762200 2 | 0.441042954395 0.731096527047 -0.307369633254 3 | -------------------------------------------------------------------------------- /tests/V/space_pf_custom_input_ori/n2-id1.ori: -------------------------------------------------------------------------------- 1 | -2.444015198417 0.618305125773 2.829029762200 2 | 0.441042954395 0.731096527047 -0.307369633254 3 | -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/lato-bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/lato-bold.woff2 -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/lato-normal.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/lato-normal.woff -------------------------------------------------------------------------------- /doc/gpl.rst: -------------------------------------------------------------------------------- 1 | .. _gpl: 2 | 3 | ************************** 4 | GNU General Public License 5 | ************************** 6 | 7 | .. literalinclude:: _static/gpl.txt 8 | -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/n2d.sim/inputs/simulation.tesr: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/tutorials/ebsd_process/n2d.sim/inputs/simulation.tesr -------------------------------------------------------------------------------- /tests/V/space_ipf_custom_input_ori_des/n2-id1.ori: -------------------------------------------------------------------------------- 1 | 236.335386748008 80.072535051284 -95.270156451555 2 | 41.813165532991 78.438807181793 -75.984842545419 3 | -------------------------------------------------------------------------------- /tests/V/space_pf_custom_input_ori_des/n2-id1.ori: -------------------------------------------------------------------------------- 1 | 236.335386748008 80.072535051284 -95.270156451555 2 | 41.813165532991 78.438807181793 -75.984842545419 3 | -------------------------------------------------------------------------------- /doc-dev/gpl.rst: -------------------------------------------------------------------------------- 1 | .. _gpl: 2 | 3 | ************************** 4 | GNU General Public License 5 | ************************** 6 | 7 | .. literalinclude:: _static/gpl.txt 8 | -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/fa_IR/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/pt_BR/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/locale/zh_CN/LC_MESSAGES/sphinx.mo -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/lato-normal.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/lato-normal.woff2 -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff2 -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff2 -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff -------------------------------------------------------------------------------- /src/contrib/nlopt/src/algs/direct/AUTHORS: -------------------------------------------------------------------------------- 1 | C conversion: Steven G. Johnson (stevenj@alum.mit.edu) 2 | Original Fortran code: Joerg.M.Gablonsky (jmgablon@mailandnews.com) 3 | -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff2 -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /doc/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff2 -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/n2d.sim/results/cells/ori/ori.step0: -------------------------------------------------------------------------------- 1 | -2.429508417310 0.610250835528 2.740877646974 2 | 0.469638141286 0.750968229091 -0.324683973883 3 | -------------------------------------------------------------------------------- /src/contrib/ut/src/contrib/muparser/src/muParserTokenReader.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/src/contrib/ut/src/contrib/muparser/src/muParserTokenReader.cpp -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Bold.woff2 -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.eot -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.ttf -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/lato-bold-italic.woff2 -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/lato-normal-italic.woff2 -------------------------------------------------------------------------------- /src/contrib/nlopt/test/myfunc.m: -------------------------------------------------------------------------------- 1 | function [val, gradient] = myfunc(x) 2 | val = sqrt(x(2)); 3 | if (nargout > 1) 4 | gradient = [0, 0.5 / val]; 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /doc-dev/fdl.rst: -------------------------------------------------------------------------------- 1 | .. _fdl_link: 2 | 3 | ****************************** 4 | GNU Free Documentation License 5 | ****************************** 6 | 7 | .. literalinclude:: _static/fdl.txt 8 | -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/Roboto-Slab-Regular.woff2 -------------------------------------------------------------------------------- /doc-dev/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/neperfepx/neper/HEAD/doc-dev/sphinx_rtd_theme/static/css/fonts/fontawesome-webfont.woff2 -------------------------------------------------------------------------------- /doc/fdl.rst: -------------------------------------------------------------------------------- 1 | .. _fdl_link: 2 | 3 | ****************************** 4 | GNU Free Documentation License 5 | ****************************** 6 | 7 | .. literalinclude:: _static/fdl.txt 8 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_ESCH.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_ESCH: ESCH evolutionary strategy 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_ESCH 5 | val = 42; 6 | -------------------------------------------------------------------------------- /tests/M/statelsetco/ref.stelsetco: -------------------------------------------------------------------------------- 1 | 8 20 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 34 4 5 6 7 13 14 20 21 22 23 28 29 58 59 60 61 62 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 2 | -------------------------------------------------------------------------------- /tests/T/oriformat/ref.ori-geof: -------------------------------------------------------------------------------- 1 | **elset poly1 *rotation 236.335386748008 80.072535051284 264.729843548445 2 | **elset poly2 *rotation 41.813165532991 78.438807181793 284.015157454581 3 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GD_STOGO.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GD_STOGO: StoGO (global, derivative-based) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GD_STOGO 5 | val = 8; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_DIRECT.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_DIRECT: DIRECT (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_DIRECT 5 | val = 0; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_DIRECT_L.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_DIRECT_L: DIRECT-L (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_DIRECT_L 5 | val = 1; 6 | -------------------------------------------------------------------------------- /tests/S/tess_step/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.1 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:passive 11 | ***end 12 | -------------------------------------------------------------------------------- /tests/V/space_tree/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | ***end 12 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_AUGLAG.m: -------------------------------------------------------------------------------- 1 | % NLOPT_AUGLAG: Augmented Lagrangian method (needs sub-algorithm) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_AUGLAG 5 | val = 36; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_MMA.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_MMA: Method of Moving Asymptotes (MMA) (local, derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_MMA 5 | val = 24; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_AUGLAG.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_AUGLAG: Augmented Lagrangian method (local, derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_AUGLAG 5 | val = 31; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_TNEWTON.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_TNEWTON: Truncated Newton (local, derivative-based) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_TNEWTON 5 | val = 15; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LN_PRAXIS.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LN_PRAXIS: Principal-axis, praxis (local, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LN_PRAXIS 5 | val = 12; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/test/myconstraint.m: -------------------------------------------------------------------------------- 1 | function [val, gradient] = myconstraint(x,a,b) 2 | val = (a*x(1) + b)^3 - x(2); 3 | if (nargout > 1) 4 | gradient = [3*a*(a*x(1) + b)^2, -1]; 5 | end 6 | end 7 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_LBFGS.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_LBFGS: Limited-memory BFGS (L-BFGS) (local, derivative-based) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_LBFGS 5 | val = 11; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LN_AUGLAG.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LN_AUGLAG: Augmented Lagrangian method (local, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LN_AUGLAG 5 | val = 30; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GD_MLSL.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GD_MLSL: Multi-level single-linkage (MLSL), random (global, derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GD_MLSL 5 | val = 21; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_DIRECT_NOSCAL.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_DIRECT_NOSCAL: Unscaled DIRECT (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_DIRECT_NOSCAL 5 | val = 3; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_MLSL.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_MLSL: Multi-level single-linkage (MLSL), random (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_MLSL 5 | val = 20; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_SLSQP.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_SLSQP: Sequential Quadratic Programming (SQP) (local, derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_SLSQP 5 | val = 40; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_VAR1.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_VAR1: Limited-memory variable-metric, rank 1 (local, derivative-based) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_VAR1 5 | val = 13; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_VAR2.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_VAR2: Limited-memory variable-metric, rank 2 (local, derivative-based) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_VAR2 5 | val = 14; 6 | -------------------------------------------------------------------------------- /tests/S/tess_rescell/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | ***end 13 | -------------------------------------------------------------------------------- /tests/S/tess_step/ref.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.1 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:passive 11 | **step 12 | 10 13 | ***end 14 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_DIRECT_L_RAND.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_DIRECT_L_RAND: Randomized DIRECT-L (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_DIRECT_L_RAND 5 | val = 2; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_ISRES.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_ISRES: ISRES evolutionary constrained optimization (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_ISRES 5 | val = 35; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_ORIG_DIRECT.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_ORIG_DIRECT: Original DIRECT version (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_ORIG_DIRECT 5 | val = 6; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_G_MLSL.m: -------------------------------------------------------------------------------- 1 | % NLOPT_G_MLSL: Multi-level single-linkage (MLSL), random (global, needs sub-algorithm) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_G_MLSL 5 | val = 38; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LN_NELDERMEAD.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LN_NELDERMEAD: Nelder-Mead simplex algorithm (local, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LN_NELDERMEAD 5 | val = 28; 6 | -------------------------------------------------------------------------------- /tests/S/tess_orispace/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | ***end 13 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GD_STOGO_RAND.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GD_STOGO_RAND: StoGO with randomized search (global, derivative-based) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GD_STOGO_RAND 5 | val = 9; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_DIRECT_L_NOSCAL.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_DIRECT_L_NOSCAL: Unscaled DIRECT-L (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_DIRECT_L_NOSCAL 5 | val = 4; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_ORIG_DIRECT_L.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_ORIG_DIRECT_L: Original DIRECT-L version (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_ORIG_DIRECT_L 5 | val = 7; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_AUGLAG_EQ.m: -------------------------------------------------------------------------------- 1 | % NLOPT_AUGLAG_EQ: Augmented Lagrangian method for equality constraints (needs sub-algorithm) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_AUGLAG_EQ 5 | val = 37; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GD_MLSL_LDS.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GD_MLSL_LDS: Multi-level single-linkage (MLSL), quasi-random (global, derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GD_MLSL_LDS 5 | val = 23; 6 | -------------------------------------------------------------------------------- /src/neper_m/neper_m.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern int neper_m (int, char **, int, char **); 6 | -------------------------------------------------------------------------------- /src/neper_s/neper_s.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern int neper_s (int, char **, int, char **); 6 | -------------------------------------------------------------------------------- /tests/T/n/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- 1 | blank_issues_enabled: false 2 | contact_links: 3 | - name: Question and help request 4 | url: https://github.com/rquey/neper/discussions 5 | about: Ask questions and discuss with other community members 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_CRS2_LM.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_CRS2_LM: Controlled random search (CRS2) with local mutation (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_CRS2_LM 5 | val = 19; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_MLSL_LDS.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_MLSL_LDS: Multi-level single-linkage (MLSL), quasi-random (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_MLSL_LDS 5 | val = 22; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LN_NEWUOA.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LN_NEWUOA: NEWUOA unconstrained optimization via quadratic models (local, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LN_NEWUOA 5 | val = 26; 6 | -------------------------------------------------------------------------------- /src/neut/neut_tesr/neut_tesr_ori/neut_tesr_ori2.c: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the tori-level directory. */ 4 | 5 | #include "neut_tesr_ori_.h" 6 | -------------------------------------------------------------------------------- /tests/S/mesh_entity/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | *msh 8 | simulation.msh 9 | **general 10 | 0 81 214 2 0 11 | *orides 12 | rodrigues:active 13 | ***end 14 | -------------------------------------------------------------------------------- /tests/S/mesh_reselset/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | *msh 8 | simulation.msh 9 | **general 10 | 0 81 214 2 0 11 | *orides 12 | rodrigues:active 13 | ***end 14 | -------------------------------------------------------------------------------- /tests/T/m2_n/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/tess/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 100 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/facescale/n2-id1.stface: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 1.000000000000 3 | 0.666666666667 4 | 0.552085707322 5 | 0.500000000000 6 | 0.501102667164 7 | 0.000000000000 8 | 1.000000000000 9 | 0.463891406126 10 | 0.333333333333 11 | 0.500000000000 12 | -------------------------------------------------------------------------------- /tests/V/facescale2/n2-id1.stface: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 1.000000000000 3 | 0.666666666667 4 | 0.552085707322 5 | 0.500000000000 6 | 0.501102667164 7 | 0.000000000000 8 | 1.000000000000 9 | 0.463891406126 10 | 0.333333333333 11 | 0.500000000000 12 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_G_MLSL_LDS.m: -------------------------------------------------------------------------------- 1 | % NLOPT_G_MLSL_LDS: Multi-level single-linkage (MLSL), quasi-random (global, needs sub-algorithm) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_G_MLSL_LDS 5 | val = 39; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_AUGLAG_EQ.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_AUGLAG_EQ: Augmented Lagrangian method for equality constraints (local, derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_AUGLAG_EQ 5 | val = 33; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_LBFGS_NOCEDAL.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_LBFGS_NOCEDAL: original NON-FREE L-BFGS code by Nocedal et al. (NOT COMPILED) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_LBFGS_NOCEDAL 5 | val = 10; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_TNEWTON_PRECOND.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_TNEWTON_PRECOND: Preconditioned truncated Newton (local, derivative-based) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_TNEWTON_PRECOND 5 | val = 17; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LN_AUGLAG_EQ.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LN_AUGLAG_EQ: Augmented Lagrangian method for equality constraints (local, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LN_AUGLAG_EQ 5 | val = 32; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LN_BOBYQA.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LN_BOBYQA: BOBYQA bound-constrained optimization via quadratic models (local, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LN_BOBYQA 5 | val = 34; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LN_COBYLA.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LN_COBYLA: COBYLA (Constrained Optimization BY Linear Approximations) (local, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LN_COBYLA 5 | val = 25; 6 | -------------------------------------------------------------------------------- /tests/T/dim/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 20 -dim 2 -o test) 6 | include (../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/id/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -id 2 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_n/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::2 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/reg/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -reg 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/facecol_real/n2-id1.stface: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 1.000000000000 3 | 0.666666666667 4 | 0.552085707322 5 | 0.500000000000 6 | 0.501102667164 7 | 0.000000000000 8 | 1.000000000000 9 | 0.463891406126 10 | 0.333333333333 11 | 0.500000000000 12 | -------------------------------------------------------------------------------- /tests/V/facescaletitle/n2-id1.stface: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 1.000000000000 3 | 0.666666666667 4 | 0.552085707322 5 | 0.500000000000 6 | 0.501102667164 7 | 0.000000000000 8 | 1.000000000000 9 | 0.463891406126 10 | 0.333333333333 11 | 0.500000000000 12 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_TNEWTON_RESTART.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_TNEWTON_RESTART: Truncated Newton with restarting (local, derivative-based) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_TNEWTON_RESTART 5 | val = 16; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LN_SBPLX.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LN_SBPLX: Sbplx variant of Nelder-Mead (re-implementation of Rowan's Subplex) (local, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LN_SBPLX 5 | val = 29; 6 | -------------------------------------------------------------------------------- /tests/S/tess_odf/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | **orispace 13 | rod.msh 14 | ***end 15 | -------------------------------------------------------------------------------- /tests/T/m2_dim/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -dim 2 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_reg/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -reg 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/sort/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -sort x+y+z -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/povray/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_GN_DIRECT_L_RAND_NOSCAL.m: -------------------------------------------------------------------------------- 1 | % NLOPT_GN_DIRECT_L_RAND_NOSCAL: Unscaled Randomized DIRECT-L (global, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_GN_DIRECT_L_RAND_NOSCAL 5 | val = 5; 6 | -------------------------------------------------------------------------------- /src/neper_s/nes_merge/nes_merge.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nes_merge (struct IN_S In, struct SIM *pSim); 6 | -------------------------------------------------------------------------------- /src/neper_s/nes_pproc/nes_pproc.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nes_pproc (struct IN_S In, struct SIM *pSim); 6 | -------------------------------------------------------------------------------- /src/neper_v/nev_input/nev_input.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern int nev_input (int, char **, struct IN_V *, int *); 6 | -------------------------------------------------------------------------------- /tests/S/tess_odfcutoff/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | **orispace 13 | rod.msh 14 | ***end 15 | -------------------------------------------------------------------------------- /tests/S/tess_odftheta/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | **orispace 13 | rod.msh 14 | ***end 15 | -------------------------------------------------------------------------------- /tests/S/tess_odfweight/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | **orispace 13 | rod.msh 14 | ***end 15 | -------------------------------------------------------------------------------- /tests/S/tess_orispace/ref.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.1 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:passive 11 | **entity cell 12 | **orispace 13 | rod.msh 14 | ***end 15 | -------------------------------------------------------------------------------- /tests/S/tess_rescell/ref.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.1 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:passive 11 | **entity cell 12 | *result 13 | 1 14 | x 15 | ***end 16 | -------------------------------------------------------------------------------- /tests/T/m2_sort/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -sort x+y+z -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_dim/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::2 -dim 2 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_reg/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::2 -reg 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_gg/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho gg -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/periodic/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -periodic 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/periodic_x/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -periodic x -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/facecol_real_colscheme/n2-id1.stface: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 1.000000000000 3 | 0.666666666667 4 | 0.552085707322 5 | 0.500000000000 6 | 0.501102667164 7 | 0.000000000000 8 | 1.000000000000 9 | 0.463891406126 10 | 0.333333333333 11 | 0.500000000000 12 | -------------------------------------------------------------------------------- /src/neper_m/nem_ori/nem_ori.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nem_ori (struct TESS, struct NODES*, struct MESH *); 6 | -------------------------------------------------------------------------------- /src/neper_s/nes_entity/nes_entity.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nes_entity (struct IN_S In, struct SIM *pSim); 6 | -------------------------------------------------------------------------------- /tests/T/m3_sort/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::2 -sort x+y+z -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/ori/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -ori "fibre(x,1,1,1)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/ori_file/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 3 -ori "file(ori)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/oricrysym/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -oricrysym cubic -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/reg_fmax/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -reg 1 -fmax 10 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/reg_mloop/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -reg 1 -mloop 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/reg_rsel/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -reg 1 -rsel 0.5 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/reg_sel/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -reg 1 -sel 0.01 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /doc/tutorials/ebsd_process/n2d.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tesr 6 | simulation.tesr 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | *result 13 | 2 14 | ori gos 15 | ***end 16 | -------------------------------------------------------------------------------- /src/neper_s/nes_input/nes_input.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nes_input (struct IN_S *, int, char **, int, char **); 6 | -------------------------------------------------------------------------------- /src/neper_s/nes_orispace/nes_orispace.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nes_orispace (struct IN_S In, struct SIM *pSim); 6 | -------------------------------------------------------------------------------- /src/neut/neut_polymod/neut_polymod_.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | #include 6 | #include 7 | #include "neut.h" 8 | -------------------------------------------------------------------------------- /tests/M/faset/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -faset z0 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/nset3/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -nset all -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/tesrstr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tesr -elt hex -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_voronoi/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho voronoi -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/statseed/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -statseed id,x,y,z,w -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/asymptote/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space pf -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/datasimtesr/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tesr 6 | simulation.tesr 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | *result 13 | 1 14 | myvar:size 15 | ***end 16 | -------------------------------------------------------------------------------- /tests/V/datasimtess/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | *result 13 | 1 14 | myvar:vernb 15 | ***end 16 | -------------------------------------------------------------------------------- /tests/V/ebsd1/ebsd.tesr: -------------------------------------------------------------------------------- 1 | ***tesr 2 | **format 3 | 2.1 4 | **general 5 | 2 6 | 2 2 7 | 0.500000000000 0.500000000000 8 | **oridata 9 | rodrigues:active 10 | ascii 11 | 0.3 0.3 0.3 12 | 0.4 0 0 13 | 0 0.4 0 14 | 0 0 0.4 15 | ***end 16 | -------------------------------------------------------------------------------- /tests/V/ebsd1/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/ebsd2/ebsd.tesr: -------------------------------------------------------------------------------- 1 | ***tesr 2 | **format 3 | 2.1 4 | **general 5 | 2 6 | 2 2 7 | 0.500000000000 0.500000000000 8 | **oridata 9 | rodrigues:active 10 | ascii 11 | 0.3 0.3 0.3 12 | 0.4 0 0 13 | 0 0.4 0 14 | 0 0 0.4 15 | ***end 16 | -------------------------------------------------------------------------------- /tests/V/ebsd3/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/ebsd6/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/ebsd9/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_tree_res/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | **general 8 | 2 0 0 0 0 9 | *orides 10 | rodrigues:active 11 | **entity cell 12 | *result 13 | 1 14 | diameq 15 | ***end 16 | -------------------------------------------------------------------------------- /tests/V/tesr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tesr -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /src/contrib/muparser/muparserConfig.cmake.in: -------------------------------------------------------------------------------- 1 | get_filename_component(muparser_CMAKE_DIR "${CMAKE_CURRENT_LIST_FILE}" PATH) 2 | include(CMakeFindDependencyMacro) 3 | 4 | if(NOT TARGET muparser::muparser) 5 | include("${muparser_CMAKE_DIR}/muparser-targets.cmake") 6 | endif() 7 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_CCSAQ.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_CCSAQ: CCSA (Conservative Convex Separable Approximations) with simple quadratic approximations (local, derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_CCSAQ 5 | val = 41; 6 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LN_NEWUOA_BOUND.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LN_NEWUOA_BOUND: Bound-constrained optimization via NEWUOA-based quadratic models (local, no-derivative) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LN_NEWUOA_BOUND 5 | val = 27; 6 | -------------------------------------------------------------------------------- /tests/M/meshing_hex/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -elt hex -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/order/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -order 2 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/remesh1/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.msh -for tess,msh -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/S/mesh_odf/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | *msh 8 | simulation.msh 9 | **general 10 | 0 81 214 2 0 11 | *orides 12 | rodrigues:active 13 | **orispace 14 | rod.msh 15 | ***end 16 | -------------------------------------------------------------------------------- /tests/T/domain_cube/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "cube(1,2,4)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_obj/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "file(house.obj)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_sphere/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "sphere(2,100)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/loadtess/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -loadtess n2-id1.tess -statcell x -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_morpho_gg/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::2 -morpho gg::gg -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_bamboo/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho "bamboo(x)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_columnar/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho "columnar(x)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/ori_0/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 10 -ori "fibre(x,1,1,1)+0*Cube" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/tesrsize/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -format tesr -tesrsize 10 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/tesr2d/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tesr -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /src/neut/neut_mesh/neut_mesh_part/neut_mesh_part_.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | #include 6 | #include 7 | #include"neut.h" 8 | -------------------------------------------------------------------------------- /tests/M/cl/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -cl 0.5 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/cl_hex/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -elt hex -cl 0.5 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/meshing/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/nset1/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -nset faces,edges -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/pl/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -pl 1 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/rcl_hex/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -elt hex -rcl 0.7 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_square/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -dim 2 -domain "square(1,2)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_domain_cube/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -domain "cube(1,2,4)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_domain_sphere/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -domain "sphere(2,10)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_domain_cube/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::2 -domain "cube(1,2,4)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_aspratio/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho "aspratio(2,1,1)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_cube/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho -morpho "cube(2)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_lamellar_n2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 10 -morpho "lamellar" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/oridescriptor/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -oridescriptor quaternion -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/transform_scale/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -transform "scale(1,2,3)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/custom_input/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V "file(pts)" -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /src/neut/neut_mesh/neut_mesh_slice/neut_mesh_slice_.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | #include 6 | #include 7 | #include"neut.h" 8 | -------------------------------------------------------------------------------- /tests/M/dim/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -dim 1,2 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/dim2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -dim all -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/nset2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -nset x0,y1z1,vertices -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/rcl/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -rcl 0.7 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/tesr_elt_hex/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tesr -elt hex -cl 0.1 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_cylinder/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "cylinder(1,2,100)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_scale/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "cube(1,1,1):scale(1,2,3)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_split/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "cube(1,1,1):split(z)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_morpho_voronoi/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -morpho voronoi::voronoi -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_domain_sphere/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::2 -domain "sphere(2,100)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_cube3/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho -morpho "cube(2,3,4)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/tesrformat/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -format tesr -tesrformat binary8 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/transform_rotate/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -transform "rotate(1,0,0,45)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/csys/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -showcsys 1 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/ebsd2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -datavoxcol ori -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/ebsd4/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -datavoxcol ori -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/ebsd7/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -datavoxcol ori -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/verscale/n2-id1.stver: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 0.000000000000 3 | 0.000000000000 4 | -0.000000000000 5 | 0.523792986818 6 | 0.921109989703 7 | 0.356143977106 8 | -0.000000000000 9 | 0.000000000000 10 | 1.000000000000 11 | 1.000000000000 12 | 1.000000000000 13 | 1.000000000000 14 | -------------------------------------------------------------------------------- /tests/V/verscale2/n2-id1.stver: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 0.000000000000 3 | 0.000000000000 4 | -0.000000000000 5 | 0.523792986818 6 | 0.921109989703 7 | 0.356143977106 8 | -0.000000000000 9 | 0.000000000000 10 | 1.000000000000 11 | 1.000000000000 12 | 1.000000000000 13 | 1.000000000000 14 | -------------------------------------------------------------------------------- /src/contrib/nlopt/src/octave/NLOPT_LD_TNEWTON_PRECOND_RESTART.m: -------------------------------------------------------------------------------- 1 | % NLOPT_LD_TNEWTON_PRECOND_RESTART: Preconditioned truncated Newton with restarting (local, derivative-based) 2 | % 3 | % See nlopt_minimize for more information. 4 | function val = NLOPT_LD_TNEWTON_PRECOND_RESTART 5 | val = 18; 6 | -------------------------------------------------------------------------------- /src/neper_m/nem_elsets/nem_elsets.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nem_elsets (struct IN_M, struct TESS *pTess, struct NODES, struct MESH*); 6 | -------------------------------------------------------------------------------- /src/neper_m/nem_readmesh/nem_readmesh.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nem_readmesh (char *, struct NODES *, struct MESH *, int *ptopology); 6 | -------------------------------------------------------------------------------- /src/neper_m/nem_utils/nem_utils.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nem_in_set_zero (struct IN_M *); 6 | extern void nem_in_free (struct IN_M); 7 | -------------------------------------------------------------------------------- /src/neper_t/net_tess/net_tess_opt/net_tess_opt_comp/net_tess_opt_comp.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void net_tess_opt_comp (struct TOPT *pTOpt); 6 | -------------------------------------------------------------------------------- /tests/M/cl_hex_dim2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1-dim2.tess -elt hex -cl 0.5 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/clmin/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -clmin 0.5 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/domain_2dcurved/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n50.tess -mesh3dclreps 1 -cl 0.5 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/morpho_cube/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M cube2.tess -mesh3dclreps 1 -cl 0.5 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/msh4/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -format msh4 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/rcl_hex_dim2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1-dim2.tess -elt hex -rcl 0.7 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/remesh2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess,n2-id1.msh -for tess,msh -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_rodrigues_cubic/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "rodrigues(cubic)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_rotate/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "cube(1,1,1):rotate(1,1,1,10)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_stdtriangle/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -dim 2 -domain "stdtriangle(20)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/loadtesr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -loadtesr n2-id1.tesr -statcell x -format tesr -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_domain_cylinder/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -domain "cylinder(1,2,10)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_morpho_centroidal/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -morpho voronoi::centroidal -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_domain_cylinder/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::2 -domain "cylinder(1,2,100)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_lamellar_n/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho -morpho "lamellar(n=2)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_square/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho -dim 2 -morpho "square(2)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morphooptistop_val/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho gg -morphooptistop val=10 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/oriformat/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -format tess,ori -oriformat plain,geof -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space ipf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf_2d/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space ipf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf_mesh/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.msh -space ipf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_2d/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space pf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_mesh/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.msh -space pf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_tesr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tesr -space pf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_tree/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.sim -space tree -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/vercol_real/n2-id1.stver: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 0.000000000000 3 | 0.000000000000 4 | -0.000000000000 5 | 0.523792986818 6 | 0.921109989703 7 | 0.356143977106 8 | -0.000000000000 9 | 0.000000000000 10 | 1.000000000000 11 | 1.000000000000 12 | 1.000000000000 13 | 1.000000000000 14 | -------------------------------------------------------------------------------- /tests/V/verscaletitle/n2-id1.stver: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 0.000000000000 3 | 0.000000000000 4 | -0.000000000000 5 | 0.523792986818 6 | 0.921109989703 7 | 0.356143977106 8 | -0.000000000000 9 | 0.000000000000 10 | 1.000000000000 11 | 1.000000000000 12 | 1.000000000000 13 | 1.000000000000 14 | -------------------------------------------------------------------------------- /tests/M/dim_expr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -dim inputdim -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/format_inp/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -loadmesh n2-id1.msh -for inp -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/rcl_expr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -rcl id==2?0.7:1 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/rodrigues_per_cubic/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M fr.tess -mesh3dclreps 1 -cl 0.5 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/tesr_dim2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1-dim2.tesr -rcl 0.7 -for msh,geof,inp -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_rodrigues_hexagonal/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "rodrigues(hexagonal)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_rotate2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -dim 2 -domain "square(1,1):rotate(10)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_scale2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -dim 2 -domain "square(1,1):scale(1,2)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_translate/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -domain "cube(1,1,1):translate(1,2,3)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_morpho_cube/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho::5 -morpho "cube(2)::voronoi" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_morpho_voronoi/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::2 -morpho voronoi::voronoi::voronoi -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_lamellar_w/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho -morpho "lamellar(w=0.1)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_square2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho -dim 2 -morpho "square(2,3)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/periodic_cube/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho -periodic 1 -morpho "cube(1,2,3)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/transform_cut_hspace/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 20 -transform "cut(hspace(0.5,0,0,1))" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/cameraangle/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -cameraangle 12 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/camerasky/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -camerasky 1:0:0 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/imageformat/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -imageformat pov -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/imagesize/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -imagesize 900:800 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf_2d_mesh/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.msh -space ipf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf_2d_tesr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tesr -space ipf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf_tesr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tesr -space ipf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_2d_mesh/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.msh -space pf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_2d_tesr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tesr -space pf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_hexagonal/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space pf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_tree_res/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.sim -space tree -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /src/neper_m/nem_order/nem_order.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nem_order (struct IN_M In, struct TESS Tess, struct NODES *pNodes, struct MESH *Mesh); 6 | -------------------------------------------------------------------------------- /src/neper_m/nem_sort/nem_sort.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nem_sort (struct IN_M In, struct TESS *pTess, struct NODES *pNodes, struct MESH *Mesh); 6 | -------------------------------------------------------------------------------- /src/neper_v/nev_print/nev_print_png/nev_print_png_foot/nev_print_png_foot.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nev_print_png_foot (struct IN_V In, FILE *); 6 | -------------------------------------------------------------------------------- /tests/M/cl_expr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -cl id==2?0.5:0.25 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/clratio/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -clratio 1:0.5:0.25 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/cut/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n20-id1.tess -mesh3dclreps 1 -pl 10000 -meshqualmin 0 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/format_geof/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -loadmesh n2-id1.msh -for geof -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/meshqualmin/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -meshqualmin 0 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/order_hex/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -elt hex -order 2 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/rodrigues_per_hexagonal/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M fr.tess -mesh3dclreps 1 -cl 0.5 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/S/mesh_reselset/ref.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.1 4 | **input 5 | *tess 6 | simulation.tess 7 | *msh 8 | simulation.msh 9 | **general 10 | 0 81 214 2 0 11 | *orides 12 | rodrigues:passive 13 | **entity cell 14 | *result 15 | 1 16 | x 17 | ***end 18 | -------------------------------------------------------------------------------- /tests/T/domain_rodrigues_cubic_per/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 1 -domain "rodrigues(cubic)" -per 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_translate2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -dim 2 -domain "square(1,1):translate(1,2)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/format/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -format tess,geo,ply,obj,3dec,fe,tesr -tesrformat ascii -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_lamellar_w2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho -morpho "lamellar(w=0.1:0.02)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morphooptistop_itermax/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho gg -morphooptistop itermax=10 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/transform_ori/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -loadtess n2-id1.tess -transform "ori(cell-oris)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/cameralookat1/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -cameralookat x:y:1 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/cameralookat2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.msh -cameralookat x:y:1 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/custom_input_col/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V "file(pts)" -datapointcol id -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/ebsd5/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -datavoxcol ori -showvox all -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/ebsd8/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -datavoxcol ori -showvox all -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf_custom_input/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.ori -space ipf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf_hexagonal/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space ipf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_custom_input/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.ori -space pf -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/vercol_real_colscheme/n2-id1.stver: -------------------------------------------------------------------------------- 1 | 0.000000000000 2 | 0.000000000000 3 | 0.000000000000 4 | -0.000000000000 5 | 0.523792986818 6 | 0.921109989703 7 | 0.356143977106 8 | -0.000000000000 9 | 0.000000000000 10 | 1.000000000000 11 | 1.000000000000 12 | 1.000000000000 13 | 1.000000000000 14 | -------------------------------------------------------------------------------- /src/neper_m/nem_partition/nem_partition.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nem_partition (struct IN_M, struct NODES *, struct MESH *, 6 | struct PART *); 7 | -------------------------------------------------------------------------------- /tests/M/mesh2dalgo_dela/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -mesh2dalgo dela -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/mesh2dalgo_fron/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -mesh2dalgo fron -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/mesh2dalgo_mead/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -mesh2dalgo mead -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/mesh2dalgo_netg/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -mesh3dalgo netg -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/meshqualexpr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -meshqualexpr Osize -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/order_dim2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1-dim2.tess -mesh3dclreps 1 -dim 2 -order 2 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/remesh3/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess,n2-id1.msh -clratio 2:1:0.5 -for tess,msh -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/remesh4/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess,n2-id1.msh -clratio 2:1:0.5 -for tess,msh -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/stateltco/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -interface cohesive -stateltco id,x,y,z -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/tess2ddim3/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -dim 3 -format msh,inp -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/S/mesh_reselset_stat/n2-id1.sim/.sim: -------------------------------------------------------------------------------- 1 | ***sim 2 | **format 3 | 1.0 4 | **input 5 | *tess 6 | simulation.tess 7 | *msh 8 | simulation.msh 9 | **general 10 | 0 81 214 2 0 11 | *orides 12 | rodrigues:active 13 | **entity elt 14 | *result 15 | 1 16 | rr 17 | ***end 18 | -------------------------------------------------------------------------------- /tests/T/m2_morpho_lamellar_n/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::from_morpho -morpho "voronoi::lamellar(n=2)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_morpho_square/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho::5 -dim 2 -morpho "square(2)::voronoi" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_morpho_centroidal/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 7::2::2 -morpho voronoi::voronoi::centroidal -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_morpho_cube/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n from_morpho::2::2 -morpho "cube(2)::voronoi::voronoi" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_bamboo_gg/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho "bamboo(x),gg" -morphooptistop itermax=10 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_centroidal/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho centroidal -morphooptistop "itermax=100" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/transform_cut_sphere/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 20 -transform "cut(sphere(1.5,1.4,1.3,1.2))" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/transform_cut_spherei/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 20 -transform "cut(spherei(1.5,1.4,1.3,1.2))" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/cameracoo1/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -cameracoo x+2*vx:y+vy:3 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/csyscol/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -showcsys 1 -datacsyscol red -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/csysrad/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -showcsys 1 -datacsysrad 0.1 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/custom_input_rad/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V "file(pts)" -datapointrad 0.1*id -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/datasimtesr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.sim -datacellcol real:myvar+10 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/datasimtess/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.sim -datacellcol int:myvar+1 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/ebsd10/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V ebsd.tesr -showvox oridef -datavoxcol id -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/imagebackground/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -scenebackground black -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/nodecoo/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.msh -datanodecoo "file(xyz.stnode)" -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/showelt/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.msh -showelt3d all -showelt1d all -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf_pfdir/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space ipf -pfdir z:-y -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_pfdir/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space pf -pfdir z:-y -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_pfdir2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space pf -pfdir z:y -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_pf_pfpole/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space pf -pfpole 1:2:3 -imageformat asy -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /src/neper_v/nev_print/nev_print_png/nev_print_png_csys/nev_print_png_csys.h: -------------------------------------------------------------------------------- 1 | /* This file is part of the Neper software package. */ 2 | /* Copyright (C) 2003-2024, Romain Quey. */ 3 | /* See the COPYING file in the top-level directory. */ 4 | 5 | extern void nev_print_png_csys (FILE *, struct DATA, struct PRINT); 6 | -------------------------------------------------------------------------------- /tests/M/meshqualdisexpr/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1.tess -mesh3dclreps 1 -meshqualdisexpr dis -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/M/order_hex_dim2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -M n2-id1-dim2.tess -mesh3dclreps 1 -elt hex -order 2 -order 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/domain_rodrigues_hexagonal_per/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 1 -domain "rodrigues(hexagonal)" -per 1 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/empty/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 3 -dim 2 -domain "square(200,200)" -morphooptiini "coo:file(coo)" -o test) 6 | include (../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_morpho_gg/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2 -morpho gg::gg -morphooptistop itermax=10::itermax=10 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m2_morpho_lamellar_w/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::from_morpho -morpho "voronoi::lamellar(w=0.1)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_morpho_lamellar_n/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::from_morpho -morpho "gg::gg::lamellar(n=2)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/m3_morpho_lamellar_w/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2::2::from_morpho -morpho "gg::gg::lamellar(w=0.1)" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morpho_columnar_gg/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho "columnar(x),gg" -morphooptistop itermax=10 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/morphooptidof/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 2 -morpho gg -morphooptidof x,z -morphooptistop itermax=10 -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/transform_cut_cubei/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 20 -transform "cut(cubei(0.1,0.9,0.1,0.9,0.1,0.9))" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/T/transform_cut_torus/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -T -n 100 -transform "cut(torus(-0.5,0,1.0,0,0,1,1.1,0.5))" -o test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/cameralookat3/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess,n2-id1.msh -cameralookat x:y:1 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/csyscoo/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -showcsys 1 -datacsyscoo 0.1:0.2:0.3 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/csyslength/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -showcsys 1 -datacsyslength 1 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/custom_input_multiple/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V "pts1:file(pts1),pts2:file(pts2)" -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/elt1drad/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.msh -showelt1d all -dataelt1drad 0.01 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/povrayantialiasing/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -povrayantialiasing 1 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/showmesh1/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess,n2-id1.msh -showtess 1 -showmesh 0 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/showmesh2/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess,n2-id1.msh -showtess 1 -showmesh 1 -imageformat pov -print test) 6 | include(../../test.cmake) 7 | -------------------------------------------------------------------------------- /tests/V/space_ipf_pfpole/test.cmake: -------------------------------------------------------------------------------- 1 | # This file is part of the Neper software package. 2 | # Copyright(C) 2003-2022, Romain Quey. 3 | # See the COPYING file in the top-level directory. 4 | 5 | set (test_command -V n2-id1.tess -space ipf -pfpole 1:2:3 -imageformat asy -print test) 6 | include(../../test.cmake) 7 | --------------------------------------------------------------------------------