MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
lslb3d.cpp
Go to the documentation of this file.
1// Copyright (C) 2024 The m-AIA AUTHORS
2//
3// This file is part of m-AIA (https://git.rwth-aachen.de/aia/m-AIA/m-AIA)
4//
5// SPDX-License-Identifier: LGPL-3.0-only
6
7#include "lslb.cpp"
8//#include "coupling.h"
9
10// Explicit instantiation for 3D
11template class LsLb<3>;
Definition: lslb.h:25