Logbook
(07-04-2025)
Static problems
project_THETA_to_B.hpp
1
/******************************************************************************
2
* Copyright (C) Siarhei Uzunbajakau, 2023.
3
*
4
* This program is free software. You can use, modify, and redistribute it under
5
* the terms of the GNU Lesser General Public License as published by the Free
6
* Software Foundation, either version 3 or (at your option) any later version.
7
* This program is distributed without any warranty.
8
*
9
* Refer to COPYING.LESSER for more details.
10
******************************************************************************/
11
12
#ifndef ProjectThetaToH_B__
13
#define ProjectThetaToH_B__
14
15
#include "project_PSI_to_B.hpp"
16
17
namespace
StaticScalarSolver {
18
template
<
int
dim,
int
stage = 1>
19
using
ProjectTHETAtoB = ProjectPSItoB<dim, stage>;
20
}
21
22
#endif
static
shared
include
project_THETA_to_B.hpp
Generated by
1.9.1