Skip to content

Commit d04a8ab

Browse files
author
FEniCS GitHub Actions
committed
1 parent fa84756 commit d04a8ab

856 files changed

Lines changed: 71041 additions & 33355 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

dolfinx/main/cpp/_sources/demo.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,3 +35,4 @@ Advanced
3535
:maxdepth: 1
3636

3737
demos/demo_custom_kernel.md
38+
demos/demo_codim_0_assembly.md

dolfinx/main/cpp/_sources/demos/demo_hyperelasticity.md.txt

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -299,15 +299,7 @@ public:
299299
VecGhostUpdateEnd(_b, ADD_VALUES, SCATTER_REVERSE);
300300

301301
// Set bcs
302-
Vec x_local;
303-
VecGhostGetLocalForm(x, &x_local);
304-
PetscInt n = 0;
305-
VecGetSize(x_local, &n);
306-
const T* _x = nullptr;
307-
VecGetArrayRead(x_local, &_x);
308-
std::ranges::for_each(_bcs, [b, x = std::span(_x, n)](auto& bc)
309-
{ bc.get().set(b, x, -1); });
310-
VecRestoreArrayRead(x_local, &_x);
302+
fem::petsc::set_bc(_b, _bcs, x, -1);
311303
}
312304

313305
/// Compute J = F' at current point x

dolfinx/main/cpp/_sources/index.rst.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
=========================
21
DOLFINx C++ documentation
32
=========================
43

dolfinx/main/cpp/_static/_sphinx_javascript_frameworks_compat.js

Lines changed: 0 additions & 123 deletions
This file was deleted.

dolfinx/main/cpp/_static/css/badge_only.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
-85.6 KB
Binary file not shown.
-65.7 KB
Binary file not shown.
-84.3 KB
Binary file not shown.
-64.9 KB
Binary file not shown.
-162 KB
Binary file not shown.

0 commit comments

Comments
 (0)