svMultiPhysics
Loading...
Searching...
No Matches
solver
pic.h
1
// SPDX-FileCopyrightText: Copyright (c) Stanford University, The Regents of the University of California, and others.
2
// SPDX-License-Identifier: BSD-3-Clause
3
4
#include "Simulation.h"
5
6
#ifndef PIC_H
7
#define PIC_H
8
9
namespace
pic {
10
11
void
picc(
Simulation
* simulation);
12
13
void
pic_eth(
Simulation
* simulation);
14
15
void
pici(
Simulation
* simulation, Array<double>& Ag, Array<double>& Yg, Array<double>& Dg);
16
17
void
picp(
Simulation
* simulation);
18
19
};
20
21
#endif
22
Simulation
Definition
Simulation.h:14
Generated by
1.9.8