From ad1656944667b549f1fc6ec9d013bd46eba1f2b0 Mon Sep 17 00:00:00 2001 From: "Documenter.jl" Date: Thu, 19 Sep 2024 07:23:45 +0000 Subject: [PATCH] build based on 3de870f --- previews/PR37/.documenter-siteinfo.json | 2 +- previews/PR37/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/previews/PR37/.documenter-siteinfo.json b/previews/PR37/.documenter-siteinfo.json index 22dbeec..6c6b32e 100644 --- a/previews/PR37/.documenter-siteinfo.json +++ b/previews/PR37/.documenter-siteinfo.json @@ -1 +1 @@ -{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-17T07:28:26","documenter_version":"1.7.0"}} \ No newline at end of file +{"documenter":{"julia_version":"1.10.5","generation_timestamp":"2024-09-19T07:23:41","documenter_version":"1.7.0"}} \ No newline at end of file diff --git a/previews/PR37/index.html b/previews/PR37/index.html index 35125b8..bc4bf6d 100644 --- a/previews/PR37/index.html +++ b/previews/PR37/index.html @@ -1,6 +1,6 @@ -Home · TrixiAtmo.jl

TrixiAtmo

Documentation for TrixiAtmo.

TrixiAtmo.P4estMeshCubedSphere2DMethod
P4estMeshCubedSphere2D(trees_per_face_dimension, radius;
+Home · TrixiAtmo.jl

TrixiAtmo

Documentation for TrixiAtmo.

TrixiAtmo.P4estMeshCubedSphere2DMethod
P4estMeshCubedSphere2D(trees_per_face_dimension, radius;
                         polydeg, RealT=Float64,
                         initial_refinement_level=0, unsaved_changes=true,
                         p4est_partition_allow_for_coarsening=true,
-                        element_local_mapping=false)

Build a "Cubed Sphere" mesh as a 2D P4estMesh with 6 * trees_per_face_dimension^2 trees.

The mesh will have no boundaries.

Arguments

  • trees_per_face_dimension::Integer: the number of trees in the two local dimensions of each face.
  • radius::Integer: the radius of the sphere.
  • polydeg::Integer: polynomial degree used to store the geometry of the mesh. The mapping will be approximated by an interpolation polynomial of the specified degree for each tree.
  • RealT::Type: the type that should be used for coordinates.
  • initial_refinement_level::Integer: refine the mesh uniformly to this level before the simulation starts.
  • unsaved_changes::Bool: if set to true, the mesh will be saved to a mesh file.
  • p4est_partition_allow_for_coarsening::Bool: Must be true when using AMR to make mesh adaptivity independent of domain partitioning. Should be false for static meshes to permit more fine-grained partitioning.
  • element_local_mapping::Bool: option to use the element-local mapping from Guba et al. (see https://doi.org/10.5194/gmd-7-2803-2014, Appendix A).
source
TrixiAtmo.examples_dirMethod
examples_dir()

Return the directory where the example files provided with TrixiAtmo.jl are located. If TrixiAtmo.jl is installed as a regular package (with ]add Trixi), these files are read-only and should not be modified. To find out which files are available, use, e.g., readdir:

Examples

readdir(examples_dir())
source
+ element_local_mapping=false)

Build a "Cubed Sphere" mesh as a 2D P4estMesh with 6 * trees_per_face_dimension^2 trees.

The mesh will have no boundaries.

Arguments

  • trees_per_face_dimension::Integer: the number of trees in the two local dimensions of each face.
  • radius::Integer: the radius of the sphere.
  • polydeg::Integer: polynomial degree used to store the geometry of the mesh. The mapping will be approximated by an interpolation polynomial of the specified degree for each tree.
  • RealT::Type: the type that should be used for coordinates.
  • initial_refinement_level::Integer: refine the mesh uniformly to this level before the simulation starts.
  • unsaved_changes::Bool: if set to true, the mesh will be saved to a mesh file.
  • p4est_partition_allow_for_coarsening::Bool: Must be true when using AMR to make mesh adaptivity independent of domain partitioning. Should be false for static meshes to permit more fine-grained partitioning.
  • element_local_mapping::Bool: option to use the element-local mapping from Guba et al. (see https://doi.org/10.5194/gmd-7-2803-2014, Appendix A).
source
TrixiAtmo.examples_dirMethod
examples_dir()

Return the directory where the example files provided with TrixiAtmo.jl are located. If TrixiAtmo.jl is installed as a regular package (with ]add Trixi), these files are read-only and should not be modified. To find out which files are available, use, e.g., readdir:

Examples

readdir(examples_dir())
source