File: README.source

package info (click to toggle)
dolfinx 2019.2.0~git20210130.c14cb0a-5
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,584 kB
  • sloc: cpp: 48,110; python: 9,536; xml: 9,114; makefile: 261; sh: 17
file content (32 lines) | stat: -rw-r--r-- 1,042 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
Demo mesh files and git-lfs
===========================

Demo mesh files are handled using git-lfs.

You can download the actual files with
  git-lfs fetch -X *xdmf
  git-lfs checkout
If you don't have access to the copies in the Debian repo
(e.g. a clone of a clone) then you can extract them directly
from upstream with
  git-lfs fetch -X *xdmf https://bitbucket.org/fenics-project/dolfin.git
  git-lfs checkout

demo/undocumented/elasticity/pulley.xdmf is ascii not binary, so is
provided by debian patch git-lfs_fetch_demo_meshes. To get smooth
application of the patch, you might want to run
  rm demo/undocumented/elasticity/pulley.xdmf  # not git rm!
  git checkout demo/undocumented/elasticity/pulley.xdmf 



test_exodus.exo
===============

The binary file scripts/dolfin-convert/test_exodus.exo is a sample
mesh file in the Exodus II file format, see
https://gsjaardema.github.io/seacas/html/index.html

The Exodus format uses NetCDF as the data format inside the file.

The mesh (a simple 2D square) may be viewed using paraview.