https://github.com/feelpp/feelpp
Raw File
Tip revision: d2af73e836a7df4c42c0ba6396476bf7bf5afa56 authored by Christophe Prud'homme on 28 August 2024, 08:59:49 UTC
Merge pull request #2277 from feelpp/2276-support-hdf5-from-pkg-config
Tip revision: d2af73e
test_laplacianv.cfg
f1=1+ 2.1*x*x+ 3.4*y*y+x*y:x:y
f2={1+ 2.1*x*x+ 3.4*y*y+x*y,x*x}:x:y
f3={1+ 2.1*x*x+ 3.4*y*y+x*y, x*x, 1.2*z*z + 0.3*y*y }:x:y:z

[gmsh]
hsize=0.1

[gmsh.domain]
shape=hypercube
usenames=true
shear=0.1
back to top