MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
lscartesiansolverfreeadvection.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 GridProxy& gridProxy, Geometry<nDim>& geometry,
12 const MPI_Comm comm)
13 : LsCartesianSolver<nDim>(solverId, propertiesGroups, gridProxy, geometry, comm) {}
14
A LS solver solving for free advection // TODO labels:LS documentation LsCartesianSolverFreeAdvection...
typename CartesianSolver::GridProxy GridProxy
LsCartesianSolverFreeAdvection(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