Skip to content

Commit 6569376

Browse files
dnpham23hughcars
authored andcommitted
Fix CI: clang-format-19 style and broken doc links
1 parent 9d31148 commit 6569376

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/src/examples/circular_hole.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ All configurations use a mesh length unit of ``\mu\text{m}``.
4949
## Configuration
5050

5151
Each configuration uses
52-
[`"Problem": {"Type": "Magnetostatic"}`](../config/problem.md#config-problem) and specifies
52+
[`"Problem": {"Type": "Magnetostatic"}`](../config/reference.md#config-problem) and specifies
5353
flux loop boundaries via the
54-
[`"FluxLoop"`](../config/boundaries.md#boundaries-fluxloop) keyword. The shared solver
54+
[`"FluxLoop"`](../config/reference.md#config-boundaries) keyword. The shared solver
5555
settings are:
5656

5757
```json

docs/src/guide/boundaries.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ affects the source term on the right hand side.
230230
## Flux boundary
231231

232232
Flux loop boundary conditions are available for magnetostatic simulations and are specified
233-
using the [`"FluxLoop"`](../config/boundaries.md#boundaries%5B%22FluxLoop%22%5D) boundary
233+
using the [`"FluxLoop"`](../config/reference.md#config-boundaries) boundary
234234
keyword. This boundary condition prescribes magnetic flux through specified holes in
235235
conducting surfaces, enabling inductance matrix extraction for flux-based excitations. The
236236
flux loop boundary condition works by:

palace/utils/geodata.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2388,7 +2388,7 @@ int LocalEdgeSplit(std::unique_ptr<mfem::Mesh> &orig_mesh,
23882388

23892389
// For each element / boundary element, find the (at most one, by independence) split edge
23902390
// it contains, returning the matching midpoint id and the local endpoint vertices, or -1.
2391-
auto find_split_edge = [&edge_midpoint](const int *v, int nv, const int (*edge_vert)[2],
2391+
auto find_split_edge = [&edge_midpoint](const int *v, int nv, const int(*edge_vert)[2],
23922392
int nedge, int &lv0, int &lv1)
23932393
{
23942394
for (int le = 0; le < nedge; le++)

0 commit comments

Comments
 (0)