KratosMultiphysics
KRATOS Multiphysics (Kratos) is a framework for building parallel, multi-disciplinary simulation software, aiming at modularity, extensibility, and high performance. Kratos is written in C++, and counts with an extensive Python interface.
process_info_parser.h
Go to the documentation of this file.
1 // KRATOS___
2 // // ) )
3 // // ___ ___
4 // // ____ //___) ) // ) )
5 // // / / // // / /
6 // ((____/ / ((____ ((___/ / MECHANICS
7 //
8 // License: geo_mechanics_application/license.txt
9 //
10 // Main authors: Richard Faasse
11 //
12 
13 #pragma once
14 
15 #include "process_parameters.h"
16 
17 #include <vector>
18 
19 namespace Kratos {
20 
22 public:
23  virtual ~ProcessInfoParser() = default;
24  virtual std::vector<ProcessParameters> GetProcessList(const Parameters& rProcessParameters) const = 0;
25 };
26 
27 } // Kratos
This class provides to Kratos a data structure for I/O based on the standard of JSON.
Definition: kratos_parameters.h:59
Definition: process_info_parser.h:21
virtual std::vector< ProcessParameters > GetProcessList(const Parameters &rProcessParameters) const =0
virtual ~ProcessInfoParser()=default
REF: G. R. Cowper, GAUSSIAN QUADRATURE FORMULAS FOR TRIANGLES.
Definition: mesh_condition.cpp:21