Skip to content

Commit

Permalink
update some urls that do not redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl authored and inducer committed Sep 1, 2024
1 parent cbd07de commit a449133
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/interop.rst
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ straightforward. Some language is different:
created by calling the function :func:`~firedrake.functionspace.FunctionSpace`
and referred to as a "function space"
* In a mesh, any vertices, faces, cells, etc. are :mod:`firedrake`
"entities" (see `the PETSc documentation on dmplex <https://www.mcs.anl.gov/petsc/petsc-current/docs/manualpages/DMPLEX/index.html>`__
"entities" (see `the PETSc documentation on DMPLEX <https://petsc.org/release/manualpages/DMPlex/>`__
for more info on how topological mesh information is stored
in :mod:`firedrake`).

Expand Down
2 changes: 1 addition & 1 deletion meshmode/discretization/visualization.py
Original file line number Diff line number Diff line change
Expand Up @@ -932,7 +932,7 @@ def write_vtkhdf_file(self,
# {{{ write

# https://gitlab.kitware.com/vtk/vtk/-/merge_requests/7552/diffs?commit_id=ff63361e1e625bf5f8ff82a4063a9bc5b9f35818#92f6af7573e5302296e4d465fea1d411d4a2611d
# https://vtk.org/doc/nightly/html/VTKHDFFileFormat.html
# https://docs.vtk.org/en/latest/design_documents/VTKFileFormats.html#vtkhdf-file-format

def create_dataset(grp, name, data, *, shape, offset):
if data.ndim == 2 and data.shape[1] < 3:
Expand Down

0 comments on commit a449133

Please sign in to comment.