MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
lscartesiansolversemilagrangian.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
8
9template <MInt nDim>
11 const MBool* propertiesGroups,
12 GridProxy& gridProxy, Geometry<nDim>& geometry,
13 const MPI_Comm comm)
14 : LsCartesianSolver<nDim>(solverId, propertiesGroups, gridProxy, geometry, comm) {}
15
A LS solver based on the semi-lagrangian method // TODO labels:LS documentation LsCartesianSolverSemi...
typename CartesianSolver::GridProxy GridProxy
LsCartesianSolverSemiLagrangian(const MInt solverId, const MBool *propertiesGroups, GridProxy &gridProxy_, Geom &geometry_, const MPI_Comm comm)
int32_t MInt
Definition: maiatypes.h:62
bool MBool
Definition: maiatypes.h:58